LatinIME/java/src/com/android/inputmethod/latin
Keisuke Kuroyanagi d4bb7df412 Add option to enable personalization dictionaries.
Bug: 11757851

Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
2013-12-16 19:17:31 +09:00
..
about Fix the security related API change for PreferenceActivity 2013-10-09 02:59:32 -07:00
debug Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
define
makedict Merge "Make the bad header a checked exception and fix dicttool test" 2013-12-16 07:18:44 +00:00
personalization Make required binary dictionary version use FormatSpec.* 2013-12-16 16:50:28 +09:00
settings Add option to enable personalization dictionaries. 2013-12-16 19:17:31 +09:00
setup Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
spellcheck Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
suggestions Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
userdictionary Fix some warnings 2013-07-31 16:17:01 +09:00
utils Instead of ignoring PARAGRAPH spans, fix them. 2013-12-13 23:42:31 +09:00
AbstractDictionaryWriter.java Have dicttool use the native library to generate v4 dicts. 2013-12-13 18:18:20 +09: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 Have dicttool use the native library to generate v4 dicts. 2013-12-13 18:18:20 +09:00
BinaryDictionaryFileDumper.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
BinaryDictionaryGetter.java Fix an NPE. 2013-09-18 21:39:30 +09:00
Constants.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
ContactsBinaryDictionary.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
Dictionary.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
DictionaryCollection.java Pass additionalFeaturesOptions for getSuggestions(). 2013-08-28 19:24:28 +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
DictionaryWriter.java Remove flags from Java side. 2013-12-13 18:15:05 +09:00
DicTraverseSession.java Change cache capacity depending on the dictionary size. 2013-09-12 18:47:56 +09:00
ExpandableBinaryDictionary.java Make required binary dictionary version use FormatSpec.* 2013-12-16 16:50:28 +09:00
InputAttributes.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
InputPointers.java [AC7] Actually auto-commit. 2013-09-17 16:44:50 +09:00
InputView.java Consolidate forwardTouchEvent with dispatchTouchEvent 2013-08-06 11:04:51 +09:00
LastComposedWord.java Make emoji separators 2013-10-11 20:00:38 +09:00
LatinIME.java Merge "Don't use the previous word after a non-whitespace separator" 2013-12-13 11:53:30 +00:00
LatinImeLogger.java
ReadOnlyBinaryDictionary.java [RF3] Cleanups 2013-12-06 14:53:03 +09:00
RichInputConnection.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
RichInputMethodManager.java Move subtype related utility class to utils package 2013-07-24 15:52:43 +09:00
SubtypeSwitcher.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
Suggest.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
SuggestedWords.java Add a sequence number to SuggestedWords. 2013-10-22 13:19:16 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock. 2013-09-10 19:05:41 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
UserBinaryDictionary.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
WordComposer.java Don't use the previous word after a non-whitespace separator 2013-12-13 20:51:28 +09:00
WordListInfo.java