maiacore android keyboard app or something
 
 
 
 
Go to file
Yohei Yukawa 6d43124215 Stop using deprecated InputMethodSubtype constructor
The constructors of InputMethodSubtype were deprecated in API level 19.
However we cannot yet switch to a new InputMethodSubtypeBuilder style
due to our minimum support API level.

As an intermediate solution, this patch replaces the these API calls
with InputMethodSubtypeCompatUtils.newInputMethodSubtype so that
these legacy API call can be consolidated at the same place.

BUG: 13030512
Change-Id: I561a585f5dbea56c337680b645be5ef07015a0b1
2014-02-17 15:32:33 +09:00
dictionaries Update dictionaries 2014-01-14 10:37:15 +09:00
java Remove unused code. 2014-02-15 17:39:24 +09:00
native Implement PatriciaTriePolicy::getNextWordAndNextToken(). 2014-02-15 17:39:20 +09:00
tests Stop using deprecated InputMethodSubtype constructor 2014-02-17 15:32:33 +09: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