.. |
define
|
Tighten up the "define" classes.
|
2012-03-27 22:43:25 +09:00 |
makedict
|
Use a formula packing more information into 4 bits field
|
2012-05-15 18:59:21 +09:00 |
spellcheck
|
Use "float" instead of "double"
|
2012-05-16 20:45:05 +09:00 |
suggestions
|
Set divider icon's alpha value on the fly
|
2012-05-16 17:41:56 +09:00 |
AdditionalSubtype.java
|
Fix build
|
2012-05-07 08:19:17 +09:00 |
AdditionalSubtypeSettings.java
|
Show dialog to guide the user to input subtype enabler
|
2012-05-16 16:19:00 +09:00 |
AssetFileAddress.java
|
|
|
AudioAndHapticFeedbackManager.java
|
Move VibratorCompatWrapper to VibratorUtils.
|
2012-03-30 19:23:12 +09:00 |
AutoCorrection.java
|
Use "float" instead of "double"
|
2012-05-16 20:45:05 +09:00 |
BackupAgent.java
|
|
|
BinaryDictionary.java
|
Use "float" instead of "double"
|
2012-05-16 20:45:05 +09:00 |
BinaryDictionaryFileDumper.java
|
Allow using a format version 2 word list in LatinIME
|
2012-04-20 18:56:03 +09:00 |
BinaryDictionaryGetter.java
|
Use the best matching cached dictionary for each category
|
2012-04-23 12:37:52 +09:00 |
Constants.java
|
Fix subtype name for a custom input style with en_US and en_GB
|
2012-05-07 03:25:08 +09:00 |
ContactsBinaryDictionary.java
|
Contacts dictionary rebuilds only when contact names have changed.
|
2012-05-11 18:43:53 -07:00 |
ContactsDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
DebugSettings.java
|
Use InputMethodSettingsFragment for IME settings
|
2012-04-13 19:56:47 +09:00 |
DebugSettingsActivity.java
|
Use InputMethodSettingsFragment for IME settings
|
2012-04-13 19:56:47 +09:00 |
Dictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
DictionaryCollection.java
|
Don't auto-correct when there is no main dictionary.
|
2012-05-16 16:09:14 +09:00 |
DictionaryFactory.java
|
Don't auto-correct when there is no main dictionary.
|
2012-05-16 16:09:14 +09:00 |
DictionaryPackInstallBroadcastReceiver.java
|
|
|
EditingUtils.java
|
Cleanup indentation
|
2012-05-10 17:48:10 +09:00 |
ExpandableBinaryDictionary.java
|
Contacts dictionary rebuilds only when contact names have changed.
|
2012-05-11 18:43:53 -07:00 |
ExpandableDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
FileTransforms.java
|
|
|
ImfUtils.java
|
Fix checking if subtype belongs to this ime
|
2012-05-01 20:21:10 +09:00 |
InputAttributes.java
|
Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified
|
2012-05-08 13:20:39 +09:00 |
InputTypeUtils.java
|
Cleanup InputTypeCompatUtils to InputTypeUtils
|
2012-04-03 17:42:19 +09:00 |
InputView.java
|
|
|
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
|
Merge "Read and use user dictionary shortcuts." into jb-dev
|
2012-05-14 20:38:23 -07:00 |
LatinImeLogger.java
|
Fix some obvious compiler warnings
|
2012-03-29 15:07:53 +09:00 |
LocaleUtils.java
|
Fix "no language" subtype name (DO NOT MERGE)
|
2012-04-26 11:50:28 +09:00 |
ResearchLogger.java
|
remove unnecessary KeyboardState logging
|
2012-04-19 20:32:37 -07:00 |
Settings.java
|
Fix "no language" subtype name (DO NOT MERGE)
|
2012-04-26 11:50:28 +09:00 |
SettingsActivity.java
|
Add custom subtype settings
|
2012-04-19 19:33:51 +09:00 |
SettingsValues.java
|
Use "float" instead of "double"
|
2012-05-16 20:45:05 +09:00 |
StaticInnerHandlerWrapper.java
|
|
|
StringUtils.java
|
Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase.
|
2012-04-22 17:48:00 -07:00 |
SubtypeLocale.java
|
Fix build
|
2012-05-07 08:19:17 +09:00 |
SubtypeSwitcher.java
|
Fix SubtypeSwitcher incomplete initialization
|
2012-04-26 13:41:15 +09:00 |
Suggest.java
|
Use "float" instead of "double"
|
2012-05-16 20:45:05 +09:00 |
SuggestedWords.java
|
Do not set "SuggestionSpan"s for suggestions from the next word predicition
|
2012-05-15 12:08:31 +09:00 |
SuggestionSpanPickedNotificationReceiver.java
|
|
|
SynchronouslyLoadedContactsBinaryDictionary.java
|
Pass the previous word to getSuggestions
|
2012-04-17 12:43:53 +09:00 |
SynchronouslyLoadedContactsDictionary.java
|
Pass the previous word to getSuggestions
|
2012-04-17 12:43:53 +09:00 |
SynchronouslyLoadedUserDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
UserDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
UserHistoryDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
Utils.java
|
Make Utils.getDeviceOverrideValue aware of device orientation
|
2012-04-16 12:59:55 +09:00 |
VibratorUtils.java
|
Move VibratorCompatWrapper to VibratorUtils.
|
2012-03-30 19:23:12 +09:00 |
WhitelistDictionary.java
|
Read and use user dictionary shortcuts.
|
2012-05-15 12:23:43 +09:00 |
WordComposer.java
|
Don't autocorrect after suggestion resuming
|
2012-05-01 17:06:29 +09:00 |
WordListInfo.java
|
|
|
XmlParseUtils.java
|
Small performance improvement by removing interface accesses.
|
2012-03-17 01:53:51 +09:00 |