| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-11 | upgrade Android SDK version | krasimir | |
| 2016-05-23 | add the relevant code from Parlira to the GFTranslator | krasimir | |
| 2015-11-28 | visualization for topics in the Android app | krasimir | |
| 2015-09-01 | added code for visualization of the sematic graph in the app. The code is ↵ | krasimir | |
| there but the menu item for activating it is not there yet since the functionality is not complete | |||
| 2015-08-10 | bump the version number for the Android app | krasimir | |
| 2015-06-30 | specify strict APP_PLATFORM to avoid crashes on devices with older android ↵ | krasimir | |
| version | |||
| 2015-06-30 | increase the version number for the app | krasimir | |
| 2014-12-16 | change in the API for literals | kr.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-11 | bump the version code in AndroidManifest.xml | kr.angelov | |
| 2014-12-10 | rename HLCompiler to GFTranslator | kr.angelov | |
| 2014-07-03 | scroll bars for the ParseTreeView | kr.angelov | |
| 2014-04-22 | rename DGTranslator to Human Language Compiler. Added a new logo | kr.angelov | |
| 2014-04-07 | show alternative translations on Android | kr.angelov | |
| 2014-04-03 | added help view in the android app. The help itself is not very useful right now | kr.angelov | |
| 2014-04-03 | GFTranslator to DGTranslator in a few more places | kr.angelov | |
| 2014-03-10 | android: added (1) dg icon (2) green/yellow/red colours for translation ↵ | aarne | |
| confidence (3) App grammars as test case in Translator.java | |||
| 2013-12-10 | allow the android app to be installed on the SD card | kr.angelov | |
| 2013-11-13 | now the Android App has a translation keyboard which allows the translations ↵ | kr.angelov | |
| to be done from inside another application | |||
| 2013-10-10 | an improvised dictionary mode in the Android translator | kr.angelov | |
| 2013-10-04 | Add new Android voice translator sample app | bringert | |
| 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. | |||
| 2013-09-17 | a major refactoring in the C runtime. GuList is now removed and replaced ↵ | kr.angelov | |
| with GuSeq. The GuSeq/GuBuf API is simplified | |||
| 2013-09-04 | updated files src/ui/android | kr.angelov | |
| 2010-07-08 | update the package name for the Android UI | krasimir | |
| 2010-07-08 | add src/ui folder for both Android and GWT UIs | krasimir | |
