LatinIME/java/src/com/android/inputmethod/latin
2013-06-03 02:54:33 +00:00
..
define Revert "[DO NOT MERGE] Activate hardware keyboard handling" 2013-04-02 16:08:48 +09:00
makedict Fix Binary dict tests 2013-04-15 12:48:16 +09:00
personalization Adding additional feature settings. 2013-05-28 00:27:48 -07:00
setup Clean up IntentCompatUtils a bit 2013-05-21 15:13:23 -07:00
spellcheck Consolidate dummy proximity info to the spell checker info 2013-05-08 11:49:12 +09:00
suggestions Refactor SuggestionStripLayoutHelper a bit 2013-05-31 18:14:47 +09:00
userdictionary Fix labels in the personal dictionary settings 2013-05-08 14:58:43 +09:00
AdditionalFeaturesSettingUtils.java Adding additional feature settings. 2013-05-28 00:27:48 -07:00
AdditionalSubtype.java Rename commaConcatinatedText to commaSplittableText 2013-05-28 19:17:15 +09:00
AdditionalSubtypeSettings.java
AssetFileAddress.java Make it easy to open several dictionaries from tests 2013-05-31 15:36:05 +09:00
AudioAndHapticFeedbackManager.java
AutoCorrection.java Use localized toLowerString in AutoCorrection.isValidWord 2013-05-24 11:47:36 -07:00
BackupAgent.java
BinaryDictionary.java Adding additional feature settings. 2013-05-28 00:27:48 -07:00
BinaryDictionaryFileDumper.java Merge "Catch a permission exception" 2013-05-31 00:30:14 +00:00
BinaryDictionaryGetter.java Cleanup an unused return value 2013-04-30 16:53:18 +09:00
BoundedTreeSet.java
CapsModeUtils.java Fix a bug where autocorrection status would be wrong. 2013-04-10 17:49:19 +09:00
CollectionUtils.java
CompletionInfoUtils.java Fix a bug with bad application completions 2013-04-12 20:53:06 +09:00
Constants.java Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs 2013-05-28 20:23:37 +09:00
ContactsBinaryDictionary.java Add account e-mail addresses to the user dictionary 2013-05-08 17:58:21 +09:00
CoordinateUtils.java
DebugSettings.java Work around a bug in older DownloadManager versions. 2013-04-25 18:52:39 +09:00
DebugSettingsActivity.java Disable the header list of DebugSettingsActivity 2013-03-15 15:33:27 +09:00
Dictionary.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
DictionaryCollection.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
DictionaryFactory.java Make it easy to open several dictionaries from tests 2013-05-31 15:36:05 +09:00
DictionaryInfoUtils.java Put temp files within app files 2013-04-25 18:14:40 +09:00
DictionaryPackInstallBroadcastReceiver.java Extract a new class for app-specific workarounds. 2013-05-21 07:53:28 +09:00
DicTraverseSession.java
ExpandableBinaryDictionary.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
ExpandableDictionary.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
ExternalDictionaryGetterForDebug.java
FeedbackUtils.java Legal notice 2013-04-22 21:55:53 +09:00
FileTransforms.java
InputAttributes.java Rename commaConcatinatedText to commaSplittableText 2013-05-28 19:17:15 +09:00
InputPointers.java
InputTypeUtils.java Don't insert automatic spaces when text looks like a URL 2013-04-16 18:03:49 +09:00
InputView.java
IntentUtils.java
JniUtils.java Fix Google spell checker tests 2013-05-01 18:21:56 +09:00
LastComposedWord.java
LatinIME.java Remove uncommit on reverting batch input 2013-06-01 11:15:47 -07:00
LatinImeLogger.java Clean up PREF_USABILITY_STUDY_MODE 2013-03-04 12:05:03 -08:00
LocaleUtils.java Use Locale.ROOT for locale neutral operations 2013-05-24 12:07:30 -07:00
MetadataFileUriGetter.java Add an additional ID to the client info. 2013-04-23 14:37:15 +09:00
NativeSuggestOptions.java Adding additional feature settings. 2013-05-28 00:27:48 -07:00
PositionalInfoForUserDictPendingAddition.java Separate caps mode related utils to CapsModeUtils 2013-02-12 18:15:42 +09:00
RecapitalizeStatus.java Match the keyboard state to the recapitalize state. 2013-04-16 14:25:03 +09:00
ResizableIntArray.java
ResourceUtils.java Check all regexp patterns in ResourceUtils.getDeviceOverrideValue 2013-05-28 19:05:40 +09:00
RichInputConnection.java Optimizations and safeguards. 2013-05-08 18:47:10 +09:00
RichInputMethodManager.java Fix a crash on a secondary user 2013-05-21 12:27:16 +09:00
SeekBarDialogPreference.java Delete shared preference entry when user select default value 2013-05-28 20:44:25 +09:00
Settings.java [ZF2] Read settings for profanity filtering. 2013-04-25 20:29:14 +09:00
SettingsActivity.java Don't override EXTRA_SHOW_FRAGMENT if exists 2013-04-10 16:24:17 +09:00
SettingsFragment.java Delete shared preference entry when user select default value 2013-05-28 20:44:25 +09:00
SettingsValues.java Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs" 2013-05-28 11:40:10 +00:00
StaticInnerHandlerWrapper.java Clean up StaticInnerHandlerWrapper a bit 2013-03-14 12:35:47 +09:00
StringUtils.java Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs" 2013-05-28 11:40:10 +00:00
SubtypeLocale.java Fix a bug where autocorrection status would be wrong. 2013-04-10 17:49:19 +09:00
SubtypeSwitcher.java Fix usages of getEnabledInputMethodSubtypeList 2013-05-09 17:07:19 +09:00
Suggest.java Make it easy to open several dictionaries from tests 2013-05-31 15:36:05 +09:00
SuggestedWords.java Refactor SuggestionStripLayoutHelper a bit 2013-05-31 18:14:47 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Pass blockOffensiveWords as a parameter 2013-05-01 20:47:35 +09:00
TargetPackageInfoGetterTask.java Extract a new class for app-specific workarounds. 2013-05-21 07:53:28 +09:00
UserBinaryDictionary.java Merge "Remove the dialog to insert words to the dictionary." 2013-04-12 12:33:24 +00:00
UserHistoryDictionary.java Remove a cluttering log 2013-02-23 00:48:10 -08:00
UserHistoryDictionaryBigramList.java
UserHistoryDictIOUtils.java Fix Possible NPE 2013-03-26 13:02:23 +09:00
UserHistoryForgettingCurveUtils.java
Utils.java Tidy up Utils class a bit 2013-05-31 00:32:57 +09:00
WordComposer.java Consolidate dummy proximity info to the spell checker info 2013-05-08 11:49:12 +09:00
WordListInfo.java
XmlParseUtils.java Clean up XmlParserUtils 2013-03-26 12:03:07 +09:00