summaryrefslogtreecommitdiff
path: root/src/ui/android
AgeCommit message (Collapse)Author
2015-08-06another fix in the Thai keyboardkrasimir
2015-08-06disable the visualization of glosses in the App until we have a complete ↵krasimir
database
2015-08-06set the optimization levels for the JNI code to release levelkrasimir
2015-08-06a better layout for the Thai keyboardkrasimir
2015-07-01forgot to add the DBManagerkrasimir
2015-07-01the Android app now can show Glosses from WordNetkrasimir
2015-06-30specify strict APP_PLATFORM to avoid crashes on devices with older android ↵krasimir
version
2015-06-30some more comments in the help pagekrasimir
2015-06-30bugfix in the Android keyboardkrasimir
2015-06-30better layout for the Thai keyboardkrasimir
2015-06-30increase the version number for the appkrasimir
2015-06-30added ant.properties in the App folder to make it easier to prepare releaseskrasimir
2015-06-09updated Android helpfileaarne
2015-06-02copied examples/app to examples/slowApp; the new app is a bit scaled down ↵aarne
but much faster
2015-04-16restored Cantonese as app Chi speech output: nothing else seems to workaarne
2015-04-13updated app help file ; added backslash to ? in Thai keyboard xml to make it ↵aarne
compile
2015-02-20fix in thai_page2.xmlkrasimir
2015-02-20set the keyboard pages for Thai in Translator.javakrasimir
2015-02-20experimental Thai keyboard (still not tested)krasimir
2015-02-17removing spaces from App output of Chi,Jpn,Tha to get nicer speech output ↵aarne
(and of course follow the target lang conventions)
2015-02-17App14 with Tha up and running!aarne
2015-01-21added Japanese to Android app. Had to change target=android-20 to 21.aarne
2014-12-16change in the API for literalskr.angelov
The API in the C runtime as well as in the Haskell, Python and Java binding is changed. Now instead of adding the literal callbacks to the concrete syntax you need to supply them every time when you need to parse. The main reason is: - referentially transparent API for Haskell - when we start using memory mapped files we will not be allowed to change anything in the grammar data structures. At that point the old API would be impossible to use.
2014-12-11bump the version code in AndroidManifest.xmlkr.angelov
2014-12-11updates in app help file, e.g. the app nameaarne
2014-12-11back to familiar you in Hindikr.angelov
2014-12-11update gf-translator.svgkr.angelov
2014-12-10edit the presentation imagekr.angelov
2014-12-10rename HLCompiler to GFTranslatorkr.angelov
2014-12-10added presentation image for the appkr.angelov
2014-12-09make sure that the app doesn't crash even if nonExist is used somewhere in ↵kr.angelov
the grammars
2014-12-08restore the visualisation of abstract trees from the appkr.angelov
2014-12-08fix for the unknown wordskr.angelov
2014-12-08fix typokr.angelov
2014-12-08register the callback for the Symb categorykr.angelov
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-12-01faster translation in the appkr.angelov
2014-12-01better color filter to indicate listeningkr.angelov
2014-12-01added visual feedback to indicate that the app is not listening anymorekr.angelov
2014-12-01fix in nordic.xmlkr.angelov
2014-12-01added special nordic keyboard for Finnish and Swedishkr.angelov
2014-10-20get rid of gu/str.(c|h)kr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-09-30add evaluator.c in Android.mkkr.angelov
2014-08-22bugfix in the android appkr.angelov
2014-07-03filter out the leading +/* from the parser treekr.angelov
2014-07-03bugfix in the ParseTreeViewkr.angelov