LatinIME/java/src/com/android/inputmethod/latin
2012-04-24 10:54:56 -07:00
..
define Tighten up the "define" classes. 2012-03-27 22:43:25 +09:00
makedict Merge "Fix binary reading code performance." 2012-04-23 23:39:37 -07:00
spellcheck Cache results of the spell checker 2012-04-17 19:45:57 +09:00
suggestions Make the "Touch again to save" hint text touchable. 2012-04-24 13:44:14 +09:00
AdditionalSubtype.java Predefined keyboard layouts are configurable via XML resource 2012-04-20 19:19:24 +09:00
AdditionalSubtypeSettings.java Fix NPE in AdditionalSubtypeSettings 2012-04-24 11:01:45 +09:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
AutoCorrection.java move suggested words logpoint to SuggestionsView.java 2012-04-09 16:24:29 -07:00
BackupAgent.java
BinaryDictionary.java Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
BinaryDictionaryFileDumper.java Allow using a format version 2 word list in LatinIME 2012-04-20 18:56:03 +09:00
BinaryDictionaryGetter.java Use the best matching cached dictionary for each category 2012-04-23 12:37:52 +09:00
Constants.java Add Constants class to hold public constants 2012-04-19 19:45:19 +09:00
ContactsBinaryDictionary.java Add a new binary contacts dictionary based on ExpandableBinaryDictionary and use locale for bigrams. 2012-04-13 17:54:39 -07:00
ContactsDictionary.java
DebugSettings.java Use InputMethodSettingsFragment for IME settings 2012-04-13 19:56:47 +09:00
DebugSettingsActivity.java Use InputMethodSettingsFragment for IME settings 2012-04-13 19:56:47 +09:00
Dictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
DictionaryCollection.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
DictionaryFactory.java Remove LatinIME reference from DictionaryFactor class 2012-04-19 19:57:43 +09:00
DictionaryPackInstallBroadcastReceiver.java
EditingUtils.java Remove unused methods and classes 2012-04-22 18:48:54 +09:00
ExpandableBinaryDictionary.java Change expandable binary dict write to a temp file first. 2012-04-24 10:52:53 -07:00
ExpandableDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
FileTransforms.java
ImfUtils.java Add Constants class to hold public constants 2012-04-19 19:45:19 +09:00
InputAttributes.java Change predefined additional subtype format in preference 2012-04-19 17:11:21 +09:00
InputTypeUtils.java Cleanup InputTypeCompatUtils to InputTypeUtils 2012-04-03 17:42:19 +09:00
InputView.java
JniUtils.java
LastComposedWord.java ongoing cleanup 2 2012-03-27 16:28:48 +09:00
LatinIME.java Fix a bug where two spaces would be added instead of one 2012-04-23 18:15:51 +09:00
LatinImeLogger.java Fix some obvious compiler warnings 2012-03-29 15:07:53 +09:00
LocaleUtils.java Add RunInLocale class to guard locale switching 2012-04-03 17:43:45 +09:00
ResearchLogger.java remove unnecessary KeyboardState logging 2012-04-19 20:32:37 -07:00
Settings.java Add custom subtype settings 2012-04-19 19:33:51 +09:00
SettingsActivity.java Add custom subtype settings 2012-04-19 19:33:51 +09:00
SettingsValues.java Add custom subtype settings 2012-04-19 19:33:51 +09:00
StaticInnerHandlerWrapper.java
StringUtils.java Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. 2012-04-22 17:48:00 -07:00
SubtypeLocale.java Predefined keyboard layouts are configurable via XML resource 2012-04-20 19:19:24 +09:00
SubtypeSwitcher.java Predefined keyboard layouts are configurable via XML resource 2012-04-20 19:19:24 +09:00
Suggest.java Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. 2012-04-22 17:48:00 -07:00
SuggestedWords.java Fix NPE in SuggestedWords 2012-04-04 11:09:13 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
SynchronouslyLoadedContactsDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
SynchronouslyLoadedUserDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
UserDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
UserHistoryDictionary.java Fix AIOOBE 2012-03-28 13:02:14 +09:00
Utils.java Make Utils.getDeviceOverrideValue aware of device orientation 2012-04-16 12:59:55 +09:00
VibratorUtils.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
WhitelistDictionary.java Add language suffix to main dictionary 2012-04-11 16:11:34 +09:00
WordComposer.java Fix some obvious compiler warnings 2012-03-29 15:07:53 +09:00
WordListInfo.java
XmlParseUtils.java