maiacore android keyboard app or something
 
 
 
 
Go to file
Yohei Yukawa f1f5ed542d Check null before passing to Integer.parseInt
Just after user data is cleared, user preference associated with
PREF_KEYBOARD_LAYOUT is always empty. In such case, we might
want to return the default value immediately, rather than
calling Integer.parseInt(null) and catching NumberFormatException
unnecessarily.

BUG: 13472379
Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce
2014-03-24 20:54:03 +09:00
dictionaries Update all dicts to version 44. 2014-02-24 21:27:25 +09:00
java Check null before passing to Integer.parseInt 2014-03-24 20:54:03 +09:00
native Add boundary check for SparseTable. 2014-03-24 09:17:53 +00:00
tests Merge "Rework the logic that tells if the cursor touches words" 2014-03-20 14:35:19 +00:00
tools [CB12] Reset the combining state when resetting the composer 2014-03-24 17:44:31 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00