LatinIME/java/src/com/android/inputmethod/latin
Kurt Partridge d442984e96 researchLogging for inputConnection events
Bug: 6188932
Change-Id: I596df68956abd879293cfb550e66e7d7d0ba74e9
2012-04-17 20:05:10 -07:00
..
define Tighten up the "define" classes. 2012-03-27 22:43:25 +09:00
makedict Add support for German umlaut and French ligatures flags 2012-04-06 17:07:29 +09:00
spellcheck Cache results of the spell checker 2012-04-17 19:45:57 +09:00
suggestions Remove useless key event handling methods 2012-04-18 11:55:11 +09:00
AdditionalSubtype.java Utilize InputMethodSubtype and additional subtype 2012-04-13 18:36:26 +09:00
AssetFileAddress.java Cleanup unused import 2011-10-04 12:46:20 +09:00
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 Remove LatinIME prefix from classes 2010-12-09 21:54:51 +09:00
BinaryDictionary.java Pass the previous word down to native code in getSuggestions 2012-04-17 20:07:10 +09:00
BinaryDictionaryFileDumper.java Pass a parameter to the dict pack if we don't have a default dict 2012-04-12 13:05:31 +09:00
BinaryDictionaryGetter.java Pass a parameter to the dict pack if we don't have a default dict 2012-04-12 13:05:31 +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 Stop reloading contacts when not appropriate. 2011-08-09 12:49:19 +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 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 Pass a parameter to the dict pack if we don't have a default dict 2012-04-12 13:05:31 +09:00
DictionaryPackInstallBroadcastReceiver.java Receive a broadcast that the dictionary has been updated. 2011-04-14 20:52:25 +09:00
EditingUtils.java Remove InputConnectionCompatUtils 2012-03-31 19:04:38 +09:00
ExpandableBinaryDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
ExpandableDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
FileTransforms.java Cleanup unused import 2011-10-04 12:46:20 +09:00
InputAttributes.java Cleanup InputTypeCompatUtils to InputTypeUtils 2012-04-03 17:42:19 +09:00
InputTypeUtils.java Cleanup InputTypeCompatUtils to InputTypeUtils 2012-04-03 17:42:19 +09:00
InputView.java Forward touch events above the keyboard to the suggestions strip 2011-09-27 19:02:24 +09:00
JniUtils.java Split Utils class to StringUtils, SubtypeUtils, and JniUtils 2012-03-08 20:30:38 +09:00
LastComposedWord.java ongoing cleanup 2 2012-03-27 16:28:48 +09:00
LatinIME.java researchLogging for inputConnection events 2012-04-17 20:05:10 -07: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 researchLogging for inputConnection events 2012-04-17 20:05:10 -07:00
Settings.java Use InputMethodSettingsFragment for IME settings 2012-04-13 19:56:47 +09:00
SettingsActivity.java Fix Settings fragment isn't shown on tablet 2012-04-16 16:36:28 +09:00
SettingsValues.java Utilize InputMethodSubtype and additional subtype 2012-04-13 18:36:26 +09:00
StaticInnerHandlerWrapper.java Avoid memory leak by by non-static Handler inner classes 2011-06-26 00:14:40 +09:00
StringUtils.java Pass the previous word down to native code in getSuggestions 2012-04-17 20:07:10 +09:00
SubtypeLocale.java Add SubtypeLocale.getKeyboardLayoutSetDisplayName 2012-04-17 18:55:51 +09:00
SubtypeSwitcher.java Utilize InputMethodSubtype and additional subtype 2012-04-13 18:36:26 +09:00
SubtypeUtils.java Add SubtypeUtils.setAditionalInputMethodSubtypes method 2012-04-17 22:48:00 +09:00
Suggest.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
SuggestedWords.java Fix NPE in SuggestedWords 2012-04-04 11:09:13 +09:00
SuggestionSpanPickedNotificationReceiver.java Add SuggestionSpan suggestion picked notification receiver 2011-05-26 19:47:29 +09:00
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 Allow sharing dictionaries between similar locales. 2011-08-25 19:42:06 +09:00
XmlParseUtils.java Small performance improvement by removing interface accesses. 2012-03-17 01:53:51 +09:00