.. |
about
|
Fix the security related API change for PreferenceActivity
|
2013-10-09 02:59:32 -07:00 |
debug
|
Separate header class from FormatSpec.
|
2014-02-04 21:36:04 +09:00 |
define
|
Move INCLUDE_RAW_SUGGESTIONS flag to ProductionFlag
|
2014-02-06 17:28:08 +09:00 |
inputlogic
|
[CB08] Create a combiner chain in the word composer.
|
2014-03-20 14:27:55 +09:00 |
makedict
|
Move DictionaryOptions from FusionDictionary to FormatSpec.
|
2014-03-06 18:53:09 +09:00 |
personalization
|
Merge "Use dynamic operations to construct all ver4 dicts."
|
2014-02-28 09:37:23 +00:00 |
settings
|
[IL126] Move a setting value to SettingsValues
|
2014-03-19 17:47:03 +09:00 |
setup
|
Revert "Use ViewCompat support library"
|
2014-01-27 18:14:40 +09:00 |
spellcheck
|
Separate utility methods from BinaryDictionary.
|
2014-03-05 18:19:34 +09:00 |
suggestions
|
Remove unused argument in SuggestionStripLayoutHelper
|
2014-03-20 11:06:55 +09:00 |
userdictionary
|
Remove a call to a deprecated method
|
2014-02-20 14:40:38 +09:00 |
utils
|
Suppress important notice when its title message is empty
|
2014-03-20 11:48:28 +09:00 |
AssetFileAddress.java
|
Reset to 9bd6dac470
|
2013-12-13 17:13:32 +09:00 |
AudioAndHapticFeedbackManager.java
|
Thin out audio and haptic feedback while key repeat
|
2013-08-14 18:37:58 +09:00 |
BackupAgent.java
|
Fix Apache license comment
|
2013-01-21 22:23:37 +09:00 |
BinaryDictionary.java
|
Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."
|
2014-03-07 10:42:18 +00:00 |
BinaryDictionaryFileDumper.java
|
Straighten out database cursors behavior.
|
2014-02-18 19:58:23 +09:00 |
BinaryDictionaryGetter.java
|
Use BinaryDictionaryUtils to read dictionary header.
|
2014-03-05 19:42:53 +09:00 |
Constants.java
|
[IL122] Put the code, x and y in the transaction
|
2014-03-06 12:50:07 +09:00 |
ContactsBinaryDictionary.java
|
Use dynamic operations to construct all ver4 dicts.
|
2014-02-27 23:21:09 +09:00 |
DicTraverseSession.java
|
Change cache capacity depending on the dictionary size.
|
2013-09-12 18:47:56 +09:00 |
Dictionary.java
|
Reset to 9bd6dac470
|
2013-12-13 17:13:32 +09:00 |
DictionaryCollection.java
|
Pass additionalFeaturesOptions for getSuggestions().
|
2013-08-28 19:24:28 +09:00 |
DictionaryDumpBroadcastReceiver.java
|
Add dictionary dump buttons in debug settings.
|
2014-02-04 21:29:09 +09:00 |
DictionaryFacilitatorForSuggest.java
|
Merge changes I20ce61c4,I2edab4e3
|
2014-03-03 04:00:24 +00:00 |
DictionaryFactory.java
|
Reset to 9bd6dac470
|
2013-12-13 17:13:32 +09:00 |
DictionaryPackInstallBroadcastReceiver.java
|
Move util classes to the latin/utils directory
|
2013-06-24 17:04:40 +09:00 |
ExpandableBinaryDictionary.java
|
Separate utility methods from BinaryDictionary.
|
2014-03-05 18:19:34 +09:00 |
ImportantNoticeDialog.java
|
Add ImportantNoticeDialog
|
2014-02-21 16:36:15 +09:00 |
InputAttributes.java
|
Merge "Refactor InputAttributes a bit"
|
2014-02-18 02:25:46 +00:00 |
InputPointers.java
|
Check timestamp for each pointer.
|
2014-02-04 14:04:26 +09:00 |
InputView.java
|
Stop overriding InputView.dispatchTouchEvent
|
2014-02-17 19:51:47 +09:00 |
LastComposedWord.java
|
[CB04] Add an event array to WordComposer.
|
2014-03-14 12:44:49 +09:00 |
LatinIME.java
|
[IL126] Move a setting value to SettingsValues
|
2014-03-19 17:47:03 +09:00 |
LatinImeLogger.java
|
Clean up PREF_USABILITY_STUDY_MODE
|
2013-03-04 12:05:03 -08:00 |
PunctuationSuggestions.java
|
Add PunctuationSuggestions class
|
2014-02-14 14:13:39 +09:00 |
ReadOnlyBinaryDictionary.java
|
[RF3] Cleanups
|
2013-12-06 14:53:03 +09:00 |
RichInputConnection.java
|
Don't reset the value needed before it's used
|
2014-03-10 15:55:15 +09:00 |
RichInputMethodManager.java
|
Fix InputMethodInfo cache in RichInputMethodManager
|
2014-03-03 23:36:35 +09:00 |
SubtypeSwitcher.java
|
Check all enabled IME's subtypes to enable personalization.
|
2014-02-20 15:05:37 +09:00 |
Suggest.java
|
Merge "Separate utility methods from BinaryDictionary."
|
2014-03-05 10:07:33 +00:00 |
SuggestedWords.java
|
[IL111] Remove a member.
|
2014-03-04 14:31:47 +09:00 |
SuggestionSpanPickedNotificationReceiver.java
|
Clean up SuggestionSpanUtils for API level 14+
|
2012-12-17 19:41:44 +09:00 |
SynchronouslyLoadedContactsBinaryDictionary.java
|
Remove useless method call for spell checker.
|
2013-12-26 14:51:05 +09:00 |
SynchronouslyLoadedUserBinaryDictionary.java
|
Refactor dictionary constructor
|
2014-02-13 13:23:55 +09:00 |
UserBinaryDictionary.java
|
Use dynamic operations to construct all ver4 dicts.
|
2014-02-27 23:21:09 +09:00 |
WordComposer.java
|
[CB08] Create a combiner chain in the word composer.
|
2014-03-20 14:27:55 +09:00 |
WordListInfo.java
|
Fix Apache license comment
|
2013-01-21 22:23:37 +09:00 |