aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/StringUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix IllegalOutOfBoundsExceptionKurt Partridge2012-06-251-0/+3
| | | | | | | | StringUtils.toCodePointArray() had thrown IllegalOutOfBoundsException if passed an empty string. change to just return an empty int[]. Bug: 6188932 Change-Id: Ic41c628c0d407f49fc98cd48cb7ea13d8d5bdd77
* Binary bigram lookup checks both uppercase and lowercase when previous word ↵Tom Ouyang2012-04-221-0/+17
| | | | | | | is uppercase. Bug: 6363029 Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-191-27/+23
| | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* Pass the previous word down to native code in getSuggestionsJean Chalard2012-04-171-0/+15
| | | | Change-Id: I477b631d81ef58461e44954f3ae5fd895928bb97
* Cleanup unused methodsTadashi G. Takaoka2012-04-061-2/+2
| | | | Change-Id: Ic7c1ec0e0606da6eb5b954934547c6e8a561fed5
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-0/+17
| | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka2012-04-041-38/+0
| | | | | Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18
* Kill the StringBuilderPool.Jean Chalard2012-03-131-9/+1
| | | | | | | | | The intention may have been nice originally but these end up being copied anyway :/ Let's remove them now, and in a later change, just keep references to the created objects. Change-Id: Ifba8357c20384f9eb40cd916665ed1fc6dc8cab1
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-0/+198
Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144