maiacore android keyboard app or something
Find a file
Jean Chalard 3b4c1d3056 Change a heuristic and add a log.
The heuristic in RichInputConnection makes little sense
when textLength > mExpectedSelStart but we have
more than 1024 characters of text. If there are that many,
it's about 100% sure that 1024 is not the correct cursor
position. With no good guess, we'll just continue trusting
the app, even though we know it's lying : at least it will
make the problem visible to the app author.

Also, there have been a lot of confusion about initialSelStart
and initialSelEnd. The keyboard should log them so that
it helps us and editor authors debug more easily these
common problems.

Issue #65170 in AOSP and
Bug: 12772035
Change-Id: I6665a16c9f2832d33ee323f033bb38bcc092a3b4
2014-02-20 23:49:20 +09:00
dictionaries Update dictionaries 2014-01-14 10:37:15 +09:00
java Change a heuristic and add a log. 2014-02-20 23:49:20 +09:00
native Record reading error during traversing dictionaries. 2014-02-20 19:12:32 +09:00
tests Merge "Add test only methods to test personalized dicts." 2014-02-20 13:25:59 +00:00
tools Implement PatriciaTriePolicy::getNextWordAndNextToken(). 2014-02-15 17:39:20 +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