aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove logic related to dictionary loading from LatinIME.•••Make mSuggest final and give DictionaryFacilitator the responsibility to manage dictionary loading state. This can simplify the logic to decide how to deal with additional dictionaries when loading settings or language switching. Bug: 13273534 Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99 Keisuke Kuroyanagi2014-03-253-50/+77
* Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 Tadashi G. Takaoka2014-03-201-1/+12
* Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-071-1/+1
|\
| * Separate WeightedString from FusionDictionary.•••Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678 Keisuke Kuroyanagi2014-03-061-1/+1
* | Add ActualKeyboardBuilder for testing keyboard layouts•••Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf Tadashi G. Takaoka2014-03-071-0/+40
* | Merge "Use BinaryDictionaryUtils to read dictionary header."Keisuke Kuroyanagi2014-03-062-2/+42
|\|
| * Use BinaryDictionaryUtils to read dictionary header.•••Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa Keisuke Kuroyanagi2014-03-052-2/+42
* | Merge "Separate utility methods from BinaryDictionary."Keisuke Kuroyanagi2014-03-052-4/+88
|\|
| * Separate utility methods from BinaryDictionary.•••Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50 Keisuke Kuroyanagi2014-03-052-4/+88
* | Add additional subtypes test•••Change-Id: I2994fd72bc284c84757f5a2bfa8045aa574a8fbc Tadashi G. Takaoka2014-03-031-0/+2
|/
* Use NOT_A_PROBABILITY for adding OOV words.•••Bug: 13197276 Change-Id: I23f453c2c1deea70eab552f8d433fe264adf68b3 Keisuke Kuroyanagi2014-02-261-3/+3
* Create a utils class for executors.•••Preliminary refactoring to fix Bug: 13082957 Change-Id: I9f1283c37089bc96140b774b1c559d58031de004 Jean Chalard2014-02-241-0/+55
* Support versioned important notice•••This change must be checked in together with If38a754d00. Bug: 10587358 Change-Id: I91580f9468bc5ee7ed1694d7852a60dc6793dac0 Tadashi G. Takaoka2014-02-211-14/+14
* Change important notice version preference file•••This CL also reset the notice version to 1. This CL must be checked in together with Iea8d9ff038. Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5 Tadashi G. Takaoka2014-02-201-11/+20
* Turn personalization on when important notice dialog is displayed•••This change must be checked in together with Ifde70b1d3b. Bug: 10587358 Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f Tadashi G. Takaoka2014-02-191-1/+20
* Don't resume suggestion on links.•••Bug: 11447084 Change-Id: I5bd558b9dd85d1505aa918f44e8ac3e52ec42d97 Jean Chalard2014-02-172-2/+17
* Don't show important notice on password field•••Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98 Tadashi G. Takaoka2014-02-171-3/+11
* Show the suggestion strip for the important notice•••Bug: 10587358 Change-Id: Ia060a9ca9dfc2e7fe0750536a9fea3b9cc5900c4 Jean Chalard2014-02-121-3/+4
* Fix possible NPE while finding device override value from resource•••Bug: 12949735 Change-Id: Iffda08db413b3b3d338ab9bf625bb0968c2e48dd Tadashi G. Takaoka2014-02-101-41/+7
* Add debug settings for keypress popup animations•••Bug: 12928125 Change-Id: I49faab754c7d1dcf4a791dfc535d3a78b62ce67a Tadashi G. Takaoka2014-02-071-0/+4
* Implement getHeaderInfoNative.•••Bug: 11281877 Bug: 12810574 Change-Id: Ia3d85ae2cfdb486e74b8636a62431eae883c85da Keisuke Kuroyanagi2014-02-061-3/+3
* Use CombinedFormatUtils to convert dict elements to strings.•••Bug: 11281877 Bug: 12810574 Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600 Keisuke Kuroyanagi2014-02-061-0/+99
* Consolidate WordProperty and Word.•••Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5 Keisuke Kuroyanagi2014-02-061-127/+0
* Make WeightedString have ProbabilityInfo.•••Bug: 11281877 Bug: 12810574 Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a Keisuke Kuroyanagi2014-02-051-2/+2
* Separate ProbabilityInfo form WordProperty.•••Bug: 11281877 Bug: 12810574 Change-Id: I0c77d976c915bdf2a2cddabd0cbedc2fb6691c7b Keisuke Kuroyanagi2014-02-051-24/+9
* Add a utility method to StringUtils.•••Bug: 12810574 Change-Id: I607803e924b9e99855df7690e67488b2861c120e Keisuke Kuroyanagi2014-02-042-17/+24
* Separate header class from FormatSpec.•••Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693 Keisuke Kuroyanagi2014-02-041-3/+3
* Make dumpAllWordsForDebug() use getNextWordProperty().•••Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee Keisuke Kuroyanagi2014-02-042-182/+46
* Merge "Extend jni interface to get bigrams in WordProperty."Keisuke Kuroyanagi2014-01-311-14/+40
|\
| * Extend jni interface to get bigrams in WordProperty.•••Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd Keisuke Kuroyanagi2014-01-311-14/+40
* | Move some methods to MoreKeySpec class•••Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa Tadashi G. Takaoka2014-01-311-3/+4
|/
* Merge "[HD03] Straighten out attribute key names in Java."Jean Chalard2014-01-311-5/+4
|\
| * [HD03] Straighten out attribute key names in Java.•••Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86 Jean Chalard2014-01-311-5/+4
* | Merge "Move important notice version to resource"Tadashi G. Takaoka2014-01-311-6/+8
|\ \
| * | Move important notice version to resource•••Bug: 10587358 Change-Id: Ie24fc6c53b15880f4ace991a25223056f03f5eda Tadashi G. Takaoka2014-01-311-6/+8
* | | Move arrayAsList method to CollectionUtils•••Change-Id: If7c1eb7c802490f19c5d3b81d714362408daf376 Tadashi G. Takaoka2014-01-311-0/+15
* | | Merge "Move some methods to StringUtils"Tadashi G. Takaoka2014-01-311-0/+18
|\ \ \ | |_|/ |/| |
| * | Move some methods to StringUtils•••Change-Id: I29d87fdd65ec879d1c0bdf7e7792a677687c1693 Tadashi G. Takaoka2014-01-311-0/+18
| |/
* | Merge "[HD02] Make the date header attribute mandatory."Jean Chalard2014-01-311-2/+2
|\ \
| * | [HD02] Make the date header attribute mandatory.•••Bug: 11281748 Change-Id: I48a6f3d95ca89ced0c51335527201ecabfb7998e Jean Chalard2014-01-301-2/+2
* | | Merge "Rename UnigramProperty to WordProperty."Keisuke Kuroyanagi2014-01-311-3/+3
|\ \ \ | |_|/ |/| |
| * | Rename UnigramProperty to WordProperty.•••Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257 Keisuke Kuroyanagi2014-01-311-3/+3
| |/
* | Show "Touch again to save" in system locale•••Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac Tadashi G. Takaoka2014-01-301-2/+5
* | Add ImportantNoticeUtils class•••Bug: 10587358 Change-Id: I76673b47aab1579cc1310b6a978d04f874d5bcfe Tadashi G. Takaoka2014-01-301-0/+75
|/
* Suggestion strip honors RTL layout•••Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb Tadashi G. Takaoka2014-01-281-3/+0
* Merge "Add SubtypeLocaleUtils.isRtlLanguage method"Tadashi G. Takaoka2014-01-281-0/+21
|\
| * Add SubtypeLocaleUtils.isRtlLanguage method•••Change-Id: I2e399ae9ca111638b583c5681de08b0e6db86e3a Tadashi G. Takaoka2014-01-271-0/+21
* | Try to figure out whether d.quotes open or close.•••Bug: 8911672 Change-Id: I5d5635949530a67f95e5208986907251b7bce903 Jean Chalard2014-01-271-1/+43
|/
* Merge "Check length of words for personalization dict."Keisuke Kuroyanagi2014-01-251-1/+5
|\
| * Check length of words for personalization dict.•••Bug: 12602903 Change-Id: I1ea4e558b6d2fde425ce28226647ad60095e3488 Keisuke Kuroyanagi2014-01-241-1/+5