summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/latin/utils
Commit message (Expand)AuthorAgeFilesLines
* (DO NOT MERGE) Fix Greek accented upper case lettersHEADlp5.0Tadashi G. Takaoka2015-03-181-0/+192
* Fix when to show important noticeTadashi G. Takaoka2014-09-221-0/+222
* Enable StringUtils to split CharSequence like String#splitYohei Yukawa2014-07-191-0/+170
* Clean up under the util package.Ken Wakasa2014-07-182-649/+0
* Remove dead code to fix test failure due to NoSuchMethodErrorYohei Yukawa2014-07-041-42/+0
* Additional subtype ID should be independent of OS-versionYohei Yukawa2014-07-043-28/+203
* Add a test for Armenian periods.Jean Chalard2014-06-181-0/+15
* Remove a useless methodJean Chalard2014-06-101-14/+0
* RefactoringJean Chalard2014-06-041-13/+13
* Remove PrioritizedSerialExecutor.Keisuke Kuroyanagi2014-05-292-106/+57
* Fix unit test build.Keisuke Kuroyanagi2014-05-271-3/+4
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-245-12/+12
* Fix: StringIndexOutOfBoundsException.Keisuke Kuroyanagi2014-05-161-0/+10
* [CB25] Refactor some array copyingJean Chalard2014-04-091-0/+64
* Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-012-138/+284
* Merge "Dictionary migration in Java side."Keisuke Kuroyanagi2014-03-281-0/+92
|\
| * Dictionary migration in Java side.Keisuke Kuroyanagi2014-03-271-0/+92
* | Stop displaying locale string on short space barTadashi G. Takaoka2014-03-281-49/+17
* | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-0/+81
|/
* Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-0/+99
* Fix possible NPE while finding device override value from resourceTadashi G. Takaoka2014-02-101-33/+0
* Make dumpAllWordsForDebug() use getNextWordProperty().Keisuke Kuroyanagi2014-02-041-244/+0
* [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-311-3/+3
* Add SubtypeLocaleUtils.isRtlLanguage methodTadashi G. Takaoka2014-01-271-1/+23
* Fix SubtypeLocaleUtilsTestsTadashi G. Takaoka2014-01-271-18/+27
* Use sorted int[] to represent word separatorsTadashi G. Takaoka2014-01-202-41/+56
* Fix a bug specific to German capitalization.Jean Chalard2014-01-171-0/+15
* Fix build.Jean Chalard2014-01-102-21/+47
* Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertionTadashi G. Takaoka2014-01-091-11/+18
* Passing SpacingAndPunctuations to CapsModeUtils.getCapsModeTadashi G. Takaoka2014-01-091-43/+51
* Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-081-3/+3
* Fix ResizableIntArrayTests readabilityTadashi G. Takaoka2014-01-081-69/+89
* Fix a bug with languages without spaces and predictionsJean Chalard2013-12-161-0/+14
* Merge "Remove code for forgetting curve in Java side."Keisuke Kuroyanagi2013-12-131-58/+0
|\
| * Remove code for forgetting curve in Java side.Keisuke Kuroyanagi2013-12-131-58/+0
* | Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-3/+3
|/
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-133-19/+75
* Revert "Add Swiss French and German keyboard layouts."Ken Wakasa2013-10-101-30/+0
* Add Swiss French and German keyboard layouts.Fredrik Roubert2013-10-091-0/+30
* Make the sentence separator a resource.Jean Chalard2013-10-081-40/+42
* Set the shortcut frequency correctly.Jean Chalard2013-10-071-4/+4
* Fix the offdevice regression test buildKen Wakasa2013-09-252-35/+58
* Copy only the spans we are interested in.Jean Chalard2013-09-241-0/+35
* Merge "Fix Emoji recents"Satoshi Kataoka2013-09-181-0/+12
|\
| * Fix Emoji recentsSatoshi Kataoka2013-09-181-0/+12
* | [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-0/+14
|/
* Add getDictDecoder.Yuichiro Hanada2013-09-121-1/+1
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-101-0/+105
* Add AsyncResultHolder.Yuichiro Hanada2013-09-101-0/+73
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-5/+5