aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-09Simplify the wrapper for TextInfo#getCharSequenceYohei Yukawa1-3/+11
This CL simplifies the wrapper method for TextInfo#getCharSequence() because in the almost all cases we want to use the result of TextInfo#getText() as the default value. BUG: 16029304 Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
2014-07-09Update Material Dark themeTadashi G. Takaoka88-23/+44
Bug: 15782668 Change-Id: If3f2439fe9dcd2c05514e73861777337b42273c4
2014-07-09Fix alphabet label of Kannada and TeluguTadashi G. Takaoka5-24/+24
Bug: 10029252 Bug: 10028759 Change-Id: Iea9cc1b7cafa97280503b0236b005cea57ba2c3d
2014-07-09Add Telugu keyboardTadashi G. Takaoka15-86/+774
Bug: 10028759 Change-Id: Id1bf030a9928124ead695aa7bf76db48ca58de4b
2014-07-09Add Kannada keyboardTadashi G. Takaoka15-76/+783
Bug: 10029252 Change-Id: Ia03ff886f9e62a2fe228fe59b504b033eead7631
2014-07-08Fix Tamil keyboard unit test for tablet deviceTadashi G. Takaoka1-0/+6
This is a follow up change of I226e640fe4. Bug: 9978106 Change-Id: I6b4657a57bc36e01b0b6f8c56c48d31320b90702
2014-07-08Remove unnecessary autoXScale flagTadashi G. Takaoka1-2/+1
Change-Id: I4385a53e9e8ec1e3902aafd4113d339ad7471b6f
2014-07-08Use bn-rIN resource directory for Bengali (India)Tadashi G. Takaoka2-3/+3
Bug: 10028755 Change-Id: I552ad3b30d359b79c48cde4912d796c532b42b51
2014-07-08Fix Armenian comma on phone deviceTadashi G. Takaoka3-60/+77
Bug: 7963631 Change-Id: Ia28b4020652174daa2731b3eed7636db9639c6b6
2014-07-07Import translations. DO NOT MERGEBaligh Uddin1-1/+1
Change-Id: I7fba964237530581b75e288182810549aa982ce1 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin15-312/+158
Change-Id: I6f0ed155b5f490133af1958b06eefb9ba5d511b8 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin25-358/+1853
Change-Id: I659b81a251775d27ef5f2d8c4b74f91c72af6370 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin9-31/+31
Change-Id: Id17e27cf4d75db6bd128177de6cbb40a9951d33d Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin1-4/+4
Change-Id: I8b0464237cbfd5449ccba11580aa3ddfc3fad675 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin10-21/+725
Change-Id: I9e4be44e89eac47733b39f5e46c10c6bf2611153 Auto-generated-cl: translation import
2014-07-09Fix test failur on pre-L devicesYohei Yukawa1-1/+2
This is a follow up CL for Iafbf2877db393dbd040295c21d. BUG: 16029304 Change-Id: I0bfdcf901adb3178e6b9201d598ce9f588dcd253
2014-07-08Update Bengali keyboard to add a few vowel signsTadashi G. Takaoka2-10/+20
Bug: 10028755 Change-Id: Ia0b8624470c5b0667a3d7267d3cf8d4c937b0b0c
2014-07-08Remove unused keyPreviewIcon attributesTadashi G. Takaoka11-34/+10
This CL also removes unused tabKeyPreview icon. Change-Id: Ia69ba9c3d7c67ccb8983275bed262292eb422db2
2014-07-04Add Bengali keyboard layoutTadashi G. Takaoka14-196/+967
This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4
2014-07-09Fix: wrong bigram entry pos can be used during GC.Keisuke Kuroyanagi2-2/+2
Bug: 14425059 Change-Id: I4e7c977c5ef184953682175b118de5473cdb64a6
2014-07-08Add Malayalam keyboardTadashi G. Takaoka13-71/+766
Bug: 10417006 Change-Id: Ieb03fe1f08c85417b5d9ad4d62c8a5bc6d0632bc
2014-07-08Move phrase gesture from additional features to public.Keisuke Kuroyanagi17-48/+109
Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
2014-07-08Get bigrams iterator via dict structure policy.Keisuke Kuroyanagi10-46/+57
Bug: 14425059 Change-Id: Ie4c6afbb6a3b707b5aa8e9e4f941c9da6e6bcdbf
2014-07-07Import translations. DO NOT MERGEBaligh Uddin9-2/+249
Change-Id: Ifb6b83b1a84b4103193cf3e4fb84b0d52081e980 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin8-0/+192
Change-Id: I2305910609685ccd29c71d73f96e47e484ec6847 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin3-0/+2553
Change-Id: I2e1c87e4c0d388ed5d885667e4d36253b3f33e34 Auto-generated-cl: translation import
2014-07-04Remove dead code to fix test failure due to NoSuchMethodErrorYohei Yukawa2-67/+0
This CL removes following methods from StringUtils, which are no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3. - #joinCommaSplittableText - #appendToCommaSplittableTextIfNotExists BUG: 16000850 Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
2014-07-04Additional subtype ID should be independent of OS-versionYohei Yukawa9-86/+323
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
2014-07-07Import translations. DO NOT MERGEBaligh Uddin57-114/+57
Change-Id: I40d4d1bd2b732bf9a32805544e1c68aea4b733df Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin9-4/+220
Change-Id: I5908c36d3c83f44e330a9f83240c4ecb91f96b48 Auto-generated-cl: translation import
2014-07-07Ensure each character is coverted by at most one LocaleSpanYohei Yukawa2-5/+344
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
2014-07-07Import translations. DO NOT MERGEBaligh Uddin9-0/+1872
Change-Id: Ie4c06dda7d56da6248ec84abddb44d592e678e90 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin5-0/+4255
Change-Id: I82c82756275887836f29c6bdc4f00504cf71e3a0 Auto-generated-cl: translation import
2014-07-07Import translations. DO NOT MERGEBaligh Uddin1-4/+4
Change-Id: I4c62cc42d717e52815acf7b4843fdaaef3e191a8 Auto-generated-cl: translation import
2014-07-07Move fontNormal flag from Key to RowTadashi G. Takaoka118-3190/+1484
Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47
2014-07-07Fix keyboard layout unit testTadashi G. Takaoka1-10/+2
This is a followup of I065824f3fa. Bug: 6911143 Change-Id: I47de962f9fbcfd8bbcd3af2f8005538322ffb932
2014-07-07Fix Sinhala keyboard layoutTadashi G. Takaoka2-22/+26
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
2014-07-07Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.Keisuke Kuroyanagi3-97/+128
Bug: 14425059 Change-Id: Id37022ac6c1545d6845abfbcdb7ed47f0e250eec
2014-07-07Fix Sinhala keyboard for tablet deviceTadashi G. Takaoka4-7/+18
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
2014-07-08Add a compatibility utility class for TextInfoYohei Yukawa2-0/+144
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
2014-07-08Add Tamil keyboardTadashi G. Takaoka14-57/+613
Bug: 9978106 Change-Id: I226e640fe453076063121176121ed5923d1ccfa1
2014-07-04Add compatibility utility class for LocaleSpanYohei Yukawa2-0/+97
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
2014-07-07Use linked list for bigram list.Keisuke Kuroyanagi6-97/+112
BinaryDictionaryTests for VERSION4_DEV: Before Time: 36.461 After Time: 33.031 Bug: 14425059 Change-Id: I9ca2714f450f61f713df6ebd34c953dece991cdb
2014-07-04Restore additional subtypes when the package is updatedYohei Yukawa7-121/+221
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
2014-07-07Use smaller text size for 5-rows keyboardTadashi G. Takaoka2-2/+2
Change-Id: I065824f3fab941560980d3d9387730e4c25eb12b
2014-07-01[HW3] Some refactoringJean Chalard1-9/+11
Change-Id: I303ce084a56c6ec709d3eab239a4d9d2274d0dea
2014-07-01[SD9] Add armenian and georgian scriptsJean Chalard6-24/+42
Bug: 15840116 Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d
2014-07-01[SD8] Add scripts for layouts that are already implementedJean Chalard8-0/+16
Bug: 15840116 Change-Id: I82b94fb89f18c6f7d88193231e132fbc2ac66685
2014-07-01[SD7] Actually check for script.Jean Chalard5-19/+68
...also implement the check for Hebrew and Arabic. Bug: 15840116 Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac
2014-07-01[SD5(2)] Remove useless argsJean Chalard3-54/+13
Bug: 15840116 Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa