aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix wrong indents.•••Removed an unused method too. Change-Id: Id364009fd4e94ec65862fc3651a181e862909a42 Ken Wakasa2014-01-241-11/+7
* | Merge "[IL69.1] Move a static method to a utility class."Jean Chalard2014-01-241-1/+10
|\ \
| * | [IL69.1] Move a static method to a utility class.•••This is a followup to IL69. Change-Id: Iba154517aa7f75b9f16aa1b808c0da8d84be837f Jean Chalard2014-01-241-1/+10
* | | [IL71.1] Add some javadoc.•••Change-Id: I382abd3104d535a1e868935d8cfb4e34ad8ebaed Jean Chalard2014-01-231-0/+7
|/ /
* | Merge "[IL71] Add indices to toCodePointArray."Jean Chalard2014-01-231-2/+8
|\ \
| * | [IL71] Add indices to toCodePointArray.•••This is necessary for tests Bug: 8636060 Change-Id: I50ea401a22e4df72333eda61ca39aa180966ee4b Jean Chalard2014-01-231-2/+8
| |/
* / [IL69] Oust Keyboard from WordComposer#setComposingWord•••Bug: 8636060 Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b Jean Chalard2014-01-231-2/+39
|/
* Use sorted int[] to represent word separators•••Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846 Tadashi G. Takaoka2014-01-202-17/+19
* Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28 Tadashi G. Takaoka2014-01-201-0/+7
* Merge "Fix a bug specific to German capitalization."Jean Chalard2014-01-171-0/+14
|\