maiacore android keyboard app or something
 
 
 
 
Go to file
Tom Ouyang 912016b69f Workaround for preserving responsiveness on a slow InputConnection.
1. Add mechanism to detect a slow or non-resonsive InputConnection (IC)
2. When IC slowness is detected, skip certain IC calls that are known
   to be expensive (e.g., getTextAfterCursor).
3. Similarly, disables learning / unlearning on a slow IC.
4. IC slowness flag is reset when starting input on a new TextView or
   when a fixed amount of time has passed.

Note: These are mostly temporary workarounds. The permanent solution is
to refactor RichInputConnection so that it is less sensitive to IC
slowness in general.

Bug: 21926256
Change-Id: I383fab0516d3f3a8e0f71e5d760a8336a7730f7c
2015-06-23 10:34:44 -07:00
common Make the DictionaryService stage the downloaded files 2015-05-04 11:57:31 -07:00
dictionaries Update dictionaries (possibly_offensive flag) 2014-10-31 14:49:24 +09:00
java Workaround for preserving responsiveness on a slow InputConnection. 2015-06-23 10:34:44 -07:00
java-overridable/src/com/android/inputmethod Detection and logging of slow input connections. 2015-06-22 17:36:53 -07:00
native am 9ce2d0bb: am 06e62ab2: am cc47075c: Merge "Remove uses of libcxx.mk." 2015-03-27 23:31:41 +00:00
tests Always specify non-null Locale object to SuggestionSpan 2015-04-20 20:29:44 -07: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