futokb/java/src/com/android/inputmethod/latin
Jatin Matani d711426a87 Remove android.util.Log from FileUtils
FileUtils is being used for other non android projects
and hence breaks when built. Instead use the log statements
at caller to record Log.e messages. Hence there is no side
effect here.

Bug:22042371
Change-Id: Ieb100006ff38e013bc30542637465f58bfc0f2f2
2015-07-09 11:50:10 -07:00
..
accounts
inputlogic Merge changes Iaed8abfb,I8e55b57c into jb-ub-latinimegoogle 2015-06-23 20:55:23 +00:00
makedict Retire Delight2 migration code to speed up tests. 2015-03-20 11:16:46 -07:00
network
personalization Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries. 2015-03-17 11:43:16 -07:00
settings Revert "Remove "Personal dictionary" link from settings." 2015-06-16 18:26:02 -07:00
setup
spellcheck Spelling cannot cache words across invocations. 2015-04-29 14:30:49 -07:00
suggestions Disable message if personalization is disabled. 2015-03-18 15:30:22 -07:00
userdictionary Bring back shortcuts and add to dictionary UI 2015-07-06 17:32:13 -07:00
utils Remove android.util.Log from FileUtils 2015-07-09 11:50:10 -07:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java
BackupAgent.java
BinaryDictionary.java Add prev words context to the SuggestedWordInfo. 2015-03-19 16:07:04 -07:00
BinaryDictionaryFileDumper.java Remove android.util.Log from FileUtils 2015-07-09 11:50:10 -07:00
BinaryDictionaryGetter.java Make the DictionaryService stage the downloaded files 2015-05-04 11:57:31 -07:00
ContactsBinaryDictionary.java Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries. 2015-03-17 11:43:16 -07:00
ContactsContentObserver.java Add affinity model for contact names. 2015-04-16 11:33:54 -07:00
ContactsDictionaryConstants.java Add affinity model for contact names. 2015-04-16 11:33:54 -07:00
ContactsDictionaryUtils.java
ContactsManager.java Add affinity model for contact names. 2015-04-16 11:33:54 -07:00
Dictionary.java Add shortcut support to UserDictionaryLookup. 2015-04-02 11:15:27 -07:00
DictionaryCollection.java
DictionaryDumpBroadcastReceiver.java
DictionaryFacilitator.java Look up thresholds during decoder reset. 2015-05-04 14:48:28 -07:00
DictionaryFacilitatorImpl.java Fix on-commit bug in AOSP keyboard. 2015-05-19 10:45:19 -07:00
DictionaryFacilitatorLruCache.java
DictionaryFactory.java Don't notify dictpack for updates for service dump 2015-03-27 11:10:00 -07:00
DictionaryPackInstallBroadcastReceiver.java
DictionaryStats.java Specify fileName argument as Nullable. 2015-04-23 14:12:33 -07:00
DicTraverseSession.java
EmojiAltPhysicalKeyDetector.java
ExpandableBinaryDictionary.java Log interrupted tasks in AOSP. 2015-04-02 14:47:36 -07:00
ImportantNoticeDialog.java
InputAttributes.java
InputView.java
LastComposedWord.java
LatinIME.java Look up thresholds during decoder reset. 2015-05-04 14:48:28 -07:00
NgramContext.java Carry over the mMaxPreWordCount when creating the new NgramContext 2015-03-17 12:31:18 -07:00
PersonalDictionaryLookup.java Store raw strings for personal dictionary 2015-04-13 16:28:26 -07:00
PunctuationSuggestions.java Add prev words context to the SuggestedWordInfo. 2015-03-19 16:07:04 -07:00
ReadOnlyBinaryDictionary.java
RichInputConnection.java Merge "Small optimization to eliminate a >0 check in RichInputConnection." into jb-ub-latinimegoogle 2015-06-24 19:44:37 +00:00
RichInputMethodManager.java
RichInputMethodSubtype.java
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 Do not force downloads on package replace. 2015-06-23 10:15:34 -07:00
UserBinaryDictionary.java
WordComposer.java
WordListInfo.java