LatinIME/java/src/com/android/inputmethod
Jean Chalard 2a5ec00301 Don't trim newer inputpointers with old data
We already have a mechanism to avoid this crash, but it wasn't
used every time it needed to. It's possible that ending a batch
input and starting a batch input happen while suggestions
are being pulled out, which would result in pointers that have
been reset being passed for trimming.
Just increasing the sequence number should get rid of the
problem.

Bug: 12178124
Change-Id: I36ef3bc8a78679bc09daa39e665f5ce1bab50c2a
2014-02-21 16:43:11 +09:00
..
accessibility Remove unnecessary override of MainKeyboardView.dispatchTouchEvent 2014-02-17 17:09:06 +09:00
annotations Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
compat Add InputMethodSubtypeCompatUtils.isAsciiCapable() 2014-02-17 16:08:33 +09:00
dictionarypack Straighten out database cursors behavior. 2014-02-18 19:58:23 +09:00
event Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
keyboard Fix IllegalStateException raied by monkey 2014-02-19 16:40:52 +09:00
latin Don't trim newer inputpointers with old data 2014-02-21 16:43:11 +09:00
research Add PunctuationSuggestions class 2014-02-14 14:13:39 +09:00