LatinIME/java/src/com/android/inputmethod/latin
Tadashi G. Takaoka 19688b584b Refactor KeyboardTheme
This CL introduces two preference keys in addition to the existing one.

- pref_keyboard_theme: The new preference key that is used only in the
  preference settings.

- pref_keyboard_layout_20110916: The previous preference key that
  holds keyboard color scheme settings. This is superseded by the next
  key.

- pref_keyboard_theme_20140509: The new preference key that holds
  keyboard theme settings. This value is forcibly reset to LMP theme
  on a LMP device. On a KitKat and previous device, the settings of
  the pref_keyboard_layout_20110916 is carried on into this
  preference.

This CL must be checked in together with Ifcedeabbec.

Change-Id: Ibe75146e2c1c7eebf964ca86550baf244fedb79a
2014-05-09 16:21:02 +09:00
..
about Fix the security related API change for PreferenceActivity 2013-10-09 02:59:32 -07:00
debug Use platform default theme for activities and dialogs 2014-04-04 17:13:54 +09:00
define Add a new production flag for Cursor/Anchor monitor 2014-04-09 21:13:34 +09:00
inputlogic Introduce clustering punctuation 2014-05-01 15:45:24 +09:00
makedict Fix unit tests by adding @UsedForTesting. 2014-03-28 15:02:00 +09:00
personalization Merge "Check whether contacts have changed using hashCode()." 2014-05-09 03:48:19 +00:00
settings Refactor KeyboardTheme 2014-05-09 16:21:02 +09:00
setup Revert "Use ViewCompat support library" 2014-01-27 18:14:40 +09:00
spellcheck Use different user dict name for spell checker. 2014-04-28 16:31:20 +09:00
suggestions Use margin instead of padding in SuggestionStripView 2014-05-07 19:12:28 +09:00
userdictionary Remove a call to a deprecated method 2014-02-20 14:40:38 +09:00
utils Use DistracterFilter when getting Language Model Param of a word 2014-05-07 10:10:18 -07:00
AssetFileAddress.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
AudioAndHapticFeedbackManager.java Thin out audio and haptic feedback while key repeat 2013-08-14 18:37:58 +09:00
BackupAgent.java
BinaryDictionary.java Extend jni interface for dictionary migration. 2014-05-08 12:31:04 +09:00
BinaryDictionaryFileDumper.java Straighten out database cursors behavior. 2014-02-18 19:58:23 +09:00
BinaryDictionaryGetter.java Use BinaryDictionaryUtils to read dictionary header. 2014-03-05 19:42:53 +09:00
Constants.java [IL122] Put the code, x and y in the transaction 2014-03-06 12:50:07 +09:00
ContactsBinaryDictionary.java Check whether contacts have changed using hashCode(). 2014-05-08 12:25:32 +09:00
Dictionary.java Add languageWeight as an argument of getSuggestions. 2014-04-03 00:47:28 +09:00
DictionaryCollection.java Add languageWeight as an argument of getSuggestions. 2014-04-03 00:47:28 +09:00
DictionaryDumpBroadcastReceiver.java Add dictionary dump buttons in debug settings. 2014-02-04 21:29:09 +09:00
DictionaryFacilitatorForSuggest.java Fix: mIsUserDictEnabled is never updated. 2014-05-07 16:45:37 +09:00
DictionaryFactory.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
DictionaryPackInstallBroadcastReceiver.java Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
DicTraverseSession.java Change cache capacity depending on the dictionary size. 2013-09-12 18:47:56 +09:00
ExpandableBinaryDictionary.java Merge "Check whether contacts have changed using hashCode()." 2014-05-09 03:48:19 +00:00
ImportantNoticeDialog.java Keep ImportantNoticeDialog showing after orientation changed 2014-04-14 15:48:19 +09:00
InputAttributes.java Merge "Refactor InputAttributes a bit" 2014-02-18 02:25:46 +00:00
InputPointers.java Check timestamp for each pointer. 2014-02-04 14:04:26 +09:00
InputView.java Stop overriding InputView.dispatchTouchEvent 2014-02-17 19:51:47 +09:00
LastComposedWord.java [CB26] Remove useless variables. 2014-04-10 18:13:35 +09:00
LatinIME.java Merge "Make AccessibleKeyboardViewProxy not singleton" 2014-05-01 03:29:30 +00:00
LatinImeLogger.java
PunctuationSuggestions.java Add PunctuationSuggestions class 2014-02-14 14:13:39 +09:00
ReadOnlyBinaryDictionary.java Add languageWeight as an argument of getSuggestions. 2014-04-03 00:47:28 +09:00
RichInputConnection.java Rework the logic that tells if the cursor touches words 2014-03-20 23:16:53 +09:00
RichInputMethodManager.java Check OS codename for shouldOfferSwitchingToNextInputMethod 2014-04-30 17:08:04 +09:00
SubtypeSwitcher.java Remove country name from space bar text when appropriate 2014-04-02 12:50:52 +09:00
Suggest.java [CB14.5] Stop copying WordComposers. 2014-03-28 15:26:27 +09:00
SuggestedWords.java [IL111] Remove a member. 2014-03-04 14:31:47 +09:00
SuggestionSpanPickedNotificationReceiver.java
UserBinaryDictionary.java Check whether contacts have changed using hashCode(). 2014-05-08 12:25:32 +09:00
WordComposer.java Fix a bug for counting code points in WordComposer.java 2014-04-18 14:56:35 -07:00
WordListInfo.java