Commit Graph

266 Commits

Author SHA1 Message Date
krasimir f716974e89 the Android app now can show Glosses from WordNet 2015-07-01 09:44:56 +00:00
krasimir 950155e24d specify strict APP_PLATFORM to avoid crashes on devices with older android version 2015-06-30 22:14:12 +00:00
krasimir 2c6017ab59 some more comments in the help page 2015-06-30 17:01:56 +00:00
krasimir f622a6250f bugfix in the Android keyboard 2015-06-30 16:51:22 +00:00
krasimir 27b4fa7453 better layout for the Thai keyboard 2015-06-30 15:54:14 +00:00
krasimir 10e48563e2 increase the version number for the app 2015-06-30 13:53:57 +00:00
krasimir 3419cf9337 added ant.properties in the App folder to make it easier to prepare releases 2015-06-30 13:53:09 +00:00
aarne 9510870d2d updated Android helpfile 2015-06-09 09:32:11 +00:00
aarne 2529f87942 copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster 2015-06-02 12:59:29 +00:00
aarne 538784e6dc restored Cantonese as app Chi speech output: nothing else seems to work 2015-04-16 06:52:09 +00:00
aarne ca2ef47a47 updated app help file ; added backslash to ? in Thai keyboard xml to make it compile 2015-04-13 09:45:05 +00:00
aarne 02ed9cea8b DictionarySwe: kick_V2, mouse_N 2015-03-11 08:08:38 +00:00
krasimir d71d59cdc0 fix in thai_page2.xml 2015-02-20 15:31:32 +00:00
krasimir 205403be76 set the keyboard pages for Thai in Translator.java 2015-02-20 14:26:30 +00:00
krasimir cefd6440fe experimental Thai keyboard (still not tested) 2015-02-20 14:08:12 +00:00
joel.hinz 186cc84d37 translation app for iOS, replicating some of the functionality of the Android app. Compiles and works on iPad retina but may crash and has known issues. 2015-02-20 07:47:43 +00:00
aarne 36b1c421a6 removing spaces from App output of Chi,Jpn,Tha to get nicer speech output (and of course follow the target lang conventions) 2015-02-17 18:11:20 +00:00
aarne 98cbd993ac App14 with Tha up and running! 2015-02-17 17:18:51 +00:00
aarne 3c13e1abb0 added Japanese to Android app. Had to change target=android-20 to 21. 2015-01-21 22:20:25 +00:00
kr.angelov 9b7e18c25e change in the API for literals
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-16 10:21:26 +00:00
kr.angelov 48d494aa3b bump the version code in AndroidManifest.xml 2014-12-11 23:29:58 +00:00
aarne 6c3eaa48f7 updates in app help file, e.g. the app name 2014-12-11 20:05:57 +00:00
kr.angelov 32dbb4409b back to familiar you in Hindi 2014-12-11 16:13:55 +00:00
kr.angelov af0ee1fa72 update gf-translator.svg 2014-12-11 13:44:48 +00:00
kr.angelov ad9767ac3f edit the presentation image 2014-12-10 13:33:28 +00:00
kr.angelov 309119400f rename HLCompiler to GFTranslator 2014-12-10 13:21:18 +00:00
kr.angelov 33904b1956 added presentation image for the app 2014-12-10 13:14:11 +00:00
kr.angelov f2a23c8924 make sure that the app doesn't crash even if nonExist is used somewhere in the grammars 2014-12-09 12:31:36 +00:00
kr.angelov 34f2ce6f5e restore the visualisation of abstract trees from the app 2014-12-08 16:17:42 +00:00
kr.angelov ba9ccca0bd fix for the unknown words 2014-12-08 15:42:14 +00:00
kr.angelov c07b2ad55c fix typo 2014-12-08 15:36:07 +00:00
kr.angelov 568c6bb542 register the callback for the Symb category 2014-12-08 15:22:33 +00:00
aarne fdec3e6f84 some edits in app help file 2014-12-07 17:42:47 +00:00
aarne dbdcff1fac fixes in app help file ; commented out fake TTS for Bul and Cat ; remove []_ from output with unlinearized functions, so that speech doesn't get garbled. 2014-12-05 09:23:44 +00:00
aarne c6f96d15e4 quick reference text prepended to app help file 2014-12-04 20:30:50 +00:00
aarne c15060d783 Catalan in android app builder ; updated app document with Cat ; substitute voice output for Bulgarian and Catalan ; replaced brackets in unknown words by capitalization (for better speech output ; this is experimental) 2014-12-03 14:38:17 +00:00
kr.angelov 0e01782af1 faster translation in the app 2014-12-01 23:15:24 +00:00
kr.angelov 34f91ecce2 better color filter to indicate listening 2014-12-01 21:13:09 +00:00
kr.angelov 301725e9e3 added visual feedback to indicate that the app is not listening anymore 2014-12-01 20:52:37 +00:00
kr.angelov 34bb20dc93 fix in nordic.xml 2014-12-01 20:24:13 +00:00
kr.angelov f562430f86 added special nordic keyboard for Finnish and Swedish 2014-12-01 12:43:31 +00:00
kr.angelov 4e533b7253 get rid of gu/str.(c|h) 2014-10-20 07:50:42 +00:00
kr.angelov 57f7b61c6b throw away the long obsolete runtime type information in the C runtime 2014-10-09 13:44:26 +00:00
kr.angelov f124723236 add evaluator.c in Android.mk 2014-09-30 12:37:18 +00:00
kr.angelov 14101a6fd7 bugfix in the android app 2014-08-22 12:33:35 +00:00
kr.angelov 40bfaff8ce filter out the leading +/* from the parser tree 2014-07-03 18:27:39 +00:00
kr.angelov dde3e1ee73 bugfix in the ParseTreeView 2014-07-03 18:09:34 +00:00
kr.angelov 71b82c88a3 scroll bars for the ParseTreeView 2014-07-03 13:42:26 +00:00
kr.angelov ba1e95dacb Visualization for parse trees on Android 2014-07-02 11:30:06 +00:00
aarne 0f1aa6e669 added a note that the green translation comes from the phrasebook 2014-06-20 07:12:31 +00:00