LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard 0ee3b69483 Fix an excessive fallback problem.
LatinIME has several fallbacks to ensure a dictionary is used.
However, it should now be possible to deactivate the main dictionary
through the dictionary pack settings. In this case, Latin IME should
not fallback to the built-in dictionary.

Change-Id: Ibd992ad89793169f04a968b40781fce819b87b6f
2011-08-23 17:55:46 +09:00
..
spellcheck Remove duplicates from the spell checker suggestions. 2011-08-22 18:44:04 +09:00
AssetFileAddress.java Add different ways of reading the dictionary file. 2011-03-18 12:16:50 -07:00
AutoCorrection.java Add Utils.equalsIgnoreCase methods 2011-03-16 16:03:05 -07:00
BackupAgent.java Remove LatinIME prefix from classes 2010-12-09 21:54:51 +09:00
BinaryDictionary.java Create a way to pass the proximity info to the dictionary 2011-08-04 19:46:21 +09:00
BinaryDictionaryFileDumper.java Exception refactoring 2011-08-18 15:11:19 +09:00
BinaryDictionaryGetter.java Check the main dict id to be able to fallback. 2011-08-18 20:09:35 +09:00
CandidateView.java Fix suggestions strip text colors 2011-08-22 18:56:54 +09:00
ContactsDictionary.java Stop reloading contacts when not appropriate. 2011-08-09 12:49:19 +09:00
DebugSettings.java Remove sliding spacebar language switcher 2011-07-19 23:24:49 -07:00
Dictionary.java Create a way to pass the proximity info to the dictionary 2011-08-04 19:46:21 +09:00
DictionaryCollection.java Create a way to pass the proximity info to the dictionary 2011-08-04 19:46:21 +09:00
DictionaryFactory.java Fix an excessive fallback problem. 2011-08-23 17:55:46 +09:00
DictionaryPackInstallBroadcastReceiver.java Receive a broadcast that the dictionary has been updated. 2011-04-14 20:52:25 +09:00
EditingUtils.java Fix an NPE related to absent InputConnection 2011-07-19 19:25:48 +09:00
ExpandableDictionary.java Have the spell checker use the User dictionary. 2011-08-19 17:19:49 +09:00
Flag.java Move language-specific keyboard setting to resources. 2011-04-20 17:31:59 +09:00
LatinIME.java Merge "Extract sudden jumping touch event hack into separate class" 2011-08-23 01:49:38 -07:00
LatinImeLogger.java Add visual debug mode 2011-06-28 19:13:52 +09:00
Settings.java Settings key visibility should always follow the system default value, 2011-08-22 12:21:25 +09:00
SharedPreferencesCompat.java Eliminate compiler warning 2010-09-30 12:43:43 +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 Execute the switching to a different IME in a POOL_EXECUTOR. 2011-08-10 10:29:06 +01:00
Suggest.java Fix a bug with the string pool. 2011-08-23 14:55:34 +09:00
SuggestedWords.java Cleanup CandidateView class 2011-08-04 01:14:55 -07:00
SuggestionSpanPickedNotificationReceiver.java Add SuggestionSpan suggestion picked notification receiver 2011-05-26 19:47:29 +09:00
TextEntryState.java Change variable names for readability 2011-07-12 12:08:58 +09:00
UserBigramDictionary.java Squash case for bigram insertion/lookup. 2011-05-23 15:44:35 +09:00
UserDictionary.java Create a way to pass the proximity info to the dictionary 2011-08-04 19:46:21 +09:00
UserUnigramDictionary.java Deactivate the user unigram dictionary. 2011-07-19 17:30:52 +09:00
Utils.java Move the dupes-removing method to the Utils class 2011-08-19 19:49:59 +09:00
WhitelistDictionary.java Create a way to pass the proximity info to the dictionary 2011-08-04 19:46:21 +09:00
WordComposer.java Fix the available input locales and moved Recorrection 2011-05-12 20:26:24 +09:00