aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Remove a useless method.Jean Chalard2014-11-061-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yay for cleanup Bug: 18108776 Change-Id: I13f4066cd54f294377fdcf375a69350c44d4a32a
* | | | | | | | | | | Merge "Remove dicttool dependency to NativeSuggestOptions"Jean Chalard2014-11-073-6/+10
|\| | | | | | | | | | | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove dicttool dependency to NativeSuggestOptionsJean Chalard2014-11-063-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
* | | | | | | | | | Merge "Move some methods out from SubtypeSwitcher"Tadashi G. Takaoka2014-11-069-126/+174
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Move some methods out from SubtypeSwitcherTadashi G. Takaoka2014-11-069-126/+174
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89aaf87d7d0cc204b0ca0f61c2f64d15e2df848e
* | | | | | | | | Merge "Fix restore from keyboard"Sandeep Siddhartha2014-11-061-1/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix restore from keyboardSandeep Siddhartha2014-11-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The keyboard starts up before the restore process and the default shared preferences are cached and used even after the restore. Bug: 17837918 Change-Id: I2669e377b6e95813657fd6a80fbff4472330e3aa
* | | | | | | | | Fix the build : move offdevice tests in an off device fileJean Chalard2014-11-062-62/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a failing test Change-Id: I280aa6b5836c7332da08a88f1258546edeb25a37
* | | | | | | | | Add a header command to dicttool.Jean Chalard2014-11-064-17/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow to greatly improve the performance of the metadata-generating files, as they won't have to wait for the info command to read the entire dictionary when the header is all we need. Also add tests, and while we're at it, use the seed as intended to enable reproducible tests. Change-Id: I0ba79ef62f0292b23e63aed57ff565bb102281a2
* | | | | | | | | Add a *FAST* dictionary header reader.Jean Chalard2014-11-062-0/+95
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's still unused as of this change but the next change will use it As a reference point, generating the metadata for Bayo takes 3'02" on my machine with the info command; it's down to 16" if made to use this instead. The gains increases with the number of dictionaries obviously. Change-Id: I0eeea2d8f81bb74b0d1570af658e91b56f7c2b79
* | | | | | | | Genericize getting a raw dictionaryJean Chalard2014-11-063-48/+71
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow for not copying the whole dictionary when only the header is needed. Change-Id: Ie4a649b507ccd4a430201824ed87b8b8bbf55e9f
* | | | | | | Fix a bug where LatinIME would recorrect with no input viewJean Chalard2014-11-051-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18071127 Change-Id: I634d1f63f7d5c5b7453ed7559f9b65fa0433dcd8
* | | | | | | Large simplification in obtaining a raw dictionaryJean Chalard2014-11-052-89/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is where the last refactorings were leading. This code is simpler, but it's far more flexible. Importantly, it only makes a single copy instead of making a full disk copy for every intermediate step. Next we're going to make the "copy" part modular for processes that don't need to copy the whole file. Change-Id: Ief32ac665d804b9b20c44f443a9c87452ceb367a
* | | | | | | Fix EmojiPageKeyboardView onPress bugTadashi G. Takaoka2014-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I110f36e0547be4957656217c42a8dafd9359b700
* | | | | | | Fix Emoji key feedbackTadashi G. Takaoka2014-11-047-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18166905 Change-Id: I629eab41b78810325710ce024068b86a157186b4
* | | | | | | Merge "Revert "Fix Emoji key feedback""Tadashi G. Takaoka2014-11-048-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Revert "Fix Emoji key feedback"Tadashi G. Takaoka2014-11-048-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 953858d6153d844226e4b8352a63193c29606dd7. The original CL should be split into two. Change-Id: Ic1d032e2964a1b9bb44d98bdb8573c6cb47a865c
* | | | | | | | Fix missing ZWNJ key of BengaliAkhhor keyboardTadashi G. Takaoka2014-11-045-19/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL also fixes the wrong script of Bengali Akkhor. Change-Id: Id4af2ea160b4ef3cfd40ffc5984354bc60f0b7b7
* | | | | | | | Merge "Fix Emoji key feedback"Tadashi G. Takaoka2014-11-048-8/+8
|\| | | | | | |
| * | | | | | | Fix Emoji key feedbackTadashi G. Takaoka2014-11-048-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18166905 Change-Id: I3c3296cabeed31e1250ff0753ea94576b494b96a
* | | | | | | | Merge "Fix symbol letter size of phone/number layout"Tadashi G. Takaoka2014-11-046-60/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix symbol letter size of phone/number layoutTadashi G. Takaoka2014-11-046-60/+67
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL - decreases the size of symbols letter on number and phone layout. - increases the size of "Pause" and "Wait" label. - fixes "Pause" and "Wait" label for no language keyboard Bug: 18179572 Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0
* | | | | | | | Merge "Fix MainKeyboardView visibility must be aligned with main keyboard frame"Tadashi G. Takaoka2014-11-042-4/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix MainKeyboardView visibility must be aligned with main keyboard frameTadashi G. Takaoka2014-11-042-4/+12
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18105755 Change-Id: Ifdcaded538d0eac3b100486ddf27ae4314293792
* / | | | | | Fix number and phone keyboard visual glitchesTadashi G. Takaoka2014-11-044-6/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18179572 Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca
* | | | | | Merge "Make DrawingProxy and TimerProxy as a top-level interface"Tadashi G. Takaoka2014-11-045-76/+221
|\ \ \ \ \ \
| * | | | | | Make DrawingProxy and TimerProxy as a top-level interfaceTadashi G. Takaoka2014-10-305-76/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia425f341255595f8f80c13b2aa409249f9ce4202
* | | | | | | Fix a wrong indentKen Wakasa2014-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
* | | | | | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-0351-102/+51
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEGeoff Mendal2014-11-0351-102/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e67ed5ff3bbdbc372dfd1b3b408ac2c095fe6d6 Auto-generated-cl: translation import
* | | | | | | | Import translations. DO NOT MERGEGeoff Mendal2014-11-0315-15/+15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4a4f46a2e3aa848ba9ac47300815f6ccf8af808b Auto-generated-cl: translation import
* | | | | | | Small comment fixesKen Wakasa2014-11-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
* | | | | | | Merge "Add null analysis annotations to latinime-common"Tadashi G. Takaoka2014-11-025-19/+50
|\ \ \ \ \ \ \
| * | | | | | | Add null analysis annotations to latinime-commonTadashi G. Takaoka2014-11-025-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I06eedd9ab85e5a8890e6809bbf9e88e5b8c14e38
* | | | | | | | Add debug loggingTadashi G. Takaoka2014-11-022-76/+121
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I38bf53a0b5ea5064462b8eb5d99b7247ff8bddc4
* | | | | | | Fix: BoS prediction after inputting just once.Keisuke Kuroyanagi2014-11-011-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib69569ab6b6edfcc8c1d2c621b95de4127789ab6
* | | | | | | am 25b6185d: (-s ours) am 19eefc51: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-310-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into stage-aosp-master * commit '25b6185d1cd26f91ee417906714fa6ceb9fb8705': Import translations. DO NOT MERGE
| * | | | | | am 19eefc51: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-10-310-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master * commit '19eefc5109b65b1ecf74190904a1c1aa3b30b640': Import translations. DO NOT MERGE
| | * \ \ \ \ \ Merge "Import translations. DO NOT MERGE" into stage-aosp-masterBaligh Uddin2014-10-312-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-10-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I19b5c3a4956bbf3e22566cce7f74791a98869727 Auto-generated-cl: translation import
* | | | | | | | | am 971297e3: (-s ours) am 084de3c9: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-310-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into stage-aosp-master * commit '971297e38d02b6ea236e08f28c7d5cb3ee44e33f': Import translations. DO NOT MERGE
| * | | | | | | | am 084de3c9: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-10-310-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master * commit '084de3c970cb10b02be6844d3a78ad69b487ff7c': Import translations. DO NOT MERGE
| | * | | | | | | Merge "Import translations. DO NOT MERGE" into stage-aosp-masterBaligh Uddin2014-10-3158-8/+47666
| | |\ \ \ \ \ \ \
| | | * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-10-3058-8/+47666
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5a18946cc2b568f649028a1bc50a4f78e6aad0af Auto-generated-cl: translation import
* | | | | | | | | am 929e97e4: (-s ours) am 46905cfd: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-310-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into stage-aosp-master * commit '929e97e40bd74a6de8ed619e145a332ab1134e81': Import translations. DO NOT MERGE
| * | | | | | | | am 46905cfd: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-10-310-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master * commit '46905cfdec1c3f69cd88025d4e62ebcd078937d3': Import translations. DO NOT MERGE
| | * | | | | | | Merge "Import translations. DO NOT MERGE" into stage-aosp-masterBaligh Uddin2014-10-316-1/+121
| | |\ \ \ \ \ \ \
| | | * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-10-306-1/+121
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6427702f2022b2423ef102b00edff0a7ffe5122a Auto-generated-cl: translation import
* | | | | | | | | am ed8b51a7: (-s ours) am 46315a3e: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-310-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into stage-aosp-master * commit 'ed8b51a7fbe02c5534d1855d3075eb4792a9cb84': Import translations. DO NOT MERGE
| * | | | | | | | am 46315a3e: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-10-310-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master * commit '46315a3e2d7143781902fed103df28d3964109bb': Import translations. DO NOT MERGE