maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 6fbe83be7a [IL53] Fix a wrong test.
This test was intended only for cases without a selection, and as
a safety net for cases where the app would pretend the cursor
is at N but we can get P chars from the editor where P > N.

When there is a selection, this is wrong. In the practice it works
because these values are not used in this case, but it's still wrong.

The case where P > N is arguable, but actually I see little reason
to trust the getTextBeforeCursor() method more than the
onUpdate selection method. Plus in the practice, I don't think
we are aware of any app with this bug, and it's probably not a
great idea to be too robust about this as it may encourage wrong
values sent to onUpdateSelection.

Change-Id: I42f2065d7aee668074e6b8e40b259da7e88e16e1
2014-01-10 15:21:20 +09:00
dictionaries Update dictionaries 2013-10-08 10:34:56 +00:00
java [IL53] Fix a wrong test. 2014-01-10 15:21:20 +09:00
native Check whether the word is OOV or not for amanatto update. 2014-01-08 21:02:35 +09:00
tests Fix build. 2014-01-10 12:18:26 +09:00
tools Fix build. 2014-01-10 12:18:26 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00