aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Add Malayalam keyboard"Tadashi G. Takaoka2014-07-021-70/+88
|\ \
| * | Add Malayalam keyboardTadashi G. Takaoka2014-07-081-70/+88
| | | | | | | | | | | | | | | Bug: 10417006 Change-Id: Ieb03fe1f08c85417b5d9ad4d62c8a5bc6d0632bc
* | | Add a compatibility utility class for TextInfoYohei Yukawa2014-07-081-0/+59
|/ / | | | | | | | | | | | | | | | | | | 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
* | Merge "Add Tamil keyboard"Tadashi G. Takaoka2014-07-021-2/+20
|\ \
| * | Add Tamil keyboardTadashi G. Takaoka2014-07-081-2/+20
| | | | | | | | | | | | | | | Bug: 9978106 Change-Id: I226e640fe453076063121176121ed5923d1ccfa1
* | | Use bn-rIN resource directory for Bengali (India)Tadashi G. Takaoka2014-07-081-3/+3
|/ / | | | | | | | | Bug: 10028755 Change-Id: I552ad3b30d359b79c48cde4912d796c532b42b51
* | Merge "Remove unused keyPreviewIcon attributes"Tadashi G. Takaoka2014-07-023-23/+9
|\ \ | |/ |/|
| * Remove unused keyPreviewIcon attributesTadashi G. Takaoka2014-07-083-23/+9
| | | | | | | | | | | | This CL also removes unused tabKeyPreview icon. Change-Id: Ia69ba9c3d7c67ccb8983275bed262292eb422db2
* | Merge "Move phrase gesture from additional features to public."Keisuke Kuroyanagi2014-07-0214-47/+95
|\ \
| * | Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-0814-47/+95
| |/ | | | | | | | | Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
* / Fix Armenian comma on phone deviceTadashi G. Takaoka2014-07-081-56/+59
|/ | | | | Bug: 7963631 Change-Id: Ia28b4020652174daa2731b3eed7636db9639c6b6
* Merge "Ensure each character is coverted by at most one LocaleSpan"Yohei Yukawa2014-07-021-5/+170
|\
| * Ensure each character is coverted by at most one LocaleSpanYohei Yukawa2014-07-071-5/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix Sinhala keyboard for tablet deviceTadashi G. Takaoka2014-07-071-5/+10
| | | | | | | | | | | | | | | | | | | | 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
* | Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.Keisuke Kuroyanagi2014-07-072-76/+106
|/ | | | | Bug: 14425059 Change-Id: Id37022ac6c1545d6845abfbcdb7ed47f0e250eec
* Merge "Restore additional subtypes when the package is updated"Yohei Yukawa2014-07-026-120/+220
|\
| * Restore additional subtypes when the package is updatedYohei Yukawa2014-07-046-120/+220
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Add Bengali keyboard layout"Tadashi G. Takaoka2014-07-021-174/+212
|\ \
| * | Add Bengali keyboard layoutTadashi G. Takaoka2014-07-041-174/+212
| | | | | | | | | | | | | | | | | | | | | This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4
* | | Merge "Add compatibility utility class for LocaleSpan"Yohei Yukawa2014-07-021-0/+59
|\ \ \
| * | | Add compatibility utility class for LocaleSpanYohei Yukawa2014-07-041-0/+59
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | 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
* / | Remove dead code to fix test failure due to NoSuchMethodErrorYohei Yukawa2014-07-041-25/+0
|/ / | | | | | | | | | | | | | | | | | | This CL removes following methods from StringUtils, which are no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3. - #joinCommaSplittableText - #appendToCommaSplittableTextIfNotExists BUG: 16000850 Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
* / Additional subtype ID should be independent of OS-versionYohei Yukawa2014-07-044-52/+114
|/ | | | | | | | | | | | | | | | | | | | | 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
* Merge "[HW5] Make the word composer package private."Ken Wakasa2014-06-262-11/+20
|\
| * [HW5] Make the word composer package private.Jean Chalard2014-07-012-11/+20
| | | | | | | | Change-Id: I66ed277751272eb3ae2fd5e55e9f3e413970082f
* | Merge "[HW4] Move a reference to WordComposer out of LatinIME"Jean Chalard2014-06-262-11/+11
|\|
| * [HW4] Move a reference to WordComposer out of LatinIMEJean Chalard2014-07-012-11/+11
| | | | | | | | Change-Id: I5436432c0da86ed1e33b3c9d40204f4ea013ff55
* | Merge "Fix a unit test"Jean Chalard2014-06-262-10/+44
|\ \ | |/ |/|
| * Fix a unit testJean Chalard2014-07-012-10/+44
| | | | | | | | | | | | | | When switching languages, we need to wait until the dictionary is loaded to compute suggestions. Change-Id: I7c32a900b297cd6302bfdc020842581315f3007f
* | [HW3] Some refactoringJean Chalard2014-07-011-9/+11
| | | | | | | | Change-Id: I303ce084a56c6ec709d3eab239a4d9d2274d0dea
* | [SD9] Add armenian and georgian scriptsJean Chalard2014-07-013-24/+36
| | | | | | | | | | Bug: 15840116 Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d
* | [SD7] Actually check for script.Jean Chalard2014-07-014-10/+37
|/ | | | | | | ...also implement the check for Hebrew and Arabic. Bug: 15840116 Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac
* Merge "[SD6] Inline a constant and remove logic become useless"Jean Chalard2014-06-261-21/+8
|\
| * [SD6] Inline a constant and remove logic become uselessJean Chalard2014-07-011-21/+8
| | | | | | | | | | Bug: 15840116 Change-Id: I545cc9083aa4e2fd7cbbd1fbc02e1e382482db7c
* | Merge "[HW2] Have a script for hardware keyboard"Jean Chalard2014-06-262-0/+8
|\ \ | |/ |/|
| * [HW2] Have a script for hardware keyboardJean Chalard2014-07-012-0/+8
| | | | | | | | Change-Id: I3ee85867c529156374ecc17db3243a50912e760b
* | [SD5(2)] Remove useless argsJean Chalard2014-07-012-18/+3
|/ | | | | Bug: 15840116 Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa
* Revert "[SD5] Remove useless args"Ken Wakasa2014-07-012-3/+18
| | | | | | | This reverts commit 1d300239612591879d535c20ade1f2712048170e that broke the build. Bug: 15840116 Change-Id: I0a5fa7dea2b418d19df24b2b31ed96bf192d45c0
* [SD5] Remove useless argsJean Chalard2014-06-302-18/+3
| | | | | Bug: 15840116 Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb
* [SD4] Restart suggestions on language changeJean Chalard2014-06-303-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
* Merge "[SD3] Forward the script ID to where it will be used"Jean Chalard2014-06-266-24/+42
|\
| * [SD3] Forward the script ID to where it will be usedJean Chalard2014-06-276-24/+42
| | | | | | | | | | Bug: 15840116 Change-Id: If2073e76fed74ae6e1cdd7670013e0e985b0e630
* | [CS6] Cut out methods to clarify what we are doingJean Chalard2014-06-301-39/+45
| | | | | | | | | | Bug: 13238601 Change-Id: I99cc62e91b1e89130358fded572987023d919507
* | Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""Ken Wakasa2014-06-262-78/+76
|\ \ | |/ |/|
| * Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Ken Wakasa2014-06-272-78/+76
| | | | | | | | | | | | | | This reverts commit ba463c9a66f75e8d00f4658e32b763eb54215231 that broke the dicttool build. Bug: 14425059 Change-Id: Ie1685587104d26e4416624747c97f6087c13388a
* | [SD2] Add support for a new tag Feature in KeyboardLayoutSetJean Chalard2014-06-272-0/+27
| | | | | | | | | | Bug: 15840116 Change-Id: I3abbe4ce1ae573e9c5f1a8a96dc0056e8889d507
* | Merge "Support performAccessibilityAction for CLICK and LONG_CLICK"Tadashi G. Takaoka2014-06-264-27/+47
|\ \
| * | Support performAccessibilityAction for CLICK and LONG_CLICKTadashi G. Takaoka2014-06-274-27/+47
| | | | | | | | | | | | | | | Bug: 15727335 Change-Id: I83274c1a9d3cf2e8237d1674fe915b7b2d222a53
* | | Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Keisuke Kuroyanagi2014-06-262-76/+78
|\ \ \ | | |/ | |/|
| * | Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.Keisuke Kuroyanagi2014-06-272-76/+78
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I3eb24e840c165e43f68c2a60fccf9974affb57a6