aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/Ver2DictDecoder.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire Delight2 migration code to speed up tests.Dan Zivkovic2015-03-201-319/+0
| | | | | | | | | We're waiting 10 minutes for tests to run, and half of that time is spent in depreacted code related to migration of Delight2 dictionary files. LatinIME will never migrate another Delight2 dictionary file again, so we can delete this code. Change-Id: I05c7d8429e8d9a26139456763c77997340fea8c2
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-1/+1
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* Using "blacklist" flag as "possibly offensive"Adrian Velicu2014-10-311-1/+2
| | | | | Bug: 11031090 Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-6/+6
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-211-7/+3
| | | | | | | | | No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
* Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-4/+5
|\
| * Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-4/+5
| | | | | | | | | | Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
* | Introduce NgramProperty in Java side.Keisuke Kuroyanagi2014-10-011-2/+2
|/ | | | | Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-6/+3
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-0/+324
Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e