LatinIME/java/src/com/android/inputmethod
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
..
accessibility Remove unnecessary override of MainKeyboardView.dispatchTouchEvent 2014-02-17 17:09:06 +09:00
annotations Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
compat Add InputMethodSubtypeCompatUtils.isAsciiCapable() 2014-02-17 16:08:33 +09:00
dictionarypack Straighten out database cursors behavior. 2014-02-18 19:58:23 +09:00
event [CB12] Reset the combining state when resetting the composer 2014-03-24 17:44:31 +09:00
keyboard Consolidate KeyboardTextsSet.setLocale and loadStringResoucres 2014-03-20 18:55:03 +09:00
latin Check null before passing to Integer.parseInt 2014-03-24 20:54:03 +09:00
research Add PunctuationSuggestions class 2014-02-14 14:13:39 +09:00