LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard 1343d27de3 Readability improvement (A117)
Change-Id: I6f8bb05a23edb40a079da60b7136170ec9043282
2012-07-12 15:58:16 +09:00
..
define Tighten up the "define" classes. 2012-03-27 22:43:25 +09:00
makedict Small performance tweak 2012-06-08 17:09:40 +09:00
spellcheck Add a consolidated method to the Dictionary interface (A85) 2012-07-10 18:57:12 +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 Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
AutoCorrection.java Simplification (A116) 2012-07-12 15:58:16 +09:00
BackupAgent.java
BinaryDictionary.java Resolve a TODO: bury some implementation detail in native (A110) 2012-07-12 14:30:30 +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 Change auto caps mode argument to int type 2012-05-18 17:46:05 +09:00
ContactsBinaryDictionary.java Move constants to a better place. 2012-06-27 18:08:08 +09:00
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 Cleanup old methods (A90) 2012-07-10 19:30:46 +09:00
DictionaryCollection.java Cleanup old methods (A90) 2012-07-10 19:30:46 +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 Cleanup old methods (A90) 2012-07-10 19:30:46 +09:00
FileTransforms.java
ImfUtils.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
InputAttributes.java Fix tab key's navigation behavior 2012-07-05 16:57:14 +09:00
InputPointers.java A little optimization of InputPointers.copy 2012-07-10 13:05:43 +09:00
InputTypeUtils.java Cleanup InputTypeCompatUtils to InputTypeUtils 2012-04-03 17:42:19 +09:00
InputView.java
JniUtils.java Split Utils class to StringUtils, SubtypeUtils, and JniUtils 2012-03-08 20:30:38 +09:00
LastComposedWord.java Cleanup (A57) 2012-07-06 13:07:30 +09:00
LatinIME.java Merge "intentional logging" 2012-07-10 21:20:47 -07:00
LatinImeLogger.java Update the prototype of onAddSuggestedWord - calling side. 2012-06-27 16:17:14 +09:00
LocaleUtils.java Fix "no language" subtype name (DO NOT MERGE) 2012-04-26 11:50:28 +09:00
NativeUtils.java Add NativeUtils.powf() 2012-06-08 20:46:19 +09:00
ResearchLog.java intentional logging 2012-07-10 18:44:18 -07:00
ResearchLogger.java intentional logging 2012-07-10 18:44:18 -07:00
RichInputConnection.java Consolidate methods that do the same thing (A74) 2012-07-09 15:06:16 +09:00
Settings.java Initialize SubtypeLocale from Settings 2012-07-05 17:39:30 +09:00
SettingsActivity.java Add custom subtype settings 2012-04-19 19:33:51 +09:00
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 Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
Suggest.java Readability improvement (A117) 2012-07-12 15:58:16 +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 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 Do away with Utils#addAllSuggestions (A14) 2012-06-26 17:36:47 +09:00
VibratorUtils.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
WhitelistDictionary.java Cleanup old methods (A90) 2012-07-10 19:30:46 +09:00
WordComposer.java Add batch input dictionary lookup 2012-07-10 20:01:28 +09:00
WordListInfo.java
XmlParseUtils.java Small performance improvement by removing interface accesses. 2012-03-17 01:53:51 +09:00