LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard 8e4b3bbf9f Don't assume a word has been added to the user dict
The user may now cancel or edit a word upon adding to the
user dictionary. We can no longer assume the word has been
added as is and for the current locale. We should just rely
on standard mechanisms that inform us of new insertions.

Bug: 6015347
Change-Id: I069b19c0c844ca29d6de4c4d162306f9413adea8
2012-02-16 19:19:05 -08:00
..
define Extract the jni library name 2011-12-13 17:25:43 +09:00
spellcheck Fix string iterations in a couple places. 2012-02-03 11:15:46 +09:00
suggestions Get rid of Key.setIcon(Drawable) 2012-02-03 14:38:17 +09:00
AssetFileAddress.java Cleanup unused import 2011-10-04 12:46:20 +09:00
AutoCorrection.java Squash a ridiculously improbable NPE 2012-01-19 12:06:00 +09:00
BackupAgent.java Remove LatinIME prefix from classes 2010-12-09 21:54:51 +09:00
BinaryDictionary.java Activate bigram predictions from the binary dictionary 2012-02-15 19:51:24 -08:00
BinaryDictionaryFileDumper.java Cleanup unused import 2011-10-04 12:46:20 +09:00
BinaryDictionaryGetter.java Fix string iterations in a couple places. 2012-02-03 11:15:46 +09:00
ComposingStateManager.java Add a test for auto-correction. 2012-01-25 19:29:40 +09:00
ContactsDictionary.java Stop reloading contacts when not appropriate. 2011-08-09 12:49:19 +09:00
DebugSettings.java Add "force non-distinct multitouch" debug option 2012-01-17 13:19:01 +09:00
Dictionary.java Convert an internal enum into an int of same underlying value. 2012-01-26 13:07:51 +09:00
DictionaryCollection.java Add an option to use contacts or not while spell checking 2011-11-30 18:58:10 +09:00
DictionaryFactory.java Make use of the FULL_EDIT_DISTANCE flag. 2011-09-30 16:00:07 +09:00
DictionaryPackInstallBroadcastReceiver.java Receive a broadcast that the dictionary has been updated. 2011-04-14 20:52:25 +09:00
EditingUtils.java Small cleanup 2012-01-17 11:55:23 +09:00
ExpandableDictionary.java Convert an internal enum into an int of same underlying value. 2012-01-26 13:07:51 +09:00
FileTransforms.java Cleanup unused import 2011-10-04 12:46:20 +09:00
Flag.java Add a flag to demote completed suggestions 2011-09-29 19:48:18 +09:00
InputAttributes.java Stop inserting a space after a manually picked word. 2012-02-03 18:45:44 +09:00
InputView.java Forward touch events above the keyboard to the suggestions strip 2011-09-27 19:02:24 +09:00
LastComposedWord.java Fix a bug with common objects. 2012-02-06 18:41:00 +09:00
LatinIME.java Merge "Improved shift key and symbol/alpha switch key accessibility feedback." 2012-02-09 15:33:40 -08:00
LatinImeLogger.java Convert an internal enum into an int of same underlying value. 2012-01-26 13:07:51 +09:00
LocaleUtils.java Cleanup unused import 2011-10-04 12:46:20 +09:00
Settings.java Get rid of Resource reference from KeyboardView, LatinKeyboardView and PointerTracker 2012-01-26 16:10:20 +09:00
SettingsValues.java Some more simplification 2012-02-09 11:38:03 +09:00
StaticInnerHandlerWrapper.java Avoid memory leak by by non-static Handler inner classes 2011-06-26 00:14:40 +09:00
StringBuilderPool.java Fix a bug with the string pool. 2011-08-23 14:55:34 +09:00
SubtypeLocale.java Add SubtypeLocale class 2011-01-14 16:12:36 +09:00
SubtypeSwitcher.java Fix a bug in the logic to show 3 dots of the ime switcher 2012-01-13 11:50:31 +09:00
Suggest.java Convert an internal enum into an int of same underlying value. 2012-01-26 13:07:51 +09:00
SuggestedWords.java Fix the safety net 2011-10-13 15:16:59 +09:00
SuggestionSpanPickedNotificationReceiver.java Add SuggestionSpan suggestion picked notification receiver 2011-05-26 19:47:29 +09:00
SynchronouslyLoadedContactsDictionary.java Use the contacts dictionary in the spell checker. 2011-10-24 19:44:01 +09:00
SynchronouslyLoadedUserDictionary.java Cleanup unused import 2011-10-04 12:46:20 +09:00
UserBigramDictionary.java Various mini-cleanups 2011-12-13 23:09:22 +09:00
UserDictionary.java Don't assume a word has been added to the user dict 2012-02-16 19:19:05 -08:00
UserUnigramDictionary.java Cleanup unused variables and parameters 2011-12-15 20:26:12 +09:00
Utils.java Move CSV parser to KeySpecParser 2012-02-02 16:10:14 +09:00
WhitelistDictionary.java Remove unused import 2011-10-11 12:53:36 +09:00
WordComposer.java Fix the auto-composer to support supplementary chars 2012-02-08 15:45:51 +09:00
WordListInfo.java Allow sharing dictionaries between similar locales. 2011-08-25 19:42:06 +09:00
XmlParseUtils.java Move KeyboardBuilder and KeyboardParams classes into Keyboard class 2011-12-18 20:19:16 +09:00