LatinIME/java/src/com/android/inputmethod/latin/settings
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
..
AdditionalFeaturesSettingUtils.java Pass additionalFeaturesOptions for getSuggestions(). 2013-08-28 19:24:28 +09:00
AdditionalSubtypeSettings.java Add InputMethodSubtypeCompatUtils.isAsciiCapable() 2014-02-17 16:08:33 +09:00
DebugSettings.java Remove "Use only personalization dictionary". 2014-02-27 22:32:00 +09:00
DebugSettingsActivity.java Fix the security related API change for PreferenceActivity 2013-10-09 14:34:06 +09:00
NativeSuggestOptions.java Pass additionalFeaturesOptions for getSuggestions(). 2013-08-28 19:24:28 +09:00
SeekBarDialogPreference.java Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
Settings.java Check null before passing to Integer.parseInt 2014-03-24 20:54:03 +09:00
SettingsActivity.java Fix the security related API change for PreferenceActivity 2013-10-09 14:34:06 +09:00
SettingsFragment.java Remove key show up and dismiss animation 2014-02-17 12:10:09 +09:00
SettingsValues.java [IL126] Move a setting value to SettingsValues 2014-03-19 17:47:03 +09:00
SpacingAndPunctuations.java Remove reference of KeyboardTextsSet from SpacingAndPunctuations 2014-03-20 17:14:43 +09:00