LatinIME/java/src/com/android/inputmethod/latin
Tadashi G. Takaoka 7a13975700 Cleanup unused import and dead code
Change-Id: Ife877620561d29a8f25602916420741186104617
2012-08-06 17:28:33 +09:00
..
define
makedict Make a makedict command for dicttool (A3) 2012-08-04 01:11:46 +09:00
spellcheck Add a consolidated method to the Dictionary interface (A85) 2012-07-10 18:57:12 +09:00
suggestions Rename SuggestionsView to SuggestionStripView 2012-07-23 15:37:43 +09:00
AdditionalSubtype.java Fix build 2012-05-24 17:13:35 +09:00
AdditionalSubtypeSettings.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java
AutoCorrection.java Simplification (A116) 2012-07-12 15:58:16 +09:00
BackupAgent.java
BinaryDictionary.java Pass an array to output suggestion types (A119a) 2012-07-12 19:21:42 +09:00
BinaryDictionaryFileDumper.java Fix a bad interaction with mmap 2012-07-04 17:57:06 +09:00
BinaryDictionaryGetter.java Remove an updated dictionary that changed locales 2012-05-23 15:59:49 +09:00
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 Add gesture trail feedback. 2012-07-20 17:09:23 +09:00
ContactsBinaryDictionary.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
DebugSettings.java
DebugSettingsActivity.java
Dictionary.java Cleanup unused import and dead code 2012-08-06 17:28:33 +09:00
DictionaryCollection.java Fix duplicate getSuggestions() call for main dictionary 2012-08-06 17:08:38 +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 old methods (A90) 2012-07-10 19:30:46 +09:00
ExpandableDictionary.java Fix an OOB exception 2012-08-03 23:10:47 +09:00
FileTransforms.java
ImfUtils.java Fix NPE where the current subtype is null 2012-07-20 14:51:41 +09:00
InputAttributes.java Rename SuggestionsView to SuggestionStripView 2012-07-23 15:37:43 +09:00
InputPointers.java Use ResizableIntArray in GestureStroke 2012-07-20 19:32:28 +09:00
InputTypeUtils.java
InputView.java Rename SuggestionsView to SuggestionStripView 2012-07-23 15:37:43 +09:00
JniUtils.java Stop swallowing an UnsatisfiedLinkError 2012-07-26 09:15:39 +09:00
LastComposedWord.java Add default capacity parameter to InputPointers' constructor 2012-07-19 12:06:00 +09:00
LatinIME.java Separate updateSuggestionStrip from commitTyped 2012-08-06 14:31:01 +09: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
ResizableIntArray.java Implement ResizableIntArray.fill 2012-07-20 16:05:37 +09:00
RichInputConnection.java ResearchLog refactor 2012-07-20 15:06:51 -07:00
Settings.java Add advanced options to turn on/off the gesture trail and text preview 2012-07-30 15:54:27 +09:00
SettingsActivity.java
SettingsValues.java Add advanced options to turn on/off the gesture trail and text preview 2012-07-30 15:54:27 +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 Fix NPE where the current subtype is null 2012-07-20 14:51:41 +09:00
Suggest.java Don't auto-correct when there are digits. 2012-07-28 00:15:54 +09:00
SuggestedWords.java Add values for suggestion types (A120) 2012-07-12 19:21:44 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Cleanup old methods (A90) 2012-07-10 19:30:46 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Cleanup old methods (A90) 2012-07-10 19:30:46 +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 Cleanup old methods (A90) 2012-07-10 19:30:46 +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 Cleanup unused import and dead code 2012-08-06 17:28:33 +09:00
VibratorUtils.java
WhitelistDictionary.java Cleanup old methods (A90) 2012-07-10 19:30:46 +09:00
WordComposer.java Don't auto-correct when there are digits. 2012-07-28 00:15:54 +09:00
WordListInfo.java
XmlParseUtils.java