LatinIME/java/src/com/android/inputmethod/latin
2013-01-17 09:07:20 +00:00
..
define Add ProductionFlag.IS_EXPERIMENTAL_DEBUG 2012-12-18 19:46:30 -08:00
makedict Small code cleanups 2013-01-07 12:13:42 +09:00
spellcheck Fix spell checker subtype list. 2013-01-11 14:59:34 +09:00
suggestions resolved conflicts for merge of d48d6fee to master 2012-12-15 09:44:39 +09:00
AdditionalSubtype.java Small code cleanups 2013-01-07 12:13:42 +09:00
AdditionalSubtypeSettings.java Clean up public helper methods of SettingsValues 2013-01-09 11:23:34 +09:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java Clean up public helper methods of SettingsValues 2013-01-09 11:23:34 +09:00
AutoCorrection.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07:00
BackupAgent.java Remove trailing spaces 2012-12-19 15:36:55 +09:00
BinaryDictionary.java Remove MAX_WORD_LENGTH_INTERNAL 2013-01-15 12:39:08 +09:00
BinaryDictionaryFileDumper.java am 18ff5612: am f592270a: am 7648b37d: Merge "Make sure all FDs are correctly closed." into jb-mr1.1-dev 2012-11-13 18:47:02 -08:00
BinaryDictionaryGetter.java Suppress dictionary pack support when IS_EXPERIMENTAL is true 2012-11-09 15:03:31 +09:00
BoundedTreeSet.java
CollectionUtils.java
Constants.java Distinguish action-enter/shift-enter/enter 2013-01-15 19:12:41 +09:00
ContactsBinaryDictionary.java Move code point constants from Keyboard to Constants class 2012-10-29 16:04:20 +09:00
CoordinateUtils.java Groundwork for sliding key input preview 2012-12-03 18:16:12 +09:00
DebugSettings.java fix possible NPE in DebugSettings 2013-01-10 19:57:33 +09:00
DebugSettingsActivity.java
Dictionary.java Remove unused variables 2012-11-16 19:28:56 +09:00
DictionaryCollection.java Small code cleanups 2013-01-07 12:13:42 +09:00
DictionaryFactory.java Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS 2013-01-11 20:47:42 +09:00
DictionaryPackInstallBroadcastReceiver.java
DicTraverseSession.java Remove MAX_WORD_LENGTH_INTERNAL 2013-01-15 12:39:08 +09:00
ExpandableBinaryDictionary.java Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS 2013-01-11 20:47:42 +09:00
ExpandableDictionary.java Privatize a few constants in BinaryDictionary.java 2012-12-17 17:46:57 +09:00
FileTransforms.java
InputAttributes.java resolved conflicts for merge of b7e6bbae to master 2012-11-21 13:07:31 +09:00
InputPointers.java Add @UsedForTesting and @ExternallyReferenced annotations 2012-10-22 11:18:43 -07:00
InputTypeUtils.java Stop relying on the soft keyboard to get the editor action. 2013-01-16 18:22:00 +09:00
InputView.java
JniUtils.java
LastComposedWord.java Privatize a few constants in BinaryDictionary.java 2012-12-17 17:46:57 +09:00
LatinIME.java Simplify the space-before and space-after logic. 2013-01-17 17:52:46 +09:00
LatinImeLogger.java Simplify singleton class initialization 2013-01-07 19:05:31 +09:00
LocaleUtils.java
PositionalInfoForUserDictPendingAddition.java Small code cleanups 2013-01-07 12:13:42 +09:00
ResizableIntArray.java
ResourceUtils.java Set default audio and haptic feedback settings 2012-12-28 19:24:32 +09:00
RichInputConnection.java Simplify the space-before and space-after logic. 2013-01-17 17:52:46 +09:00
RichInputMethodManager.java Clean up public helper methods of SettingsValues 2013-01-09 11:23:34 +09:00
SeekBarDialog.java SeekBarDialog supports neutral and dismiss listener 2013-01-10 14:24:54 +09:00
Settings.java Merge "Add default button to vibration/volume settings dialog" 2013-01-17 08:41:01 +00:00
SettingsActivity.java Rename Settings to SettingsFragment 2013-01-08 15:59:16 +09:00
SettingsFragment.java Add default button to vibration/volume settings dialog 2013-01-10 15:11:30 +09:00
SettingsValues.java Merge "Simplify the space-before and space-after logic." 2013-01-17 09:07:20 +00:00
StaticInnerHandlerWrapper.java
StringUtils.java Set default audio and haptic feedback settings 2012-12-28 19:24:32 +09:00
SubtypeLocale.java Small code cleanups 2013-01-07 12:13:42 +09:00
SubtypeSwitcher.java Fix international tests 2013-01-10 15:12:17 +09:00
Suggest.java Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS 2013-01-11 20:47:42 +09:00
SuggestedWords.java Replace useless CharSequence to String 2012-10-22 11:03:28 -07: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
UserBinaryDictionary.java Adjust the used frequency of the user dictionary words. 2013-01-08 14:57:20 +09:00
UserHistoryDictionary.java Clean up public helper methods of SettingsValues 2013-01-09 11:23:34 +09:00
UserHistoryDictionaryBigramList.java Small code cleanups 2013-01-07 12:13:42 +09:00
UserHistoryDictIOUtils.java Small code cleanups 2013-01-07 12:13:42 +09:00
UserHistoryForgettingCurveUtils.java
Utils.java Small code cleanups 2013-01-07 12:13:42 +09:00
WordComposer.java Privatize a few constants in BinaryDictionary.java 2012-12-17 17:46:57 +09:00
WordListInfo.java
XmlParseUtils.java