LatinIME/java/src/com/android/inputmethod/latin
2012-07-06 03:40:03 -07:00
..
define
makedict Small performance tweak 2012-06-08 17:09:40 +09:00
spellcheck Remove WordComposer.add(int, int, int, KeyDetector) method 2012-07-04 17:29:47 +09:00
suggestions Remove a useless method, rename another. (A54) 2012-07-05 17:22:15 +09:00
AdditionalSubtype.java Fix build 2012-05-24 17:13:35 +09:00
AdditionalSubtypeSettings.java
AssetFileAddress.java
AudioAndHapticFeedbackManager.java
AutoCorrection.java Consolidate a method inside another (A45) 2012-07-04 11:51:51 +09:00
BackupAgent.java
BinaryDictionary.java Add input pointers 2012-06-29 18:58:51 +09:00
BinaryDictionaryFileDumper.java Notify the dictionary pack about copy failures 2012-05-23 18:46:51 +09:00
BinaryDictionaryGetter.java
BoundedTreeSet.java Use a TreeSet to sort suggestions instead of doing it by hand (A1) 2012-06-28 18:54:14 +09:00
Constants.java
ContactsBinaryDictionary.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
DebugSettings.java
DebugSettingsActivity.java
Dictionary.java Remember the source dictionary for each suggestion. 2012-06-27 18:17:28 +09:00
DictionaryCollection.java Cleanup the dictionary type. 2012-06-27 17:31:09 +09:00
DictionaryFactory.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
DictionaryPackInstallBroadcastReceiver.java Wipe the application cache selectively 2012-05-25 18:56:13 +09:00
ExpandableBinaryDictionary.java Cleanup the dictionary type. 2012-06-27 17:31:09 +09:00
ExpandableDictionary.java Add input pointers 2012-06-29 18:58:51 +09:00
FileTransforms.java
ImfUtils.java
InputAttributes.java Fix tab key's navigation behavior 2012-07-05 16:57:14 +09:00
InputPointers.java Add input pointers 2012-06-29 18:58:51 +09:00
InputTypeUtils.java
InputView.java
JniUtils.java
LastComposedWord.java Cleanup (A57) 2012-07-06 13:07:30 +09:00
LatinIME.java Merge "Extend onTextInput to be able to inject suggestions" 2012-07-06 03:40:03 -07:00
LatinImeLogger.java Update the prototype of onAddSuggestedWord - calling side. 2012-06-27 16:17:14 +09:00
LocaleUtils.java
NativeUtils.java Add NativeUtils.powf() 2012-06-08 20:46:19 +09:00
ResearchLogger.java Remove an unused method (A55) 2012-07-05 18:10:37 +09:00
RichInputConnection.java Fix a bug where the caps mode would not be changed 2012-07-06 11:08:20 +09:00
Settings.java Initialize SubtypeLocale from Settings 2012-07-05 17:39:30 +09:00
SettingsActivity.java
SettingsValues.java Fix tab key's navigation behavior 2012-07-05 16:57:14 +09:00
StaticInnerHandlerWrapper.java
StringUtils.java fix IllegalOutOfBoundsException 2012-06-25 22:40:56 -07:00
SubtypeLocale.java Initialize SubtypeLocale from Settings 2012-07-05 17:39:30 +09:00
SubtypeSwitcher.java
Suggest.java Search bigrams for the lower case version of the word (A46) 2012-07-04 20:12:58 +09:00
SuggestedWords.java Get rid of redundant CharSequence member from SuggestedWordInfo 2012-07-04 16:04:59 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Cleanup the dictionary type. 2012-06-27 17:31:09 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Remove the callback argument to getWords() (A15) 2012-06-26 17:36:47 +09:00
TargetApplicationGetter.java Fix a possible NPE. 2012-05-31 19:33:39 +09:00
UserBinaryDictionary.java Fix a bug with the user dictionary locale. 2012-07-02 17:14:47 +09:00
UserHistoryDictionary.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
UserHistoryDictionaryBigramList.java Search bigrams for the lower case version of the word (A46) 2012-07-04 20:12:58 +09:00
UserHistoryForgettingCurveUtils.java Add NativeUtils.powf() 2012-06-08 20:46:19 +09:00
Utils.java Do away with Utils#addAllSuggestions (A14) 2012-06-26 17:36:47 +09:00
VibratorUtils.java
WhitelistDictionary.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
WordComposer.java Merge "Remove WordComposer.add(int, int, int, KeyDetector) method" 2012-07-04 01:48:42 -07:00
WordListInfo.java
XmlParseUtils.java