diff options
author | 2010-04-28 18:12:58 -0700 | |
---|---|---|
committer | 2010-05-07 13:40:20 -0700 | |
commit | e4e1130d003a75e3b5cbea1678755d2b71d7cb1d (patch) | |
tree | 7a55da5d4c9923c0392438237561026fe347f765 /java/proguard.flags | |
parent | f53d0da540d4aca9c0b78938094e13a828ab1bd6 (diff) | |
download | latinime-e4e1130d003a75e3b5cbea1678755d2b71d7cb1d.tar.gz latinime-e4e1130d003a75e3b5cbea1678755d2b71d7cb1d.tar.xz latinime-e4e1130d003a75e3b5cbea1678755d2b71d7cb1d.zip |
Tests and some new constructors to help in testing.
Added tests for the dictionary lookup and correction logic on the primary dictionary.
This exercises part of the Suggest class and the native dictionary lookup code.
Diffstat (limited to 'java/proguard.flags')
-rw-r--r-- | java/proguard.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/proguard.flags b/java/proguard.flags index 0a5d2dda9..829a096c0 100644 --- a/java/proguard.flags +++ b/java/proguard.flags @@ -1,3 +1,8 @@ -keep class com.android.inputmethod.latin.BinaryDictionary { int mDictLength; + <init>(...); +} + +-keep class com.android.inputmethod.latin.Suggest { + <init>(...); } |