maiacore android keyboard app or something
 
 
 
 
Go to file
Dan Zivkovic 69c04cadc7 Race condition in cursor move.
The method WordComposer.moveCursorByAndReturnIfInsideComposingWord() iterates
through all the code points in the word that's currently being composed, and
it tries to adjust the cursor position by a given amount (left or right).
It copies the code points to a new array while processing. But the code point
count comes from a member variable. If the member variable changes while the
method is processing the copy of the code points, it can run over the length
of the code point array.

Bug 18876474.

Change-Id: Ib3a2d90a4e82b76d381efa774e6b3d6bca99c869
2015-02-27 10:29:47 -08:00
common Add more options for calling removeWordFromPersonalizedDicts. 2015-02-19 12:03:42 -08:00
dictionaries Update dictionaries (possibly_offensive flag) 2014-10-31 14:49:24 +09:00
java Race condition in cursor move. 2015-02-27 10:29:47 -08:00
java-overridable/src/com/android/inputmethod Share decoders among latinime components. 2015-02-25 17:48:30 -08:00
native Move dictionary code to top level dictionary dir. 2014-12-17 16:02:09 +09:00
tests Merge "Refresh pref settings for cloud sync" 2015-02-26 22:10:02 +00:00
tools Remove unused import and local variable 2014-11-28 11:53:12 +09:00
Android.mk Add latinime-common local lib 2014-10-22 19:26:21 +09:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00