aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Remove flags from dicNodeProperties.Keisuke Kuroynagi2013-07-056-63/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002
* | | | | Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-057-23/+25
| |/ / / |/| | | | | | | | | | | | | | | Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
* | | | Add a trace.Jean Chalard2013-07-051-0/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emit a trace when a new dictionary is copied to LatinIME successfully, not just when it fails. That will help diagnosing some problems by being able to ensure this step succeeded looking at the log. This does not happen often (like, maybe 3 times at device activation, and once every few weeks afterwards), so I think the extra line in the log is more than acceptable. Change-Id: I1674bc22d950a7be801076c5aa7e8bbebccab14b
* | | Merge "Change how the length of the random words are chosen."Jean Chalard2013-07-051-4/+13
|\ \ \
| * | | Change how the length of the random words are chosen.Jean Chalard2013-07-041-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52
* | | | Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-051-14/+26
|\| | |
| * | | Have random words stick to a restricted (random) charsetJean Chalard2013-07-041-14/+26
| | | | | | | | | | | | | | | | Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9
* | | | Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
|\ \ \ \
| * | | | Fix: release lock in UserHistoryDictionary.Keisuke Kuroynagi2013-07-041-1/+5
| | |_|/ | |/| | | | | | | | | | Change-Id: I050c252910c6b5b0a79cd2d52c525679f2d6091d
* | | | Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
|\ \ \ \
| * | | | Read version 3 dictionary header.Keisuke Kuroynagi2013-07-035-58/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The header structure of version 3 dictionary is same as version 2. Bug: 6669677 Change-Id: I26c8723333938fbf102de1a40f11d97444da9075
* | | | | Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DictionaryWriter to abstract binary dictionary writing.Keisuke Kuroynagi2013-07-045-88/+254
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c
* | | | Merge "Return NOT_A_PROBABILITY in getProbability for inalid dictionary."Keisuke Kuroynagi2013-07-041-1/+1
|\ \ \ \
| * | | | Return NOT_A_PROBABILITY in getProbability for inalid dictionary.Keisuke Kuroynagi2013-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9682742 Change-Id: Ifad4b9811bb5e1a94aed59eba7aedcdb6da5cf9c
* | | | | Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
|\ \ \ \ \
| * | | | | Add a two-args constructor to BinaryDictIOTestsJean Chalard2013-07-041-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8
* | | | | | Merge "Generalize constuctors & add tests"Jean Chalard2013-07-042-9/+26
|\| | | | | | |_|/ / / |/| | | |
| * | | | Generalize constuctors & add testsJean Chalard2013-07-042-9/+26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is any two-args constructor with the right arg types in a test class, use it. Also, add a test suite to dicttool test. Also, have the return value of dicttool reflect success or failure. Change-Id: I51ab2a4abb93a0a483e8d6ef3c39d1ff1bce1dbd
* | | | Merge "Allow force auto commit when the top is long multiword."Keisuke Kuroynagi2013-07-043-17/+22
|\ \ \ \
| * | | | Allow force auto commit when the top is long multiword.Keisuke Kuroynagi2013-07-043-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9688196 Change-Id: I73ff2cd77b932bf7307b3541ea9da3fa4afa11b4
* | | | | Add Azerbaijani keyboardTadashi G. Takaoka2013-07-043-1/+114
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7963448 Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
* | | | | Add Kazakh keyboardTadashi G. Takaoka2013-07-046-575/+707
|/ / / / | | | | | | | | | | | | | | | | Bug: 9697273 Change-Id: Ic9943569ed60d601f093181bf135e45a25399121
* | | | Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."Keisuke Kuroynagi2013-07-031-15/+18
|\ \ \ \
| * | | | Use ReentrantReadWriteLock in ExpandableBinaryDictionary.Keisuke Kuroynagi2013-07-031-15/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I2acde0517d5ed5cbd7b7149709e35fc36651335d
* | | | Merge "Disable shortcut output for multi-word suggestions."Keisuke Kuroynagi2013-07-031-3/+8
|\ \ \ \
| * | | | Disable shortcut output for multi-word suggestions.Keisuke Kuroynagi2013-07-031-3/+8
| |/ / / | | | | | | | | | | | | | | | | Bug: 9682742 Change-Id: I9e0a5acd9053d141e018c4653e4baf0f77aacb45
* | | | Merge "Add missing letter THEH to Perisan keyboard layout"Tadashi G. Takaoka2013-07-0311-316/+122
|\ \ \ \
| * | | | Add missing letter THEH to Perisan keyboard layoutTadashi G. Takaoka2013-07-0311-316/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change, the phone keyboard layout use quite similar one of the oridinal PC. The differences from the ordinal PC keyboard layout are: - Add letter JEH between letter TAH and ZAIN at 3rd row. - Move letter TCHEN from the most left of 1st row to the most left of 3rd row. The tablet keyboard layout is the same of of the phone except: - Add letter ALEF with MADDA above between letter WAW and letter TCHEN at 3rd row. This change also moves the delete key and the enter key on tablet to 1st and 2nd row respectively. Bug: 9371393 Change-Id: I964589055eb15549fe20e5ec45e02f7dc6b5686e
* | | | | Merge "Add missing letter THEH to Arabic keyboard layout"Tadashi G. Takaoka2013-07-0311-332/+125
|\| | | |
| * | | | Add missing letter THEH to Arabic keyboard layoutTadashi G. Takaoka2013-07-0311-332/+125
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change, the tablet keyboard layout both 7inch and 10inch use quite similar one of the ordinal PC. The differences from the ordinal PC keyboard layout are: - Move letter THAL from the most left of digits' row to the most left of 3rd row. - Move letter DAL from the most right of 1st row to the most right of 3rd row. - Omit ligature LAM with ALEF from 3rd row and move to more keys of letter LAM on 2nd row. The phone keyboard layout is the same one of the tablet except: - Omit letter YEH with HAMZA avobe from 3rd row and move to more keys of letter ALEF MAKSURA on 3rd row. Bug: 9371393 Change-Id: I1cd164ce7c1c3a5cae67b9985f1b167aef028ca0
* / / / Followup com.android.inputmethod.latin.utils changeTadashi G. Takaoka2013-07-031-1/+1
|/ / / | | | | | | | | | | | | | | | This is a folowup of I1c5b27c8ed. Change-Id: I12c422a26e599923cadf21c3ab24e4b901cf94cc
* | | Merge "Handling key repeat by emulating key press and code input"Tadashi G. Takaoka2013-07-0211-117/+208
|\ \ \
| * | | Handling key repeat by emulating key press and code inputTadashi G. Takaoka2013-07-0211-117/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959
* | | | Merge "Fix: Reading invalid dictionary position."Keisuke Kuroynagi2013-07-021-4/+5
|\ \ \ \
| * | | | Fix: Reading invalid dictionary position.Keisuke Kuroynagi2013-07-021-4/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I3f4078aaa8cf72f3b366e7851457e9c753c0102f
* | | | Merge "Move children filtering methods to DicNodeChildrenFilter."Keisuke Kuroynagi2013-07-025-94/+82
|\ \ \ \ | |/ / / |/| | |
| * | | Move children filtering methods to DicNodeChildrenFilter.Keisuke Kuroynagi2013-07-015-94/+82
| | |/ | |/| | | | | | | | | | Bug: 6669677 Change-Id: If18055e2da8dd5d783942ba384d3ea1d97030e3a
* | | Fix offdevice compilationJean Chalard2013-07-024-29/+77
| | | | | | | | | | | | Change-Id: I8bccccbc51b308fddfbbc990f7bfe1c490259372
* | | Dump binary dictionary information when openingJean Chalard2013-07-019-37/+177
| |/ |/| | | | | | | Bug: 9459517 Change-Id: I122583e734936ae0284e1c7500c6c9242bc7973b
* | Merge "Add args to dicttool test."Jean Chalard2013-07-012-16/+66
|\ \
| * | Add args to dicttool test.Jean Chalard2013-07-012-16/+66
| |/ | | | | | | Change-Id: I0667e0a5a6f6db3964cfcca5c8f083b9ceb41a2e
* | Merge "Remove format version 1 related logic."Keisuke Kuroynagi2013-07-011-2/+0
|\ \
| * | Remove format version 1 related logic.Keisuke Kuroynagi2013-07-011-2/+0
| |/ | | | | | | | | | | | | Removed from DictionaryStructurePolicyFactory Bug: 9617181 Change-Id: Ice4b4a24e019c88b0ec129dc69176c7541f8530c
* | Merge "Move Range out of RichInputConnection and rename it."Jean Chalard2013-07-015-108/+129
|\ \
| * | Move Range out of RichInputConnection and rename it.Jean Chalard2013-07-015-108/+129
| |/ | | | | | | | | | | Range has grown a bit too big to stay an internal class. Change-Id: Ic3fbc48a5d10776eedd7559c4d696e5926b88288
* | Merge "Regenerate old version dictionaries using new format."Keisuke Kuroynagi2013-07-016-30/+13
|\ \
| * | Regenerate old version dictionaries using new format.Keisuke Kuroynagi2013-07-016-30/+13
| | | | | | | | | | | | | | | Bug: 9617181 Change-Id: I228a3eac959f81b38e4092015e8e3c429d46fa60
* | | Merge "Do not re-resume suggestion if it's not needed."Jean Chalard2013-07-013-1/+133
|\ \ \
| * | | Do not re-resume suggestion if it's not needed.Jean Chalard2013-07-013-1/+133
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This is much better interface-wise. It eliminates all blinking of the line in the practice. Bug: 8874148 Bug: 8864306 Change-Id: I87754e44784327c2e9c8b162d598d145e20668e8