LatinIME/java/src/com/android/inputmethod
Xiaojun Bi 11b7076168 Fix a bug for counting code points in WordComposer.java
This bug threw an ArrayIndexOutOfBoundsException when the word length
is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
in the same function. This bug is discovered by running SKETCH.

The intent is to count the code points from index 0 to index i (included).
The original code only counted the code points from index 0 to index (i-1).

Bug: 13969542
Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
2014-04-18 14:56:35 -07:00
..
accessibility Fix talk back of emoji key 2014-03-25 11:58:59 +09:00
annotations Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
compat Merge "Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR" 2014-04-13 12:56:43 +00:00
dictionarypack Reset the client database on version upgrade. 2014-04-03 23:20:20 +09:00
event Fix updating the shift state upon backspace 2014-04-14 21:28:24 +09:00
keyboard Add contentDescription to Emoji palette 2014-04-17 17:43:34 +09:00
latin Fix a bug for counting code points in WordComposer.java 2014-04-18 14:56:35 -07:00
research Remove logic related to dictionary loading from LatinIME. 2014-03-25 15:35:20 +09:00