aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Fix Sinhala keyboard for tablet device"Tadashi G. Takaoka2014-07-024-7/+18
|\ \ \
| * | | Fix Sinhala keyboard for tablet deviceTadashi G. Takaoka2014-07-074-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
* | | | Merge "Use smaller text size for 5-rows keyboard"Tadashi G. Takaoka2014-07-022-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use smaller text size for 5-rows keyboardTadashi G. Takaoka2014-07-072-2/+2
| | | | | | | | | | | | | | | | Change-Id: I065824f3fab941560980d3d9387730e4c25eb12b
* | | | Fix Sinhala keyboard layoutTadashi G. Takaoka2014-07-072-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
* / / 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-027-121/+221
|\ \ | |/ |/|
| * Restore additional subtypes when the package is updatedYohei Yukawa2014-07-047-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
* | Merge "Add Bengali keyboard layout"Tadashi G. Takaoka2014-07-0210-195/+701
|\ \
| * | Add Bengali keyboard layoutTadashi G. Takaoka2014-07-0410-195/+701
| | | | | | | | | | | | | | | | | | | | | 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 "Update dictionaries"Jean Chalard2014-06-261-0/+0
|\ \
| * | Update dictionariesJean Chalard2014-07-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >>> 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
* | | 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-016-24/+42
| | | | | | | | | | Bug: 15840116 Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d
* | [SD8] Add scripts for layouts that are already implementedJean Chalard2014-07-018-0/+16
| | | | | | | | | | Bug: 15840116 Change-Id: I82b94fb89f18c6f7d88193231e132fbc2ac66685
* | [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
* Merge "Revert "[SD5] Remove useless args""Ken Wakasa2014-06-262-3/+18
|\
| * Revert "[SD5] Remove useless args"Ken Wakasa2014-07-012-3/+18
| | | | | | | | | | | | | | This reverts commit 1d300239612591879d535c20ade1f2712048170e that broke the build. Bug: 15840116 Change-Id: I0a5fa7dea2b418d19df24b2b31ed96bf192d45c0
* | Merge "Revert "[SD6] Inline a constant and remove logic become useless""Ken Wakasa2014-06-261-8/+21
|\ \
| * | Revert "[SD6] Inline a constant and remove logic become useless"Ken Wakasa2014-07-011-8/+21
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2a5824a63b244d1e5b18e512bc8dfb34f795f579 that broke the build. Bug: 15840116 Change-Id: Ife11050394f3ed90e39d835b92732e1b6af83249
* | | 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-06-301-21/+8
| |/ | | | | | | | | Bug: 15840116 Change-Id: I04b9d6bd45d9e806c268fa8ecb4653f8af729095
* | Merge "[SD5] Remove useless args"Jean Chalard2014-06-262-18/+3
|\|
| * [SD5] Remove useless argsJean Chalard2014-06-302-18/+3
| | | | | | | | | | Bug: 15840116 Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-3012-0/+324
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-06-3012-0/+324
| | | | | | | | | | | | | | | Change-Id: Ia31613a90afebc810811e603cfdee621c8d47b9c Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2715-0/+3120
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3015-0/+3120
| |/ / | | | | | | | | | | | | Change-Id: Ie644aea041d7b76637651958b612671f694c21f7 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-301-0/+851
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-301-0/+851
| |/ / | | | | | | | | | | | | Change-Id: Ia7837134acb9381094219fe410b5fa4840bd3400 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-3011-0/+264
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3011-0/+264
| |/ / | | | | | | | | | | | | Change-Id: Ib559baf38fac9b3389b7cc0ed3714f52d4c2300f Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2716-0/+532
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3016-0/+532
| |/ / | | | | | | | | | | | | Change-Id: Id284e91e7646cf2eac64540a1ec8f7f99b8bd8d1 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2716-0/+4037
|\ \ \