summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/StringUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-317/+0
* Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"Tadashi G. Takaoka2013-05-281-38/+0
|\
| * Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecsTadashi G. Takaoka2013-05-281-38/+0
* | Rename commaConcatinatedText to commaSplittableTextTadashi G. Takaoka2013-05-281-9/+14
* | Rename "csv" in StringUtils to "commaConcatenatedText"Tadashi G. Takaoka2013-05-281-15/+32
|/
* Support multiple condition for getDeviceOverrideValueTadashi G. Takaoka2013-05-131-24/+0
* Refactor StringUtils.findPrefixedString to findValueOfKeyTadashi G. Takaoka2013-05-101-7/+14
* Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-161-0/+65
* Remove a useless functionJean Chalard2013-04-151-11/+0
* Add some utility functions.Jean Chalard2013-04-111-0/+71
* Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-101-3/+4
* Separate StringUtils.capitalizeFirstCharacterTadashi G. Takaoka2013-04-101-2/+10
* Fix bugs and add testsJean Chalard2013-04-051-9/+20
* Move a generic string utility to StringUtilsJean Chalard2013-04-051-0/+31
* Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-121-239/+0
* Move parseCsvString to StringUtilsTadashi G. Takaoka2013-02-121-0/+38
* Insert into user dict in lower case if auto-caps (D2)Jean Chalard2013-01-171-0/+31
* Set default audio and haptic feedback settingsTadashi G. Takaoka2012-12-281-0/+17
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-11/+8
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-83/+21
* Always consider a new line the start of a sentenceJean Chalard2012-10-041-5/+9
* Take space state into account for caps (A11)Jean Chalard2012-09-181-6/+13
* Take locale into account for caps (A10)Jean Chalard2012-09-141-14/+20
* Fix comment warnings (A9)Jean Chalard2012-09-141-5/+5
* Remove an unused function (A8)Jean Chalard2012-09-141-17/+0
* Fix abbreviations processing for English (A7)Jean Chalard2012-09-141-26/+81
* Replace immediate values with named constants for characters (A6)Jean Chalard2012-09-141-5/+10
* Simplification again (A5)Jean Chalard2012-09-141-5/+4
* Simplify the code some more (A4)Jean Chalard2012-09-141-53/+45
* Small simplification (A3)Jean Chalard2012-09-131-5/+2
* Simplify a call, and add comments (A2)Jean Chalard2012-09-131-16/+66
* Import TextUtils.getCapsMode to fix it internally (A1)Jean Chalard2012-09-131-0/+94
* Make utility classes finalTadashi G. Takaoka2012-08-291-1/+1
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-1/+1
* fix IllegalOutOfBoundsExceptionKurt Partridge2012-06-251-0/+3
* Binary bigram lookup checks both uppercase and lowercase when previous word i...Tom Ouyang2012-04-221-0/+17
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-191-27/+23
* Pass the previous word down to native code in getSuggestionsJean Chalard2012-04-171-0/+15
* Cleanup unused methodsTadashi G. Takaoka2012-04-061-2/+2
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-0/+17
* Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka2012-04-041-38/+0
* Kill the StringBuilderPool.Jean Chalard2012-03-131-9/+1
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-0/+198