LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard b7a2fd16a1 Merge "Defer disk-intensive tasks until after the keyboard is shown" 2013-06-21 10:57: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 Don't use RichInputMethodManager in setup wizard 2013-06-07 19:09:44 +09:00
spellcheck Consolidate dummy proximity info to the spell checker info 2013-05-08 11:49:12 +09:00
suggestions Fix punctuations strip 2013-06-21 13:22:37 +09:00
userdictionary Fix a bug with long user dict entries 2013-06-14 12:40:35 +09:00
utils Move Base64Reader to utils package 2013-06-05 19:39:36 +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 Separate IntentUtils from CompatUtils 2013-02-04 16:06:38 -08:00
AssetFileAddress.java Make it easy to open several dictionaries from tests 2013-05-31 15:36:05 +09:00
AudioAndHapticFeedbackManager.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
AutoCorrection.java Use localized toLowerString in AutoCorrection.isValidWord 2013-05-24 11:47:36 -07:00
BackupAgent.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
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 Allow downloadable dictionaries in development builds 2013-06-05 22:14:54 -07:00
BoundedTreeSet.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
ByteArrayWrapper.java Add tests to dicttool test. 2013-06-20 17:29:37 +09:00
CapsModeUtils.java Fix a bug where autocorrection status would be wrong. 2013-04-10 17:49:19 +09:00
CollectionUtils.java Cache MoreKeysKeyboard instead of container view of it 2013-01-22 17:34:36 +09:00
CompletionInfoUtils.java Fix a bug with bad application completions 2013-04-12 20:53:06 +09:00
Constants.java Add CODE_CAPSLOCK for long press shift key 2013-06-04 18:20:06 +09:00
ContactsBinaryDictionary.java Add account e-mail addresses to the user dictionary 2013-05-08 17:58:21 +09:00
CoordinateUtils.java Groundwork for sliding key input preview 2012-12-03 18:16:12 +09:00
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
DicTraverseSession.java Remove MAX_WORD_LENGTH_INTERNAL 2013-01-15 12:39:08 +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 Use an iterator to remove stuff from an ArrayList. 2013-06-06 17:03:16 +09:00
DictionaryPackInstallBroadcastReceiver.java Extract a new class for app-specific workarounds. 2013-05-21 07:53:28 +09:00
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 Create methods in LatinIME to make the current dict lists 2013-01-31 09:26:52 +09:00
FeedbackUtils.java Legal notice 2013-04-22 21:55:53 +09:00
FileTransforms.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
InputAttributes.java Rename commaConcatinatedText to commaSplittableText 2013-05-28 19:17:15 +09:00
InputPointers.java Throw exception when invalid time stamps are detected in debug mode 2013-01-23 16:29:19 +09:00
InputTypeUtils.java Don't insert automatic spaces when text looks like a URL 2013-04-16 18:03:49 +09:00
InputView.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
IntentUtils.java Separate IntentUtils from CompatUtils 2013-02-04 16:06:38 -08:00
JniUtils.java Fix Google spell checker tests 2013-05-01 18:21:56 +09:00
LastComposedWord.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LatinIME.java Defer disk-intensive tasks until after the keyboard is shown 2013-06-21 19:41:45 +09: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 Fix a bug with recapitalization 2013-06-17 20:39:06 +09:00
ResizableIntArray.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
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 Cache subtype lists reasonably. 2013-06-12 18:04:52 +09:00
SeekBarDialogPreference.java Get value text from ValueProxy 2013-06-18 18:27:17 +09:00
Settings.java Fix a possible NPE 2013-06-06 12:01:22 +09:00
SettingsActivity.java Don't override EXTRA_SHOW_FRAGMENT if exists 2013-04-10 16:24:17 +09:00
SettingsFragment.java Use system default key press volume 2013-06-18 21:34:30 +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 Defer getting no language subtype 2013-06-07 18:20:31 +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 Clean up SuggestionSpanUtils for API level 14+ 2012-12-17 19:41:44 +09:00
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
UserHistoryDictIOUtils.java Add tests to dicttool test. 2013-06-20 17:29:37 +09:00
UserHistoryDictionary.java Add tests to dicttool test. 2013-06-20 17:29:37 +09:00
UserHistoryDictionaryBigramList.java Small code cleanups 2013-01-07 12:13:42 +09:00
UserHistoryForgettingCurveUtils.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00
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 Fix Apache license comment 2013-01-21 22:23:37 +09:00
XmlParseUtils.java Clean up XmlParserUtils 2013-03-26 12:03:07 +09:00