1
0
forked from GitHub/gf-core
Commit Graph

13 Commits

Author SHA1 Message Date
aarne
2601dac641 added a note that the green translation comes from the phrasebook 2014-06-20 07:12:31 +00:00
aarne
916ef5bc47 language status in app help file as table ; less text 2014-06-19 17:42:03 +00:00
aarne
f5e4430e34 merged the edits 2014-04-24 07:23:40 +00:00
aarne
58615e6bc6 updated app help 2014-04-24 07:14:40 +00:00
kr.angelov
80e9b1e6b9 fix typo in the help file 2014-04-24 07:08:06 +00:00
aarne
e6363c51dd some edits in app help ; special lexer for Fre,Ita commented out as it is no longer needed 2014-04-22 16:00:54 +00:00
aarne
7340400758 some edits in app help 2014-04-21 08:40:38 +00:00
aarne
1bc77326e2 edits in App help ; name suggestion "Language Compiler" ; sepApo(), a quick fix to French and Italian elision in the App 2014-04-15 22:02:06 +00:00
kr.angelov
8fa202613f a bit more text in the help 2014-04-07 09:43:20 +00:00
aarne
1af3bb65b4 text in app help 2014-04-04 07:28:55 +00:00
kr.angelov
3f99060252 added help view in the android app. The help itself is not very useful right now 2014-04-03 14:22:44 +00:00
kr.angelov
8efe22542a remove the binaries for the grammar, the .so file and .jar file in the Android App. These should be compiled from sources 2013-10-07 09:58:47 +00:00
bringert
a35b286ce0 Add new Android voice translator sample app
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-10-04 16:26:46 +00:00