aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix Tamil keyboard unit test for tablet deviceTadashi G. Takaoka2014-07-081-0/+6
|/ | | | | | | This is a follow up change of I226e640fe4. Bug: 9978106 Change-Id: I6b4657a57bc36e01b0b6f8c56c48d31320b90702
* Merge "Add Tamil keyboard"Tadashi G. Takaoka2014-07-023-1/+182
|\
| * Add Tamil keyboardTadashi G. Takaoka2014-07-083-1/+182
| | | | | | | | | | Bug: 9978106 Change-Id: I226e640fe453076063121176121ed5923d1ccfa1
* | Update Bengali keyboard to add a few vowel signsTadashi G. Takaoka2014-07-081-5/+10
|/ | | | | Bug: 10028755 Change-Id: Ia0b8624470c5b0667a3d7267d3cf8d4c937b0b0c
* Fix Armenian comma on phone deviceTadashi G. Takaoka2014-07-081-4/+17
| | | | | Bug: 7963631 Change-Id: Ia28b4020652174daa2731b3eed7636db9639c6b6
* Merge "Ensure each character is coverted by at most one LocaleSpan"Yohei Yukawa2014-07-021-0/+174
|\
| * Ensure each character is coverted by at most one LocaleSpanYohei Yukawa2014-07-071-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 keyboard layout unit testTadashi G. Takaoka2014-07-071-10/+2
| | | | | | | | | | | | | | This is a followup of I065824f3fa. Bug: 6911143 Change-Id: I47de962f9fbcfd8bbcd3af2f8005538322ffb932
* | Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.Keisuke Kuroyanagi2014-07-071-21/+22
|/ | | | | Bug: 14425059 Change-Id: Id37022ac6c1545d6845abfbcdb7ed47f0e250eec
* Merge "Add Bengali keyboard layout"Tadashi G. Takaoka2014-07-023-1/+238
|\
| * Add Bengali keyboard layoutTadashi G. Takaoka2014-07-043-1/+238
| | | | | | | | | | | | | | This is a preliminary keyboard layout. Bug: 10028755 Change-Id: I365fb8e942a60d4b690a4af95fcd35bf73fffbe4
* | Merge "Add compatibility utility class for LocaleSpan"Yohei Yukawa2014-07-021-0/+38
|\ \
| * | Add compatibility utility class for LocaleSpanYohei Yukawa2014-07-041-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-42/+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-045-34/+209
|/ | | | | | | | | | | | | | | | | | | | | 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 "Fix a unit test"Jean Chalard2014-06-261-4/+8
|\
| * Fix a unit testJean Chalard2014-07-011-4/+8
| | | | | | | | | | | | | | When switching languages, we need to wait until the dictionary is loaded to compute suggestions. Change-Id: I7c32a900b297cd6302bfdc020842581315f3007f
* | [SD7] Actually check for script.Jean Chalard2014-07-011-9/+31
|/ | | | | | | ...also implement the check for Hebrew and Arabic. Bug: 15840116 Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac
* [SD5(2)] Remove useless argsJean Chalard2014-07-011-36/+10
| | | | | Bug: 15840116 Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa
* Fix testsJean Chalard2014-06-304-46/+40
| | | | Change-Id: I12ba56d021b50c03dc62e3f3c8db3ecada2f6a4b
* Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""Ken Wakasa2014-06-261-21/+21
|\
| * Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Ken Wakasa2014-06-271-21/+21
| | | | | | | | | | | | | | This reverts commit ba463c9a66f75e8d00f4658e32b763eb54215231 that broke the dicttool build. Bug: 14425059 Change-Id: Ie1685587104d26e4416624747c97f6087c13388a
* | Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Keisuke Kuroyanagi2014-06-261-21/+21
|\|
| * Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.Keisuke Kuroyanagi2014-06-271-21/+21
| | | | | | | | | | Bug: 14425059 Change-Id: I3eb24e840c165e43f68c2a60fccf9974affb57a6
* | Merge "Find multiple previous word information to support n-gram."Keisuke Kuroyanagi2014-06-261-0/+11
|\|
| * Find multiple previous word information to support n-gram.Keisuke Kuroyanagi2014-06-271-0/+11
| | | | | | | | | | | | Bug: 14425059 Change-Id: Ieace636334a9b2a094527341d4fcfc05958296c5
* | Add preliminary subtypes disabled for L-previewTadashi G. Takaoka2014-06-274-7/+7
| | | | | | | | | | | | | | | | Bug: 13966540 Bug: 13779052 Bug: 10028772 Bug: 7963632 Change-Id: Ieec809f2d391e90b1ec547a3a89e929db47a5ed1
* | Add Sinhala keyboard layoutTadashi G. Takaoka2014-06-272-0/+222
|/ | | | | Bug: 6911143 Change-Id: I9ff87ece3e68381c0e9855106e7320c227f09965
* Merge "Make PrevWordsInfo have multiple words' information."Keisuke Kuroyanagi2014-06-245-19/+23
|\
| * Make PrevWordsInfo have multiple words' information.Keisuke Kuroyanagi2014-06-255-19/+23
| | | | | | | | | | Bug: 14425059 Change-Id: I2bd6a872904a44b80f638a13d91a97559217cc1a
* | Make Beginning-of-Sentence prediction require two exposures.Keisuke Kuroyanagi2014-06-251-4/+10
| | | | | | | | | | Bug: 15868192 Change-Id: I4b577ad11c992d872d6f902fd50527d9ca5cc1ba
* | Fix: unit tests by clearing personalized dictsKeisuke Kuroyanagi2014-06-251-0/+2
| | | | | | | | | | Bug: 14119293 Change-Id: I61cc05fb09342103f453ba83709c6be68d2f695e
* | Merge "Support migration/dump of Beginning-of-Sentence entries."Keisuke Kuroyanagi2014-06-242-12/+28
|\ \
| * | Support migration/dump of Beginning-of-Sentence entries.Keisuke Kuroyanagi2014-06-242-12/+28
| |/ | | | | | | | | Bug: 14119293 Change-Id: Ie975138f819794d5c34a7a547be5a6117050e084
* / Add a test for Armenian periods.Jean Chalard2014-06-182-19/+26
|/ | | | | Bug: 11463389 Change-Id: Ic1a612bd6b2693369a1688e6a2273cff26fbe6d1
* Merge "Add a method to update contextual dictionary."Keisuke Kuroyanagi2014-06-101-0/+75
|\
| * Add a method to update contextual dictionary.Keisuke Kuroyanagi2014-06-161-0/+75
| | | | | | | | | | Bug: 14161647 Change-Id: I2111f841c94e31d62b670da4236fc738df03a708
* | Update unit test for beginning-of-sentence.Keisuke Kuroyanagi2014-06-121-11/+7
|/ | | | | Bug: 14119293 Change-Id: I594a1ca1096f0c12c678dd30eb75de905e55c5bb
* Special case periods in the spell checkerJean Chalard2014-06-101-1/+18
| | | | | | | | Special case <valid word>.<valid word> to send as a suggestion the same string where the periods is replaced by a space. Bug: 10780091 Change-Id: I43c94675977f9ab5d7ee5671486cb742b39f3974
* Remove a useless methodJean Chalard2014-06-101-14/+0
| | | | Change-Id: I21a4219f682f43f4a84b1ab12d00dd930b35caa1
* Remove mPrevWordsInfoJean Chalard2014-06-101-35/+19
| | | | | | | | This member has outlived its usefulness. It's not clear now that it makes things really faster, but it does bring a lot of complexity that we can avoid by removing it. Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
* Merge "Make keyboard theme test robust"Tadashi G. Takaoka2014-06-091-11/+15
|\
| * Make keyboard theme test robustTadashi G. Takaoka2014-06-091-11/+15
| | | | | | | | Change-Id: I2547c8af6fa73e646f697cb4450140859d87625e
* | Check isInDictionary() before the distracter test.Keisuke Kuroyanagi2014-06-091-3/+3
| | | | | | | | | | | | Bug: 13142176 Bug: 15428247 Change-Id: I7ce2c09ebbef6ca8c056807c2a35f2f987fd436e
* | Add Dictionary.isInDictionary().Keisuke Kuroyanagi2014-06-091-4/+4
|/ | | | | | Bug: 13142176 Bug: 15428247 Change-Id: If2d1c1fea7a69e41809a828da8dd032211ad144e
* Make Distracter filter use getMaxFrequencyOfExactMatches().Keisuke Kuroyanagi2014-06-061-11/+54
| | | | | | | Bug: 13142176 Bug: 15428247 Change-Id: I5c23fbea2851f891f76f19d9da2cb70ae964569b
* Implement getMaxProbabilityOfExactMatches().Keisuke Kuroyanagi2014-06-061-0/+29
| | | | | | Bug: 13142176 Bug: 15428247 Change-Id: I5be6d683be95505412615ca7c88260de1ea05f54
* Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-062-7/+7
| | | | Change-Id: I51c5247ac925a158facb79057f704b763b903552
* Add action key test for Lxx themeTadashi G. Takaoka2014-06-065-13/+144
| | | | Change-Id: I849cec7deb5607e8ce8fb25c1f903f15328fb611
* Merge "Refactoring"Jean Chalard2014-06-041-13/+13
|\