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