LatinIME/java/src/com/android/inputmethod/latin
Kurt Partridge ac9e87c03e add more data collection points to ResearchLogger
the new points are all at Log.x() positions; only those appearing directly
related to user input were added.

Bug: 6188932
Change-Id: I618bcd07b22c9efc794745678b073afe1e79a697
2012-04-06 09:35:13 -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 Remove the now useless Flag class. 2012-04-06 19:47:16 +09:00
suggestions Cleanup FrameLayoutCompatUtils to ViewLayoutUtils 2012-04-02 22:55:12 +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 add more data collection points to ResearchLogger 2012-04-06 09:35:13 -07:00
BackupAgent.java Remove LatinIME prefix from classes 2010-12-09 21:54:51 +09:00
BinaryDictionary.java Remove the now useless Flag class. 2012-04-06 19:47:16 +09:00
BinaryDictionaryFileDumper.java Fix some obvious compiler warnings 2012-03-29 15:07:53 +09:00
BinaryDictionaryGetter.java Add RunInLocale class to guard locale switching 2012-04-03 17:43:45 +09:00
ContactsDictionary.java Stop reloading contacts when not appropriate. 2011-08-09 12:49:19 +09:00
DebugSettings.java Fix TAG name 2012-03-19 16:11:17 +09:00
Dictionary.java Fix some obvious compiler warnings 2012-03-29 15:07:53 +09:00
DictionaryCollection.java Small performance improvement by removing interface accesses. 2012-03-17 01:53:51 +09:00
DictionaryFactory.java Change the flags to a boolean in constructors. 2012-04-06 19:33:01 +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
ExpandableDictionary.java Come back the proximity correction to ExpandableDictionary 2012-04-02 15:01:21 +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 add more data collection points to ResearchLogger 2012-04-06 09:35:13 -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 add more data collection points to ResearchLogger 2012-04-06 09:35:13 -07:00
Settings.java Update the names and default values of bigram options. 2012-04-05 21:07:40 +09:00
SettingsValues.java Update the names and default values of bigram options. 2012-04-05 21:07:40 +09:00
StaticInnerHandlerWrapper.java Avoid memory leak by by non-static Handler inner classes 2011-06-26 00:14:40 +09:00
StringUtils.java Cleanup unused methods 2012-04-06 12:27:53 +09:00
SubtypeLocale.java Use keyboardSet extra value of subtype to specify layout type 2012-04-05 17:25:15 +09:00
SubtypeSwitcher.java Cleanup unused methods 2012-04-06 12:27:53 +09:00
SubtypeUtils.java Use keyboardSet extra value of subtype to specify layout type 2012-04-05 17:25:15 +09:00
Suggest.java Replace the flags in getSuggestions with a boolean. 2012-04-06 19:34:48 +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
SynchronouslyLoadedContactsDictionary.java Use the contacts dictionary in the spell checker. 2011-10-24 19:44:01 +09:00
SynchronouslyLoadedUserDictionary.java Cleanup unused import 2011-10-04 12:46:20 +09:00
UserDictionary.java Don't assume a word has been added to the user dict 2012-02-16 19:19:05 -08:00
UserHistoryDictionary.java Fix AIOOBE 2012-03-28 13:02:14 +09:00
Utils.java Put a misspelled flag if the word is not valid by the same logic of Android spell checker. 2012-03-27 17:11:48 +09:00
VibratorUtils.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
WhitelistDictionary.java Add RunInLocale class to guard locale switching 2012-04-03 17:43:45 +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