.. |
accounts
|
Don't restore device specific preferences
|
2014-10-10 10:49:32 -07:00 |
inputlogic
|
Resolve some InputLogic todo comments.
|
2015-03-20 10:49:15 -07:00 |
makedict
|
Retire Delight2 migration code to speed up tests.
|
2015-03-20 11:16:46 -07:00 |
network
|
Fix Javadoc and null analysis related warnings
|
2014-10-23 09:58:42 +09:00 |
personalization
|
Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries.
|
2015-03-17 11:43:16 -07:00 |
settings
|
Merge "Check for accounts when enabling sync features."
|
2015-03-24 23:38:01 +00:00 |
setup
|
Add StatsUtils.onSettingsActivity to collect the settings page stats.
|
2015-03-13 16:12:14 -07:00 |
spellcheck
|
Separate executor for the Spelling decoder.
|
2015-03-12 17:10:38 -07:00 |
suggestions
|
Disable message if personalization is disabled.
|
2015-03-18 15:30:22 -07:00 |
userdictionary
|
Remove SHORTCUT column in FROM clause.
|
2015-03-04 10:16:28 -08:00 |
utils
|
Use the complete Locale in generating the dictionary id.
|
2015-03-25 16:45:56 -07:00 |
AssetFileAddress.java
|
More verbosity when reporting broken dictionaries
|
2014-11-14 13:42:24 -08:00 |
AudioAndHapticFeedbackManager.java
|
Move Constants.java to the latin.common package
|
2014-10-23 20:27:37 +09:00 |
BackupAgent.java
|
Don't restore debug preferences
|
2014-10-13 18:59:48 -07:00 |
BinaryDictionary.java
|
Add prev words context to the SuggestedWordInfo.
|
2015-03-19 16:07:04 -07:00 |
BinaryDictionaryFileDumper.java
|
Make checksum and header checks decoder dependent.
|
2015-02-20 18:30:23 -08:00 |
BinaryDictionaryGetter.java
|
Make checksum and header checks decoder dependent.
|
2015-02-20 18:30:23 -08:00 |
ContactsBinaryDictionary.java
|
Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries.
|
2015-03-17 11:43:16 -07:00 |
ContactsContentObserver.java
|
Separate executor for the Spelling decoder.
|
2015-03-12 17:10:38 -07:00 |
ContactsDictionaryConstants.java
|
Refactor content provider code from ContactsDict
|
2015-02-11 16:29:14 -08:00 |
ContactsDictionaryUtils.java
|
Refactor content provider code from ContactsDict
|
2015-02-11 16:29:14 -08:00 |
ContactsManager.java
|
Add tests for Contact* classes
|
2015-02-20 09:14:27 -08:00 |
DicTraverseSession.java
|
Move decoder specific constants to DecoderSpecificConstants.java
|
2015-02-05 13:27:36 -08:00 |
Dictionary.java
|
Remove last vestiges of contextual+personal dictionary.
|
2015-02-04 11:38:19 -08:00 |
DictionaryCollection.java
|
Remove Dict dependency on WordComposer and ProximityInfo
|
2014-10-29 12:27:24 +09:00 |
DictionaryDumpBroadcastReceiver.java
|
Add dictionary dump buttons in debug settings.
|
2014-02-04 21:29:09 +09:00 |
DictionaryFacilitator.java
|
Change DictionaryStats to report content version.
|
2015-03-24 11:19:34 -07:00 |
DictionaryFacilitatorImpl.java
|
Change DictionaryStats to report content version.
|
2015-03-24 11:19:34 -07:00 |
DictionaryFacilitatorLruCache.java
|
Remove ALS from LatinIME.
|
2015-03-11 17:29:12 -07:00 |
DictionaryFactory.java
|
Make DictionaryFactory.killDictionary public
|
2015-02-25 17:53:35 -08:00 |
DictionaryPackInstallBroadcastReceiver.java
|
Move util classes to the latin/utils directory
|
2013-06-24 17:04:40 +09:00 |
DictionaryStats.java
|
Change DictionaryStats to report content version.
|
2015-03-24 11:19:34 -07:00 |
EmojiAltPhysicalKeyDetector.java
|
Ignore the Emoji key when not connected.
|
2015-02-26 11:10:37 -08:00 |
ExpandableBinaryDictionary.java
|
Change DictionaryStats to report content version.
|
2015-03-24 11:19:34 -07:00 |
ImportantNoticeDialog.java
|
Keep ImportantNoticeDialog showing after orientation changed
|
2014-04-14 15:48:19 +09:00 |
InputAttributes.java
|
Move StringUtils under common.
|
2014-10-28 22:44:30 +09:00 |
InputView.java
|
Fix Javadoc and null analysis related warnings
|
2014-10-23 09:58:42 +09:00 |
LastComposedWord.java
|
Move decoder specific constants to DecoderSpecificConstants.java
|
2015-02-05 13:27:36 -08:00 |
LatinIME.java
|
Resolve some InputLogic todo comments.
|
2015-03-20 10:49:15 -07:00 |
NgramContext.java
|
Carry over the mMaxPreWordCount when creating the new NgramContext
|
2015-03-17 12:31:18 -07:00 |
PunctuationSuggestions.java
|
Add prev words context to the SuggestedWordInfo.
|
2015-03-19 16:07:04 -07:00 |
ReadOnlyBinaryDictionary.java
|
Remove Dict dependency on WordComposer and ProximityInfo
|
2014-10-29 12:27:24 +09:00 |
RichInputConnection.java
|
Ignore the Emoji key when not connected.
|
2015-02-26 11:10:37 -08:00 |
RichInputMethodManager.java
|
Remove ALS from LatinIME.
|
2015-03-11 17:29:12 -07:00 |
RichInputMethodSubtype.java
|
Make RichInputMethodSubtype non-final for easy mocking
|
2015-03-13 17:05:11 -07:00 |
Suggest.java
|
Add prev words context to the SuggestedWordInfo.
|
2015-03-19 16:07:04 -07:00 |
SuggestedWords.java
|
Add prev words context to the SuggestedWordInfo.
|
2015-03-19 16:07:04 -07:00 |
SystemBroadcastReceiver.java
|
Force download the dictionaries after the apk package is updated.
|
2015-03-24 14:56:54 -07:00 |
UserBinaryDictionary.java
|
Remove shortcut support from LatinIME.
|
2015-02-11 13:02:41 -08:00 |
WordComposer.java
|
Race condition in cursor move.
|
2015-02-27 10:29:47 -08:00 |
WordListInfo.java
|
Arrange to send the rawChecksum to LatinIME.
|
2014-05-22 11:01:04 +09:00 |