LatinIME/java/src/com/android/inputmethod
Jean Chalard 5d6b8e1818 Fix a bug that would prevent spell checking
java.lang.ArrayIndexOutOfBoundsException:
        [I offset=0 length=528 src.length=512
com.android.inputmethod.keyboard.ProximityInfo
        .setProximityInfoNative(Native Method)
com.android.inputmethod.keyboard.ProximityInfo
        .createSpellCheckerProximityInfo(ProximityInfo.java:85)
com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService
        .createDictAndProximity(AndroidSpellCheckerService.java:411)

The array was too small with respect with the passed size.

Change-Id: I7777d7aecd17375d3fbf82854a66eb7a5a289ce6
2012-08-14 14:45:17 +09:00
..
accessibility Add accessibility descriptions for additional non-character keys. 2012-07-25 11:03:41 -07:00
compat Cleanup unused import and dead code 2012-08-06 17:28:33 +09:00
keyboard Merge "Eliminate redundant time parameter from gesture detection code" into jb-mr1-dev 2012-08-13 02:25:28 -07:00
latin Fix a bug that would prevent spell checking 2012-08-14 14:45:17 +09:00
research Lingering gesture floating preview text a bit 2012-08-07 13:54:42 +09:00