summaryrefslogtreecommitdiff
path: root/src/ui/android/assets
AgeCommit message (Collapse)Author
2015-06-09updated Android helpfileaarne
2015-04-13updated app help file ; added backslash to ? in Thai keyboard xml to make it ↵aarne
compile
2014-12-11updates in app help file, e.g. the app nameaarne
2014-12-07some edits in app help fileaarne
2014-12-05fixes in app help file ; commented out fake TTS for Bul and Cat ; remove []_ ↵aarne
from output with unlinearized functions, so that speech doesn't get garbled.
2014-12-04quick reference text prepended to app help fileaarne
2014-12-03Catalan in android app builder ; updated app document with Cat ; substitute ↵aarne
voice output for Bulgarian and Catalan ; replaced brackets in unknown words by capitalization (for better speech output ; this is experimental)
2014-06-20added a note that the green translation comes from the phrasebookaarne
2014-06-19language status in app help file as table ; less textaarne
2014-04-24merged the editsaarne
2014-04-24updated app helpaarne
2014-04-24fix typo in the help filekr.angelov
2014-04-22some edits in app help ; special lexer for Fre,Ita commented out as it is no ↵aarne
longer needed
2014-04-21some edits in app helpaarne
2014-04-15edits in App help ; name suggestion "Language Compiler" ; sepApo(), a quick ↵aarne
fix to French and Italian elision in the App
2014-04-07a bit more text in the helpkr.angelov
2014-04-04text in app helpaarne
2014-04-03added help view in the android app. The help itself is not very useful right nowkr.angelov
2013-10-07remove the binaries for the grammar, the .so file and .jar file in the ↵kr.angelov
Android App. These should be compiled from sources
2013-10-04Add new Android voice translator sample appbringert
This adds a simple voice translator Android app that uses the JNI bindings to the PGF C runtime. Caveats: - Since the C runtime doesn't compile for Android right now, I've bundled an old copy, along with its Java bindings. That should be removed once the C runtime compiels for Android again. - Adding an automated build would be nice. - Replacing the grammar requires editing a Java file, that should really be more dynamic.