summaryrefslogtreecommitdiff
path: root/src/ui/android/assets
AgeCommit message (Collapse)Author
2018-11-15Remove `src/ui` folder, moved to:John J. Camilleri
https://github.com/GrammaticalFramework/gf-offline-translator
2017-04-19updated android app help fileaarne
2017-04-19now the database with glosses is compiled on the PC by running glosses.hs. ↵krasimir
On the phone we just extract the database
2017-04-12Translator.java in android app now tries to find the lowercased first word ↵aarne
in the lexicon if uppercased fails; added Est and Rus in the help file
2016-07-20fix in topics.txtkrasimir
2016-07-20extended topics.txtkrasimir
2016-06-03now the UI supports almost all phrases. there are still a few that cannot be ↵krasimir
shown
2016-05-30majour redesign of the Phrasebook UI to support recursive phraseskrasimir
2016-05-25the phrasebook phrases are now ordered in the same way as in the Phrasomatickrasimir
2016-05-23add the relevant code from Parlira to the GFTranslatorkrasimir
2015-12-03some revisions in the list of topicskrasimir
2015-11-28added some more topics krasimir
2015-11-26added list of topics in the assets folder for Android appkrasimir
2015-06-30some more comments in the help pagekrasimir
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.