aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictEncoderUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-839/+0
|
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-07-311-2/+2
| | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I171bc299e660f96f20041a67a3052bd8a2ed781c
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-78/+3
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* Update unit tests for new static dict version.Adrian Velicu2014-10-311-5/+11
| | | | | Bug: 11031090 Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-1/+1
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-12/+13
| | | | | | | | | | | | | | | | | | | | | 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-4/+4
| | | | | | | | | No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
* Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-30/+71
| | | | | Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
* Create a code point table based on occurrence counts.Akifumi Yoshimoto2014-09-261-1/+19
| | | | | Bug:17097992 Change-Id: Ifd76dbd4d385d800af416368e25c9e56a76d0fbf
* Remove unused dictionary writing methods.Keisuke Kuroyanagi2014-08-211-26/+0
| | | | Change-Id: Ica6ac057c0d0f037b7dd5539ab5b591c83bfa4d7
* Make dict log cleanup.Akifumi Yoshimoto2014-08-061-10/+3
| | | | | | Delete unneeded output when creating a dictionary Change-Id: If7dc5dc74a53d0054967cb801e5ccfdd53ebe179
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-1/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-0/+881
Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e