aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-07Import translations. DO NOT MERGEBaligh Uddin10-21/+725
Change-Id: I9e4be44e89eac47733b39f5e46c10c6bf2611153 Auto-generated-cl: translation import
2014-07-04Add Bengali keyboard layoutTadashi G. Takaoka14-196/+967
This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4
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-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
2014-06-30[SD4] Restart suggestions on language changeJean Chalard3-29/+56
...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
2014-06-30Import translations. DO NOT MERGEBaligh Uddin12-0/+324
Change-Id: Ia31613a90afebc810811e603cfdee621c8d47b9c Auto-generated-cl: translation import
2014-06-30Import translations. DO NOT MERGEBaligh Uddin11-0/+264
Change-Id: Ib559baf38fac9b3389b7cc0ed3714f52d4c2300f Auto-generated-cl: translation import