LatinIME/java/src/com/android/inputmethod/latin
Satoshi Kataoka 756791e6bf Make isInternal mutable
Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
2013-03-13 16:28:50 +09:00
..
define Make isInternal mutable 2013-03-13 16:28:50 +09:00
makedict Send the dictionaries descriptions to the dict pack 2013-02-23 01:46:39 -08:00
setup Add show setup wizard icon preference settings 2013-03-05 14:56:41 +09:00
spellcheck Cleanups 2013-02-11 21:14:56 -08:00
suggestions Separate suggestions from SuggestionView 2013-02-28 21:03:18 -08:00
AdditionalSubtype.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
AdditionalSubtypeSettings.java Separate IntentUtils from CompatUtils 2013-02-04 16:06:38 -08:00
AssetFileAddress.java Refactoring 2013-01-29 19:16:21 +09:00
AudioAndHapticFeedbackManager.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
AutoCorrection.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07:00
BackupAgent.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
BinaryDictionary.java Tiny cleanup 2013-02-22 19:42:45 -08:00
BinaryDictionaryFileDumper.java Implement getting data files with protocol v2 2013-02-15 11:09:16 -08:00
BinaryDictionaryGetter.java Fix a possible crash 2013-02-23 01:41:44 -08:00
BoundedTreeSet.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
CapsModeUtils.java Separate caps mode related utils to CapsModeUtils 2013-02-12 18:15:42 +09:00
CollectionUtils.java Cache MoreKeysKeyboard instead of container view of it 2013-01-22 17:34:36 +09:00
Constants.java Fix how the Enter action is decided 2013-02-22 16:01:37 -08:00
ContactsBinaryDictionary.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
CoordinateUtils.java Groundwork for sliding key input preview 2012-12-03 18:16:12 +09:00
DebugSettings.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
DebugSettingsActivity.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
Dictionary.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
DictionaryCollection.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
DictionaryFactory.java Refactoring 2013-01-29 19:16:21 +09:00
DictionaryInfoUtils.java Send the dictionaries descriptions to the dict pack 2013-02-23 01:46:39 -08:00
DictionaryPackInstallBroadcastReceiver.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
DicTraverseSession.java Remove MAX_WORD_LENGTH_INTERNAL 2013-01-15 12:39:08 +09:00
ExpandableBinaryDictionary.java Cleanups 2013-02-11 21:14:56 -08:00
ExpandableDictionary.java Privatize a few constants in BinaryDictionary.java 2012-12-17 17:46:57 +09:00
ExternalDictionaryGetterForDebug.java Create methods in LatinIME to make the current dict lists 2013-01-31 09:26:52 +09:00
FileTransforms.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
InputAttributes.java Fix Apache license comment 2013-01-21 22:23:37 +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 Fix how the Enter action is decided 2013-02-22 16:01:37 -08: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 Make utility classes final 2012-08-29 17:38:08 +09:00
LastComposedWord.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
LatinIME.java Make isInternal mutable 2013-03-13 16:28:50 +09:00
LatinImeLogger.java Simplify singleton class initialization 2013-01-07 19:05:31 +09:00
LocaleUtils.java Small cleanup of RunInLocale 2013-02-26 19:11:49 +09:00
PositionalInfoForUserDictPendingAddition.java Separate caps mode related utils to CapsModeUtils 2013-02-12 18:15:42 +09:00
ResizableIntArray.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
ResourceUtils.java Set default audio and haptic feedback settings 2012-12-28 19:24:32 +09:00
RichInputConnection.java Separate caps mode related utils to CapsModeUtils 2013-02-12 18:15:42 +09:00
RichInputMethodManager.java Clean up public helper methods of SettingsValues 2013-01-09 11:23:34 +09:00
SeekBarDialogPreference.java SeekBarDialogPreference supports minValue and stepValue 2013-01-22 16:35:59 +09:00
Settings.java Make isInternal mutable 2013-03-13 16:28:50 +09:00
SettingsActivity.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
SettingsFragment.java Make isInternal mutable 2013-03-13 16:28:50 +09:00
SettingsValues.java Make isInternal mutable 2013-03-13 16:28:50 +09:00
StaticInnerHandlerWrapper.java
StringUtils.java Separate caps mode related utils to CapsModeUtils 2013-02-12 18:15:42 +09:00
SubtypeLocale.java Remove keyboard layout description on the spacebar 2013-01-28 11:49:44 +09:00
SubtypeSwitcher.java Refactor SubtypeLocale to hold Resources 2013-01-23 16:23:11 +09:00
Suggest.java Add a way to know externally if we're installing a new dict 2013-01-31 09:04:55 +09:00
SuggestedWords.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
SuggestionSpanPickedNotificationReceiver.java Clean up SuggestionSpanUtils for API level 14+ 2012-12-17 19:41:44 +09:00
SynchronouslyLoadedContactsBinaryDictionary.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07:00
SynchronouslyLoadedUserBinaryDictionary.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07:00
TargetApplicationGetter.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
UserBinaryDictionary.java Insert into user dict in lower case if auto-caps (D2) 2013-01-17 20:38:52 +09:00
UserHistoryDictionary.java Remove a cluttering log 2013-02-23 00:48:10 -08:00
UserHistoryDictionaryBigramList.java Small code cleanups 2013-01-07 12:13:42 +09:00
UserHistoryDictIOUtils.java Cleanups 2013-02-11 21:14:56 -08:00
UserHistoryForgettingCurveUtils.java Cleanup: Make some classes as final 2012-09-27 19:03:30 +09:00
Utils.java Small code cleanups 2013-01-07 12:13:42 +09:00
WordComposer.java Use WordComposer.addKeyInfo for testing 2013-02-20 17:09:25 +09:00
WordListInfo.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
XmlParseUtils.java Fix Apache license comment 2013-01-21 22:23:37 +09:00