aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/DicTraverseSession.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-98/+0
|
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-5/+6
| | | | Change-Id: Ie4d325b3152e1e7e424b8b436e222e194e4d9da0
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-3/+1
| | | | | | Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
* Remove dicttool dependency to NativeSuggestOptionsJean Chalard2014-11-061-2/+4
| | | | | Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-0/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* [ML8] Add a language weightJean Chalard2014-09-191-1/+1
| | | | | | | ...and rename an improperly named normalization value Bug: 11230254 Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
* Make PrevWordsInfo have multiple words' information.Keisuke Kuroyanagi2014-06-251-0/+4
| | | | | Bug: 14425059 Change-Id: I2bd6a872904a44b80f638a13d91a97559217cc1a
* Move variables for I/O of a jni method to traverse session.Keisuke Kuroyanagi2014-06-171-0/+15
| | | | | Bug: 15008504 Change-Id: I3e59bc856c1df0e1afe3b42d024620ca1745837b
* Change cache capacity depending on the dictionary size.Keisuke Kuroyanagi2013-09-121-5/+5
| | | | | | Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-151-3/+3
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Step 28-A Introduce the session Id to getSuggestionSatoshi Kataoka2012-08-151-1/+3
| | | | Change-Id: I39d9bf1a7c272eb16d6ed4698f52457579b40f10
* Fix JNIsatok2012-08-111-4/+4
| | | | Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
* Workaround to stop init dict traverse sessionSatoshi Kataoka2012-08-101-4/+4
| | | | Change-Id: I3d46c54a96a9fc0359ef75b9d2f8590b44164a8b
* Add arguments for dic traverse sessionSatoshi Kataoka2012-08-101-7/+7
| | | | Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
* Add reset method for dic travserse sessionSatoshi Kataoka2012-08-091-2/+12
| | | | Change-Id: Ia3dd924f92549da2cf8302ef77c629902d4f275b
* Pass traverse sessionSatoshi Kataoka2012-08-081-0/+4
| | | | Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
* Add traverse sessionSatoshi Kataoka2012-08-081-0/+59
Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55