aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-08Add Malayalam keyboard•••Bug: 10417006 Change-Id: Ieb03fe1f08c85417b5d9ad4d62c8a5bc6d0632bc Tadashi G. Takaoka13-71/+766
2014-07-08Fix Tamil keyboard unit test for tablet device•••This is a follow up change of I226e640fe4. Bug: 9978106 Change-Id: I6b4657a57bc36e01b0b6f8c56c48d31320b90702 Tadashi G. Takaoka1-0/+6
2014-07-08Remove unnecessary autoXScale flag•••Change-Id: I4385a53e9e8ec1e3902aafd4113d339ad7471b6f Tadashi G. Takaoka1-2/+1
2014-07-08Add a compatibility utility class for TextInfo•••This is a groundwork for enabling LocaleSpan support in spell checker service. TextInfo#getCharSequence is supposed to be available in API Level 21 and later. We need some abstraction layer as usual. BUG: 16029304 Change-Id: Iafbf2877db393dbd040295c21d429334e3a13a5f Yohei Yukawa2-0/+144
2014-07-08Add Tamil keyboard•••Bug: 9978106 Change-Id: I226e640fe453076063121176121ed5923d1ccfa1 Tadashi G. Takaoka14-57/+613
2014-07-08Use bn-rIN resource directory for Bengali (India)•••Bug: 10028755 Change-Id: I552ad3b30d359b79c48cde4912d796c532b42b51 Tadashi G. Takaoka2-3/+3
2014-07-08Update Bengali keyboard to add a few vowel signs•••Bug: 10028755 Change-Id: Ia0b8624470c5b0667a3d7267d3cf8d4c937b0b0c Tadashi G. Takaoka2-10/+20
2014-07-08Remove unused keyPreviewIcon attributes•••This CL also removes unused tabKeyPreview icon. Change-Id: Ia69ba9c3d7c67ccb8983275bed262292eb422db2 Tadashi G. Takaoka11-34/+10
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I659b81a251775d27ef5f2d8c4b74f91c72af6370 Auto-generated-cl: translation import Baligh Uddin25-358/+1853
2014-07-07Import translations. DO NOT MERGE•••Change-Id: Id17e27cf4d75db6bd128177de6cbb40a9951d33d Auto-generated-cl: translation import Baligh Uddin9-31/+31
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I8b0464237cbfd5449ccba11580aa3ddfc3fad675 Auto-generated-cl: translation import Baligh Uddin1-4/+4
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I9e4be44e89eac47733b39f5e46c10c6bf2611153 Auto-generated-cl: translation import Baligh Uddin10-21/+725
2014-07-04Add Bengali keyboard layout•••This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4 Tadashi G. Takaoka14-196/+967
2014-07-08Move phrase gesture from additional features to public.•••Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba Keisuke Kuroyanagi17-48/+109
2014-07-08Get bigrams iterator via dict structure policy.•••Bug: 14425059 Change-Id: Ie4c6afbb6a3b707b5aa8e9e4f941c9da6e6bcdbf Keisuke Kuroyanagi10-46/+57
2014-07-08Fix Armenian comma on phone device•••Bug: 7963631 Change-Id: Ia28b4020652174daa2731b3eed7636db9639c6b6 Tadashi G. Takaoka3-60/+77
2014-07-07Import translations. DO NOT MERGE•••Change-Id: Ie4c06dda7d56da6248ec84abddb44d592e678e90 Auto-generated-cl: translation import Baligh Uddin9-0/+1872
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I82c82756275887836f29c6bdc4f00504cf71e3a0 Auto-generated-cl: translation import Baligh Uddin5-0/+4255
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I2305910609685ccd29c71d73f96e47e484ec6847 Auto-generated-cl: translation import Baligh Uddin8-0/+192
2014-07-07Import translations. DO NOT MERGE•••Change-Id: Ifb6b83b1a84b4103193cf3e4fb84b0d52081e980 Auto-generated-cl: translation import Baligh Uddin9-2/+249
2014-07-07Import translations. DO NOT MERGE•••Change-Id: I5908c36d3c83f44e330a9f83240c4ecb91f96b48 Auto-generated-cl: translation import Baligh Uddin9-4/+220
2014-07-07Ensure each character is coverted by at most one LocaleSpan•••This is a groundwork to attach LocaleSpan for committed text in LatinIME. This CL adds a utility method to ensure that a given range of the text is coverted by at most one LocaleSpan. Of course it could be possible to allow a substring to be coverted by multiple LocaleSpans at the same time, but ensuring uniqueness for LocaleSpan is supposed to be a good starting point. BUG: 16029304 Change-Id: Ic33a7178d0df1f05d3626aeb5773ec902254703f Yohei Yukawa2-5/+344
2014-07-04Add compatibility utility class for LocaleSpan•••This is a groundwork for enabling LocaleSpan support. LocaleSpan is available in API Level 17 and later. We need some abstraction layer as usual. BUG: 16029304 Change-Id: Iead1afdc540216edb1b17f91a40d9edb2e790168 Yohei Yukawa2-0/+97
2014-07-04Remove dead code to fix test failure due to NoSuchMethodError•••This CL removes following methods from StringUtils, which are no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3. - #joinCommaSplittableText - #appendToCommaSplittableTextIfNotExists BUG: 16000850 Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5 Yohei Yukawa2-67/+0
2014-07-04Additional subtype ID should be independent of OS-version•••This CL consolidates the initialization logic for additional subtypes so that each additional subtypes can have predictable subtype ID regardless of OS version. Previously subtype IDs for additional subtypes are calculated differently depending on the running OS version with hoping it minimizes the risk of compatibility issues. However, it is getting harder and harder to maintain slightly different logic between OSes. Thus we decided to unify the logic into that in KitKat even though it may causes some breaking changes. Note that the actual extra values that are used to instantiate InputMethodSubtype object are still determined on the fly depending on the running OS version. However these actual extra values are no longer used for the subtype ID calculation. BUG: 16000850 Change-Id: Id3c262386a7bc7ed75966b1395a50171abe550d3 Yohei Yukawa9-86/+323
2014-07-07Use linked list for bigram list.•••BinaryDictionaryTests for VERSION4_DEV: Before Time: 36.461 After Time: 33.031 Bug: 14425059 Change-Id: I9ca2714f450f61f713df6ebd34c953dece991cdb Keisuke Kuroyanagi6-97/+112
2014-07-07Move fontNormal flag from Key to Row•••Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47 Tadashi G. Takaoka118-3190/+1484
2014-07-07Fix keyboard layout unit test•••This is a followup of I065824f3fa. Bug: 6911143 Change-Id: I47de962f9fbcfd8bbcd3af2f8005538322ffb932 Tadashi G. Takaoka1-10/+2
2014-07-07Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.•••Bug: 14425059 Change-Id: Id37022ac6c1545d6845abfbcdb7ed47f0e250eec Keisuke Kuroyanagi3-97/+128
2014-07-07Fix Sinhala keyboard for tablet device•••This CL introduces fontDefault flag to keyLabelFlags of Key attribute to reset font specification to keyTypeface attribute. This is a followup of I065824f3fa. Bug: 6911143 Change-Id: I33bd4a23aaea73e2b17175ddd39053ec915d5451 Tadashi G. Takaoka4-7/+18
2014-07-07Fix Sinhala keyboard layout•••This CL modifes the following points. - add digit hint letters on the 1st row. - remove digit more keys from shifted layout. - use normal font for Sinhala letters. - use auto X scale flag to fix Sinhala letters on a key top. Bug: 6911143 Change-Id: I082ea38529399dce7d99c980e2be07c35d2e912d Tadashi G. Takaoka2-22/+26
2014-07-04Restore additional subtypes when the package is updated•••With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will not only update the visibility of the setup activity but also reconstruct additional subtypes. This is important because the system always removes all the additional subtypes whenever the package is updated. BUG: 15890448 Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd Yohei Yukawa7-121/+221
2014-07-07Use smaller text size for 5-rows keyboard•••Change-Id: I065824f3fab941560980d3d9387730e4c25eb12b Tadashi G. Takaoka2-2/+2
2014-07-01[HW5] Make the word composer package private.•••Change-Id: I66ed277751272eb3ae2fd5e55e9f3e413970082f Jean Chalard2-11/+20
2014-07-01[HW4] Move a reference to WordComposer out of LatinIME•••Change-Id: I5436432c0da86ed1e33b3c9d40204f4ea013ff55 Jean Chalard2-11/+11
2014-07-01[HW3] Some refactoring•••Change-Id: I303ce084a56c6ec709d3eab239a4d9d2274d0dea Jean Chalard1-9/+11
2014-07-01[SD9] Add armenian and georgian scripts•••Bug: 15840116 Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d Jean Chalard6-24/+42
2014-07-01[SD8] Add scripts for layouts that are already implemented•••Bug: 15840116 Change-Id: I82b94fb89f18c6f7d88193231e132fbc2ac66685 Jean Chalard8-0/+16
2014-07-01[SD7] Actually check for script.•••...also implement the check for Hebrew and Arabic. Bug: 15840116 Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac Jean Chalard5-19/+68
2014-07-01[SD6] Inline a constant and remove logic become useless•••Bug: 15840116 Change-Id: I545cc9083aa4e2fd7cbbd1fbc02e1e382482db7c Jean Chalard1-21/+8
2014-07-01[SD5(2)] Remove useless args•••Bug: 15840116 Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa Jean Chalard3-54/+13
2014-07-01Update dictionaries•••>>> dictionaries/es_wordlist.combined.gz Header : date : 1403847862 <=> 1404131686 version : 48 <=> 49 Body : Added: apurate 50 Added: bondi 50 Added: chamuyar 50 Added: conocela 50 Added: conocelo 50 Added: conoceme 50 Added: conocenos 50 Added: conocete 50 Added: copate 50 Added: creele 50 Added: creeme 50 Added: creenos 50 Added: creete 50 Added: creiste 50 Added: creés 50 Added: dale 50 Added: dame 50 Added: danos 50 Added: decile 50 Added: decime 50 Added: decinos 50 Added: estate 50 Added: hablale 50 Added: hablales 50 Added: hablame 50 Added: hablanos 50 Added: hablate 50 Added: hablá 50 Added: hacele 50 Added: haceme 50 Added: hacenos 50 Added: hacete 50 Added: hacés 50 Added: llegás 50 Added: llevale 50 Added: llevame 50 Added: llevanos 50 Added: llevate 50 Added: llevá 50 Added: llevás 50 Added: parecé 50 Added: parecés 50 Added: pasala 50 Added: pasale 50 Added: pasales 50 Added: pasalo 50 Added: pasame 50 Added: pasanos 50 Added: pasate 50 Added: pasás 50 Added: podés 50 Added: ponele 50 Added: poneme 50 Added: ponenos 50 Added: ponete 50 Added: quedá 50 Added: querela 50 Added: querelo 50 Added: quereme 50 Added: querenos 50 Added: querete 50 Added: querés 50 Added: rascate 50 Added: sabelo 50 Added: sabés 50 Added: tenele 50 Added: teneme 50 Added: tenenos 50 Added: tenete 50 Added: tenés 50 >>> java/res/raw/main_es.dict Header : date : 1403847862 <=> 1404131686 version : 48 <=> 49 Body : Same changes Bug: 8010862 Change-Id: I98fc8542e21e35a7c80b332148c461144425e61a Jean Chalard2-0/+0
2014-07-01[HW2] Have a script for hardware keyboard•••Change-Id: I3ee85867c529156374ecc17db3243a50912e760b Jean Chalard2-0/+8
2014-07-01Revert "[SD5] Remove useless args"•••This reverts commit 1d300239612591879d535c20ade1f2712048170e that broke the build. Bug: 15840116 Change-Id: I0a5fa7dea2b418d19df24b2b31ed96bf192d45c0 Ken Wakasa2-3/+18
2014-06-30[SD5] Remove useless args•••Bug: 15840116 Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb Jean Chalard2-18/+3
2014-06-30[SD4] Restart suggestions on language change•••...otherwise we can't recompute the composition when we change scripts. This also fixes when we register that we need to take note that the current subtype was used. Luckily this is a good occasion for some cleanup that I've wanted to do for some time: use InputTransaction for onTextInput (with the goal to ultimately remove it entirely) Bug: 15840116 Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19 Jean Chalard3-29/+56
2014-06-30Fix tests•••Change-Id: I12ba56d021b50c03dc62e3f3c8db3ecada2f6a4b Jean Chalard4-46/+40
2014-06-30[CS6] Cut out methods to clarify what we are doing•••Bug: 13238601 Change-Id: I99cc62e91b1e89130358fded572987023d919507 Jean Chalard1-39/+45
2014-06-27[SD3] Forward the script ID to where it will be used•••Bug: 15840116 Change-Id: If2073e76fed74ae6e1cdd7670013e0e985b0e630 Jean Chalard6-24/+42
2014-06-27[SD2] Add support for a new tag Feature in KeyboardLayoutSet•••Bug: 15840116 Change-Id: I3abbe4ce1ae573e9c5f1a8a96dc0056e8889d507 Jean Chalard4-0/+40