aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-20Fix subtype count test•••This is a follow up of I6cce26c4fc. Because we implement Basque, Galician, and preliminary Myanmar keyboard. Change-Id: I055fe4f453cf454bbd65bc8542733411e9d3556c Tadashi G. Takaoka1-1/+1
2014-03-20[CB09] Pass events through the combiner chain•••Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c Jean Chalard6-6/+57
2014-03-20Utilize autoColumnOrder for punctuation more keys•••Change-Id: I1f8f5013f0bdf93cf590b8bd00d680b31e03d8b0 Tadashi G. Takaoka10-104/+93
2014-03-20Fix subtype count test•••Because we implement Basque and Galician keyboard. Change-Id: I6cce26c4fc17100b8f0511cb38243b1235a2375f Tadashi G. Takaoka1-1/+1
2014-03-20[CB08] Create a combiner chain in the word composer.•••Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669 Jean Chalard6-85/+62
2014-03-20Fix Armenian punctuation order•••Bug: 12623502 Change-Id: I6cc026132922e103d212b663664e7e0aa2404b35 Tadashi G. Takaoka3-27/+31
2014-03-20Add armenian_phonetic layout tests•••This CL adds Armenian (AM) Phonetic keyboard test. Bug: 13017434 Change-Id: I3b93ef2094b8a9d82ca0e1b88f93136271166ddb Tadashi G. Takaoka2-0/+246
2014-03-20Suppress important notice when its title message is empty•••Bug: 13422608 Change-Id: Ied16e87381e82d8539269ddd90d737f80c2a94c0 Tadashi G. Takaoka1-1/+12
2014-03-20Remove Latin comma from Arabic/Persian keyboard•••Bug: 12807701 Change-Id: Icca63586d561a57b2c15cbfbae0de98dfcc137a3 Tadashi G. Takaoka8-106/+97
2014-03-20Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 Tadashi G. Takaoka2-6/+4
2014-03-19Add clarification to be able to use abbreviation•••Bug: 13002703 Change-Id: I472ff9c2d3517b0c650e1f96eaacfa04a164637d Tadashi G. Takaoka1-7/+17
2014-03-19Add pcqwerty layout test•••This CL adds No language PC Qwerty keyboard test. Bug: 13017434 Change-Id: I64df493b884ff0a5d30fe9e66a8c5efffacb71aa Tadashi G. Takaoka3-0/+286
2014-03-19Fix PC Qwerty shift locked layout•••Bug: 13537661 Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e Tadashi G. Takaoka10-172/+172
2014-03-19Add Galician keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a Tadashi G. Takaoka4-136/+307
2014-03-19Add Basque keyboard•••Bug: 13169021 Bug: 13017434 Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1 Tadashi G. Takaoka5-191/+385
2014-03-19Fix PC Qwerty layout•••This CL fixes: - Action label never displayed on phone. - Go action label incorrectly showed on tablet. - Broken layout on noMicrophoneKey+noSettingsKey input field. - "Voice input key" settings has no effect on phone. - Inconsistent microphone and emoji key layouts. - Slightly modified spacebar size when language switch key is on. - Slightly larger enter key on tablet. Bug: 13537661 Change-Id: I69a6ee7bc99e84b104a4d0352e1824096f6a4750 Tadashi G. Takaoka4-37/+29
2014-03-19[IL127] Move the double space countdown to InputLogic•••Bug: 8636060 Change-Id: Ie193b747bd9d0b5ba6a986b9a3c746c2182742ed Jean Chalard2-32/+26
2014-03-19[IL126] Move a setting value to SettingsValues•••Bug: 8636060 Change-Id: I7cb082df13a10cf5a3aa5786e6a9599376652dee Jean Chalard2-4/+3
2014-03-19[IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060 Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04 Jean Chalard3-30/+84
2014-03-19Fix French accented letters order•••Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018 Tadashi G. Takaoka3-3/+4
2014-03-19Add cloemak keyboard test•••This CL adds No language Colemak keyboard test. Bug: 13017434 Change-Id: Ifa3480ce874013e0ae6ed62dd842e37f00d7d882 Tadashi G. Takaoka2-0/+128
2014-03-19Add dvorak layout tests•••This CL adds, English Dvorak, French Dvorak, German Dvorak, and No language Dvorak keyboard tests. Bug: 13017434 Change-Id: Ie87cee896c687eec279141389a1feda8951fddad Tadashi G. Takaoka8-140/+525
2014-03-19Support additional more keys for keyboard layout test•••Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4 Tadashi G. Takaoka69-1162/+1112
2014-03-19Remove duplcaited plus-minus symbol on PC Qwerty•••Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc Tadashi G. Takaoka1-3/+2
2014-03-19Fix unit test message•••Change-Id: I7f98cb5784ebd7a04cd2951f0b62fa4afdcf085c Tadashi G. Takaoka1-1/+1
2014-03-19Fix Colemak layout•••Bug: 13535305 Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf Tadashi G. Takaoka5-74/+17
2014-03-18Clean up keyboard layout test harness a bit•••Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4 Tadashi G. Takaoka27-527/+345
2014-03-18Guard possible NumberFormatException•••Bug: 13472379 Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06 Tadashi G. Takaoka4-14/+26
2014-03-18Switch to Clang and libc++•••Change-Id: Id425997af58967e49094ab593ed8f0b70c72bbbc Ken Wakasa1-3/+5
2014-03-18Add preliminary Myanmar keyboard•••This CL adds preliminary Myanmar keyboard as a groundwork. The keyboard layout comes mainly from virtual keyboard of <http://www.google.com.mm/> Bug: 7963632 Change-Id: I36504ceb6c2079a6e133edaeb458da1c5cf3ded2 Tadashi G. Takaoka11-135/+866
2014-03-17Import translations. DO NOT MERGE•••Change-Id: I712637a751e4d27cc1a5ce4c917918f0542c396d Auto-generated-cl: translation import Geoff Mendal1-2/+2
2014-03-17[CB07] Small refactoring•••Bug: 8689779 Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249 Jean Chalard2-3/+10
2014-03-17[CB06] Fix a design error.•••The event interpreter should intervene later, after decoding. Decoding should happen first, and then the Event should be passed to the InputLogic. For the time being, we will leave the (unused) EventInterpreter class and its friends, because we'll use them again later. Bug: 13406701 Change-Id: I7582d486724311e39e6692e606cca50c78800643 Jean Chalard6-146/+35
2014-03-17Add hebrew keyboard test•••This CL adds Hebrew keyboard test. Bug: 13017434 Change-Id: I4b200e9d1e70919d671281bf52f671240ddbe63a Tadashi G. Takaoka2-0/+232
2014-03-17Fix cosmetic comment typo•••Change-Id: I9772daaa2f742556b4f63ed8c08693dbce5f7534 Tadashi G. Takaoka1-1/+1
2014-03-17Several cleanups•••Remove obsolete comment and unused macros. Cosmetic fixes as well. Change-Id: I9843331c8ce90d9b10b54f425ea1c7416b57c541 Ken Wakasa3-18/+11
2014-03-17Fix comments in XML files•••Change-Id: Id0a69f98297d6a827006c6c4fe1304a197381f82 Tadashi G. Takaoka7-14/+12
2014-03-17Add farsi keyboard test•••This CL adds Persian keyboard test. Bug: 13017434 Change-Id: I8c73b0940d78642fa17ac17c88ed5f5d7d7b0fa8 Tadashi G. Takaoka2-0/+404
2014-03-17Fix Persian symbols shifted output text•••Bug: 13017434 Change-Id: I57af849ae4342bfee3fa08d7e90c6a6dbc229380 Tadashi G. Takaoka2-4/+4
2014-03-17Fix Arabic keyboard text and test comments•••Bug: 13017434 Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978 Tadashi G. Takaoka4-11/+7
2014-03-17Add georgian keyboard test•••This CL adds Georgian (Georgia) keyboard test. Bug: 13017434 Change-Id: I8499bda89365a15cfb417bdfc0bf07cf51ab232b Tadashi G. Takaoka2-0/+216
2014-03-17Add mongolian keyboard test•••This CL adds Mongolian (Mongolia) keyboard test. Bug: 13017434 Change-Id: I9241ef442c97a6120e97af97bbd189442e5f35fe Tadashi G. Takaoka2-0/+155
2014-03-17Add lao keyboard test•••This CL adds Lao (Laos) keyboard test. Bug: 13017434 Change-Id: I4ae63099d260b14df9663f1bc938cce7c384b9fd Tadashi G. Takaoka2-0/+285
2014-03-17Add khmer keyboard test•••This CL adds Khmer (Cambodia) keyboard test. Bug: 13017434 Change-Id: I610da333950ccada2bf20ae5ea49073292141e86 Tadashi G. Takaoka2-0/+359
2014-03-17Cleanup key definitions a bit•••Bug: 13017434 Change-Id: I0d0cfa2eb62b5030ff3c67fa40d203255e63258c Tadashi G. Takaoka7-10/+10
2014-03-14Add nepali_(romanized|traditional) keyboard layout tests•••This CL adds Nepali Romanized, Nepali Traditional keyboard tests. Bug: Bug: 13017434 Change-Id: Icc00aa8c34e333331a459f8d488621308dfb572b Tadashi G. Takaoka4-0/+506
2014-03-14Add hindi keyboard test•••This CL adds Hindi keyboard test. Bug: Bug: 13017434 Change-Id: Ie9a4af5b758923474840748e190b1450d958012a Tadashi G. Takaoka2-0/+400
2014-03-14Add spanish keyboard layout tests•••This CL adds, Catalan, Esperanto, Spanish, Spanish (US), and Tagalog keyboard tests. Bug: 13017434 Change-Id: I0f33bfeb05300e9dd525faac982c5f08e12f1847 Tadashi G. Takaoka6-0/+589
2014-03-14Cleanup qwerty expected layout definition a bit•••Bug: 13017434 Change-Id: I21152679986924fa56966f5476c6e797d92da57c Tadashi G. Takaoka1-11/+11
2014-03-14Add swiss keyboard layout tests•••This CL adds French (CH) and German (CH) keyboards tests. Bug: 13017434 Change-Id: Ic8a1849cb49c4f72a9a7cd9b3f2ce3a848e0334a Tadashi G. Takaoka3-0/+276