futokb/java/src/com/android/inputmethod/latin
Jean Chalard 5ea26193a2 am d8b3e5c6: am 0c207144: Merge "Fix a bug with a concurrent modification of a map." into jb-dev
* commit 'd8b3e5c69f4de663c748c82155fc3b8854119826':
  Fix a bug with a concurrent modification of a map.
2012-05-24 03:44:06 -07:00
..
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 Add new locales for the spell checker. 2012-05-24 18:45:58 +09:00
suggestions Tiny comment update to reflect what the class does more accurately. 2012-05-20 16:56:29 +09:00
AdditionalSubtype.java Fix build 2012-05-24 17:13:35 +09:00
AdditionalSubtypeSettings.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
AssetFileAddress.java
AudioAndHapticFeedbackManager.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
AutoCorrection.java Fix a bug with a concurrent modification of a map. 2012-05-24 19:38:04 +09:00
BackupAgent.java
BinaryDictionary.java Use "float" instead of "double" 2012-05-16 20:45:05 +09:00
BinaryDictionaryFileDumper.java Notify the dictionary pack about copy failures 2012-05-23 18:46:51 +09:00
BinaryDictionaryGetter.java Remove an updated dictionary that changed locales 2012-05-23 15:59:49 +09:00
Constants.java Change auto caps mode argument to int type 2012-05-18 17:46:05 +09:00
ContactsBinaryDictionary.java Fix cursor leak in ContactsBinaryDictionary 2012-05-21 16:50:26 -07:00
ContactsDictionary.java Mark UserDictionary and ContactsDictionary as deprecated 2012-05-21 17:04:38 +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 am b7ee6484: am 6139016b: Merge "Fix a bug where the previous word would not be read correctly" into jb-dev 2012-05-21 11:52:32 -07:00
ExpandableBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
ExpandableDictionary.java Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
FileTransforms.java
ImfUtils.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +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
LastComposedWord.java Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
LatinIME.java am 925212ff: am c54d558e: Cancel adding user history bigram when autocorrection is cancelled 2012-05-23 20:19:46 -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 Merge "switch ResearchLogger output to json." 2012-05-22 10:32:23 -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 Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
Suggest.java Fix a bug with a concurrent modification of a map. 2012-05-24 19:38:04 +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 Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
SynchronouslyLoadedContactsDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
SynchronouslyLoadedUserDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
UserBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
UserDictionary.java Mark UserDictionary and ContactsDictionary as deprecated 2012-05-21 17:04:38 +09:00
UserHistoryDictionary.java Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
UserHistoryForgettingCurveUtils.java Add utils for forgetting curve 2012-05-18 14:50:05 +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 Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
WordListInfo.java
XmlParseUtils.java Small performance improvement by removing interface accesses. 2012-03-17 01:53:51 +09:00