aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test for user history for switching languages.•••testStressTestForSwitchingLanguageAndAddingWords took 101996 ms Bug: 6669677 Change-Id: I62849674147e4845955060124221da8211e9b3ca Keisuke Kuroynagi2013-07-161-1/+51
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-07-121-1/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: I580f44f5334d0af91339646c0cfe94293f96711f Auto-generated-cl: translation import Baligh Uddin2013-07-101-1/+1
* | Quit ignoring language cost of exact matches.•••Handle exact matches in DicNode::compare() and calculateFinalScore(). Bug: 8844931 Change-Id: I17c78d4e352b0a4308727229b02a8004b38468bf Keisuke Kuroynagi2013-07-114-32/+10
|/
* Fix: Read lock is wrongly used for gutSuggestions.•••Bug: 9737865 Change-Id: I017f80b46c5dc48c40f2de7c4d516a042992feb4 Keisuke Kuroynagi2013-07-091-2/+3
* Merge "Update ExpandableDictionary.BASE_CHARS[]"Ken Wakasa2013-07-081-165/+199
|\
| * Update ExpandableDictionary.BASE_CHARS[]•••This should be the same as CharUtils::BASE_CHARS[] in the native code. Change-Id: I72ed4a43fd5c26a4439ef791b6b1cf703845c3a1 Ken Wakasa2013-07-051-165/+199
* | Merge "Move TypefaceUtils and ViewUtils to utils package"Tadashi G. Takaoka2013-07-057-8/+12
|\ \
| * | Move TypefaceUtils and ViewUtils to utils package•••Change-Id: Iccd47c27670248c43de9a539c1951111d7733111 Tadashi G. Takaoka2013-07-057-8/+12
* | | Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
|\| |
| * | Reorganize Utils class•••Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18 Tadashi G. Takaoka2013-07-0515-401/+438
* | | Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
|\ \ \ | |/ / |/| |
| * | Remove flags from dicNodeProperties.•••Bug: 6669677 Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002 Keisuke Kuroynagi2013-07-056-63/+55
* | | Use TimeUnit instead of DateUtils for readability•••Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215 Tadashi G. Takaoka2013-07-057-23/+25
| |/ |/|
* | Add a trace.•••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 Jean Chalard2013-07-051-0/+1
|/
* 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.•••This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52 Jean Chalard2013-07-041-4/+13
* | Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-051-14/+26
|\|
| * Have random words stick to a restricted (random) charset•••Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9 Jean Chalard2013-07-041-14/+26
* | Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
|\ \
| * | Fix: release lock in UserHistoryDictionary.•••Change-Id: I050c252910c6b5b0a79cd2d52c525679f2d6091d Keisuke Kuroynagi2013-07-041-1/+5
* | | Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
|\ \ \
| * | | Read version 3 dictionary header.•••The header structure of version 3 dictionary is same as version 2. Bug: 6669677 Change-Id: I26c8723333938fbf102de1a40f11d97444da9075 Keisuke Kuroynagi2013-07-035-58/+73
* | | | Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
|\ \ \ \ | |_|_|/ |/| | |
| * | | DictionaryWriter to abstract binary dictionary writing.•••UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c Keisuke Kuroynagi2013-07-045-88/+254
| | |/ | |/|
* | | 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.•••Bug: 9682742 Change-Id: Ifad4b9811bb5e1a94aed59eba7aedcdb6da5cf9c Keisuke Kuroynagi2013-07-031-1/+1
* | | | Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
|\ \ \ \
| * | | | Add a two-args constructor to BinaryDictIOTests•••Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8 Jean Chalard2013-07-041-6/+8
* | | | | Merge "Generalize constuctors & add tests"Jean Chalard2013-07-042-9/+26
|\| | | | | |_|/ / |/| | |
| * | | Generalize constuctors & add tests•••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 Jean Chalard2013-07-042-9/+26
| |/ /
* | | 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.•••Bug: 9688196 Change-Id: I73ff2cd77b932bf7307b3541ea9da3fa4afa11b4 Keisuke Kuroynagi2013-07-043-17/+22
* | | | Add Azerbaijani keyboard•••Bug: 7963448 Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70 Tadashi G. Takaoka2013-07-043-1/+114
* | | | Add Kazakh keyboard•••Bug: 9697273 Change-Id: Ic9943569ed60d601f093181bf135e45a25399121 Tadashi G. Takaoka2013-07-046-575/+707
|/ / /
* | | Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."Keisuke Kuroynagi2013-07-031-15/+18
|\ \ \
| * | | Use ReentrantReadWriteLock in ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2acde0517d5ed5cbd7b7149709e35fc36651335d Keisuke Kuroynagi2013-07-031-15/+18
| |/ /
* | | Merge "Disable shortcut output for multi-word suggestions."Keisuke Kuroynagi2013-07-031-3/+8
|\ \ \
| * | | Disable shortcut output for multi-word suggestions.•••Bug: 9682742 Change-Id: I9e0a5acd9053d141e018c4653e4baf0f77aacb45 Keisuke Kuroynagi2013-07-031-3/+8
| |/ /
* | | Merge "Add missing letter THEH to Perisan keyboard layout"Tadashi G. Takaoka2013-07-0311-316/+122
|\ \ \
| * | | Add missing letter THEH to Perisan keyboard layout•••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 Tadashi G. Takaoka2013-07-0311-316/+122
* | | | Merge "Add missing letter THEH to Arabic keyboard layout"Tadashi G. Takaoka2013-07-0311-332/+125
|\| | |
| * | | Add missing letter THEH to Arabic keyboard layout•••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 Tadashi G. Takaoka2013-07-0311-332/+125
| |/ /
* / / Followup com.android.inputmethod.latin.utils change•••This is a folowup of I1c5b27c8ed. Change-Id: I12c422a26e599923cadf21c3ab24e4b901cf94cc Tadashi G. Takaoka2013-07-031-1/+1
|/ /
* | 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 input•••This change also eliminates a reference of AudioAndHapticFeedbackManager from KeyboardSwitcher and MainKeyboard. Bug: 6522943 Change-Id: Iac42ec8ff00c66deb76a660ffc07477923a58959 Tadashi G. Takaoka2013-07-0211-117/+208
* | | Merge "Fix: Reading invalid dictionary position."Keisuke Kuroynagi2013-07-021-4/+5
|\ \ \
| * | | Fix: Reading invalid dictionary position.•••Bug: 6669677 Change-Id: I3f4078aaa8cf72f3b366e7851457e9c753c0102f Keisuke Kuroynagi2013-07-021-4/+5
| |/ /
* | | Merge "Move children filtering methods to DicNodeChildrenFilter."Keisuke Kuroynagi2013-07-025-94/+82
|\ \ \ | |/ / |/| |
| * | Move children filtering methods to DicNodeChildrenFilter.•••Bug: 6669677 Change-Id: If18055e2da8dd5d783942ba384d3ea1d97030e3a Keisuke Kuroynagi2013-07-015-94/+82