aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-10Import translations. DO NOT MERGEGeoff Mendal1-2/+1
Change-Id: I11a66375af737c53e276c9f64bf2052331c4b3f9 Auto-generated-cl: translation import
2014-11-10Import translations. DO NOT MERGEGeoff Mendal1-2/+1
Change-Id: I28f7aa63c0159557b764e9a9bae576429e83cf42 Auto-generated-cl: translation import
2014-11-10Import translations. DO NOT MERGEGeoff Mendal1-1/+1
Change-Id: I224369092800032915f36e9bf4237d7d537fa712 Auto-generated-cl: translation import
2014-11-11Just tiny cosmetic fixes in makefileKen Wakasa3-3/+3
Change-Id: I470ba8a03d70aa520311c50f5d21979f476798b7
2014-11-11Make profiler use getTimeInMicroSec().Keisuke Kuroyanagi4-77/+100
Bug: 17797064 Change-Id: Ie992c9454edfc3bf93d5ea367c3a4427b513a205
2014-11-11Implement help command for dicttoolkit.Keisuke Kuroyanagi10-1/+52
Bug: 10059681 Change-Id: I0cadf1f80103136cdac5c00b6fca4d81b4bf7384
2014-11-10Use reference instead of pointer for WordProperty().Keisuke Kuroyanagi5-13/+18
Change-Id: Idf03e97661d64186c752e35964d641a5528be5b1
2014-11-08Move logic to determine spacebar text to LanguageOnSpacebarHelperTadashi G. Takaoka3-29/+34
Change-Id: Ib9dbbb4bd4e35c15fd752c364d3012e8a7da2410
2014-11-08Add more test cases to LanguageOnSpacebarHelperTestsTadashi G. Takaoka1-99/+149
Change-Id: I54a4b89db84bbbd6bc7f5886f27b8bb6429ca8db
2014-11-08Rename unit testTadashi G. Takaoka1-3/+6
Change-Id: I0d18562a0b036a3e76a6df989a143bb05f0ed833
2014-11-09Add CommandExecutor for dicttoolkit.Keisuke Kuroyanagi14-28/+399
Bug: 10059681 Change-Id: I90334caaf37c84ce7d1b93d12efbfb5f244a9420
2014-11-08Making 'dicttool header' output format versionAdrian Velicu1-0/+1
Change-Id: I4198f6b463711feb4ab78020934cca4d23870fbb
2014-11-08Introduce CommandUtils for dicttoolkitKeisuke Kuroyanagi7-3/+165
Bug: 10059681 Change-Id: Ic6947e76d77dc87bf88dc3a2b749e41fae7553b7
2014-11-07Fix testsJean Chalard1-1/+1
Oops. Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
2014-11-07Move util classes under commonJean Chalard50-244/+56
Also why did we have two copies of LocaleUtils >.> Bug: 18108776 Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
2014-11-07Remove a deprecated constructor to SuggestedWordsJean Chalard2-13/+7
Change-Id: If4d358b3a11fb25fc214c728269519d8c25f9adc
2014-11-07Fix restore from keyboardSandeep Siddhartha1-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 (cherry picked from commit e9d814674b9c94d61b474f58633a75afb7d2a616)
2014-11-06Move current subtype management code to RichInputMethodManagerTadashi G. Takaoka6-47/+51
Change-Id: I82d5a17a5ec96f26047d29e79f3f28850fc5b3bb
2014-11-06Move shorcut IME related code from SubtypeSwitcher to RichInputMethodManagerTadashi G. Takaoka6-133/+121
Change-Id: I0f95f603d80570c937e8c38ded88df341c11795e
2014-11-06Move some methods out from SubtypeSwitcherTadashi G. Takaoka9-126/+174
Change-Id: I89aaf87d7d0cc204b0ca0f61c2f64d15e2df848e
2014-11-06Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: I4b38b31403db1ee5b5bab7a6328db1919d822d20 Auto-generated-cl: translation import
2014-11-06Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: I8b8e17a01b4080e4d18f5961364ef7e4e7ed8649 Auto-generated-cl: translation import
2014-11-06Import translations. DO NOT MERGEBaligh Uddin22-22/+22
Change-Id: Ib227ef25b8d0eef2f1b83bddfadde5c1a6d93cd8 Auto-generated-cl: translation import
2014-11-06Fix the build : move offdevice tests in an off device fileJean Chalard2-62/+92
Also fix a failing test Change-Id: I280aa6b5836c7332da08a88f1258546edeb25a37
2014-11-06Remove a useless method.Jean Chalard1-17/+0
Yay for cleanup Bug: 18108776 Change-Id: I13f4066cd54f294377fdcf375a69350c44d4a32a
2014-11-06Remove dicttool dependency to NativeSuggestOptionsJean Chalard3-6/+10
Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
2014-11-06Add a header command to dicttool.Jean Chalard4-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
2014-11-06Add a *FAST* dictionary header reader.Jean Chalard2-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
2014-11-06Genericize getting a raw dictionaryJean Chalard3-48/+71
This will allow for not copying the whole dictionary when only the header is needed. Change-Id: Ie4a649b507ccd4a430201824ed87b8b8bbf55e9f
2014-11-05Fix restore from keyboardSandeep Siddhartha1-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
2014-11-06Clean up KeyboardLayoutSet a bitTadashi G. Takaoka1-28/+19
This CL moves getScriptId() from KeyboardLayoutSet.Builder to KeyboardLayoutSet. Change-Id: I13588467e3d03abb92120acb367f021ee3490a50
2014-11-05Fix a bug where LatinIME would recorrect with no input viewJean Chalard1-4/+5
Bug: 18071127 Change-Id: I634d1f63f7d5c5b7453ed7559f9b65fa0433dcd8
2014-11-05Large simplification in obtaining a raw dictionaryJean Chalard2-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
2014-11-04Fix EmojiPageKeyboardView onPress bugTadashi G. Takaoka1-1/+1
Change-Id: I110f36e0547be4957656217c42a8dafd9359b700
2014-11-04Fix Emoji key feedbackTadashi G. Takaoka7-7/+7
Bug: 18166905 Change-Id: I629eab41b78810325710ce024068b86a157186b4
2014-11-04Revert "Fix Emoji key feedback"Tadashi G. Takaoka8-8/+8
This reverts commit 953858d6153d844226e4b8352a63193c29606dd7. The original CL should be split into two. Change-Id: Ic1d032e2964a1b9bb44d98bdb8573c6cb47a865c
2014-11-04Fix missing ZWNJ key of BengaliAkhhor keyboardTadashi G. Takaoka5-19/+12
This CL also fixes the wrong script of Bengali Akkhor. Change-Id: Id4af2ea160b4ef3cfd40ffc5984354bc60f0b7b7
2014-11-04Fix Emoji key feedbackTadashi G. Takaoka8-8/+8
Bug: 18166905 Change-Id: I3c3296cabeed31e1250ff0753ea94576b494b96a
2014-11-04Fix symbol letter size of phone/number layoutTadashi G. Takaoka6-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
2014-11-04Fix number and phone keyboard visual glitchesTadashi G. Takaoka4-6/+8
Bug: 18179572 Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca
2014-11-04Fix MainKeyboardView visibility must be aligned with main keyboard frameTadashi G. Takaoka2-4/+12
Bug: 18105755 Change-Id: Ifdcaded538d0eac3b100486ddf27ae4314293792
2014-11-04Fix a wrong indentKen Wakasa1-1/+1
Change-Id: Iaee83be85bb52c350dd08e4497732927b92eabcd
2014-11-03Import translations. DO NOT MERGEGeoff Mendal51-102/+51
Change-Id: I3e67ed5ff3bbdbc372dfd1b3b408ac2c095fe6d6 Auto-generated-cl: translation import
2014-11-03Import translations. DO NOT MERGEGeoff Mendal37-74/+37
Change-Id: If4a3d6e46c8fcf8ddf8eb4689e19fed4906e1064 Auto-generated-cl: translation import
2014-11-03Import translations. DO NOT MERGEGeoff Mendal15-15/+15
Change-Id: I4a4f46a2e3aa848ba9ac47300815f6ccf8af808b Auto-generated-cl: translation import
2014-11-02Small comment fixesKen Wakasa1-3/+3
Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
2014-11-02Add debug loggingTadashi G. Takaoka2-76/+121
Change-Id: I38bf53a0b5ea5064462b8eb5d99b7247ff8bddc4
2014-11-02Add null analysis annotations to latinime-commonTadashi G. Takaoka5-19/+50
Change-Id: I06eedd9ab85e5a8890e6809bbf9e88e5b8c14e38
2014-11-01Fix: BoS prediction after inputting just once.Keisuke Kuroyanagi1-2/+10
Change-Id: Ib69569ab6b6edfcc8c1d2c621b95de4127789ab6
2014-10-31Initial commit for native dicttoolkit.Keisuke Kuroyanagi9-0/+285
Bug: 10059681 Change-Id: Ib730af8ebc944e08aaada869c0626724a499747c