aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am bac479bb: Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
|\ | | | | | | | | * commit 'bac479bbe1d6daa074c375845bb3af42c931ecbd': Reorganize Utils class
| * Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
| |\
| | * Reorganize Utils classTadashi G. Takaoka2013-07-0515-401/+438
| | | | | | | | | | | | Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
* | | am 0c6e0778: Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
|\| | | | | | | | | | | | | | * commit '0c6e077875a9a6ef1d46ea26610e18156a81a9fe': Remove flags from dicNodeProperties.
| * | Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
| |\ \ | | |/ | |/|
| | * Remove flags from dicNodeProperties.Keisuke Kuroynagi2013-07-056-63/+55
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002
* | | am 72c2feb5: Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-057-23/+25
|\| | | | | | | | | | | | | | * commit '72c2feb57369527b5f0d2b89505f94503978b928': Use TimeUnit instead of DateUtils for readability
| * | Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-057-23/+25
| | | | | | | | | | | | | | | Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
* | | am cb13d11c: Add a trace.Jean Chalard2013-07-041-0/+1
|\| | | | | | | | | | | | | | * commit 'cb13d11c0af95b0621c012be9c01e04a463e40c5': Add a trace.
| * | 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
* | am 9aa1efdf: Merge "Change how the length of the random words are chosen."Jean Chalard2013-07-041-4/+13
|\| | | | | | | | | * commit '9aa1efdf46ce333425466e91061793301307ad01': Change how the length of the random words are chosen.
| * 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
* | | am db6984c7: Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-041-14/+26
|\| | | | | | | | | | | | | | * commit 'db6984c7bd0f3a933581cd0af201cf5e70643e45': Have random words stick to a restricted (random) charset
| * | 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
* | | am 49910a9d: Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
|\| | | | | | | | | | | | | | * commit '49910a9d774120479d89f537c7e1b4d43e6f153a': Fix: release lock in UserHistoryDictionary.
| * | 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
* | | | am 0933353c: Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
|\| | | | | | | | | | | | | | | | | | | * commit '0933353c0c8823ec5ca1dcc5cd68014b87a6e045': Read version 3 dictionary header.
| * | | 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
* | | | | am db296305: Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'db296305d61f9d7c8f9121eb0e663d3d0a2f6ecc': DictionaryWriter to abstract binary dictionary writing.
| * | | | 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
* | | | am cac66f29: Merge "Return NOT_A_PROBABILITY in getProbability for inalid ↵Keisuke Kuroynagi2013-07-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | dictionary." * commit 'cac66f29ebd8df26b25c21b0c228dfe63ea109ad': Return NOT_A_PROBABILITY in getProbability for inalid dictionary.
| * | | 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
* | | | | am b242ce4e: Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'b242ce4e6b599f568bb3bae5749a9e5f65e6a773': Add a two-args constructor to BinaryDictIOTests
| * | | | 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
* | | | | | am eec3067f: Merge "Generalize constuctors & add tests"Jean Chalard2013-07-042-9/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'eec3067fd071f1682151c2995ac592c75ae7574f': Generalize constuctors & add tests
| * | | | | 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
* | | | am 24025135: Merge "Allow force auto commit when the top is long multiword."Keisuke Kuroynagi2013-07-043-17/+22
|\| | | | | | | | | | | | | | | | | | | * commit '24025135562791d3f569e39509425b4c9624e310': Allow force auto commit when the top is long multiword.
| * | | 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
* | | | | am fe202d67: Add Azerbaijani keyboardTadashi G. Takaoka2013-07-033-1/+114
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'fe202d6738e57187925560bdac9051468aadd63e': Add Azerbaijani keyboard
| * | | | Add Azerbaijani keyboardTadashi G. Takaoka2013-07-043-1/+114
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7963448 Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
* | | | | am 0e007eaf: Add Kazakh keyboardTadashi G. Takaoka2013-07-036-575/+707
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '0e007eaff6c2b0c583de17970f1c8ecddadd6fd5': Add Kazakh keyboard
| * | | | Add Kazakh keyboardTadashi G. Takaoka2013-07-046-575/+707
| |/ / / | | | | | | | | | | | | | | | | Bug: 9697273 Change-Id: Ic9943569ed60d601f093181bf135e45a25399121
* | | | am 55de0bd9: Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."Keisuke Kuroynagi2013-07-031-15/+18
|\| | | | | | | | | | | | | | | | | | | * commit '55de0bd981d6dc3ad4465c654d60072604ed1f9d': Use ReentrantReadWriteLock in ExpandableBinaryDictionary.
| * | | 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
* | | | am 0f276de0: Merge "Disable shortcut output for multi-word suggestions."Keisuke Kuroynagi2013-07-031-3/+8
|\| | | | | | | | | | | | | | | | | | | * commit '0f276de04d3493a4777a29eebbc88253db427edb': Disable shortcut output for multi-word suggestions.
| * | | 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
* | | | am 88d0138d: Merge "Add missing letter THEH to Perisan keyboard layout"Tadashi G. Takaoka2013-07-0311-316/+122
|\| | | | | | | | | | | | | | | | | | | * commit '88d0138d9818b49d37cf44a25b96440ea0fba507': Add missing letter THEH to Perisan keyboard layout
| * | | 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