maiacore android keyboard app or something
 
 
 
 
Go to file
Yohei Yukaw 490fa47a46 Always specify non-null Locale object to SuggestionSpan
Confusingly, specifying a null Locale object to the constructor
of SuggestionSpan does not necessarily mean that
SuggestionSpan#getLocale() returns null.  The constructor in
question also receives Context object, and Context's locale can
be used as a fallback locale to initialize locale of
SuggestionSpan.

With this CL, LatinIME always specify non-null Locale object
when instantiating SuggestionSpan object.  It basically
corresponds to the active main dictionary, but can be
Locale#ROOT when one locale is not determined for some reasons.

BUG: 20435013
Change-Id: I2c152466410327300e7dba4d7ed9a22f57c17c4f
2015-04-20 20:29:44 -07:00
common Add shortcut support to UserDictionaryLookup. 2015-04-02 11:15:27 -07:00
dictionaries Update dictionaries (possibly_offensive flag) 2014-10-31 14:49:24 +09:00
java Always specify non-null Locale object to SuggestionSpan 2015-04-20 20:29:44 -07:00
java-overridable/src/com/android/inputmethod Force download the dictionaries after the apk package is updated. 2015-03-24 14:56:54 -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 Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00