..
define
Fix Apache license comment
2013-01-21 22:23:37 +09:00
makedict
Fix a bug with the passed dictionary id
2013-02-22 20:49:48 -08:00
setup
Add preliminary setup wizard
2013-02-21 09:54:02 +09:00
spellcheck
Cleanups
2013-02-11 21:14:56 -08:00
suggestions
Cache MoreKeysKeyboard instead of container view of it
2013-01-22 17:34:36 +09: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
Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL
2013-01-22 13:18:49 +09:00
BinaryDictionaryFileDumper.java
Implement getting data files with protocol v2
2013-02-15 11:09:16 -08:00
BinaryDictionaryGetter.java
Cleanups
2013-02-11 21:14:56 -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
Fix a bug with the passed dictionary id
2013-02-22 20:49:48 -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
Fix how the Enter action is decided
2013-02-22 16:01:37 -08:00
LatinImeLogger.java
Simplify singleton class initialization
2013-01-07 19:05:31 +09:00
LocaleUtils.java
Fix Apache license comment
2013-01-21 22:23:37 +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
Clean up Settings and SettingsFragment a bit
2013-01-25 16:23:29 +09:00
SettingsActivity.java
Fix Apache license comment
2013-01-21 22:23:37 +09:00
SettingsFragment.java
Clean up Settings and SettingsFragment a bit
2013-01-25 16:23:29 +09:00
SettingsValues.java
Move parseCsvString to StringUtils
2013-02-12 16:18:19 +09:00
StaticInnerHandlerWrapper.java
Avoid memory leak by by non-static Handler inner classes
2011-06-26 00:14:40 +09:00
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
Fix Apache license comment
2013-01-21 22:23:37 +09: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