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