LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard 71f9d30b18 Correct a shaky processing and move it to a better place
The old code would remove caps from the first letter if
auto-capsed but that makes very little sense when the word
is camel-cased. Also, it would not correctly handle
surrogate pairs, and would require a direct reference to
LatinIME and a specific method to do the processing in an
unexpected place.

Change-Id: I416d6a805242788a2473f007ca7452c9fe3f5205
2012-03-23 21:40:07 +09:00
..
define
makedict
spellcheck
suggestions
AssetFileAddress.java
AudioAndHapticFeedbackManager.java
AutoCorrection.java
BackupAgent.java
BinaryDictionary.java
BinaryDictionaryFileDumper.java
BinaryDictionaryGetter.java
ContactsDictionary.java
DebugSettings.java
Dictionary.java
DictionaryCollection.java
DictionaryFactory.java
DictionaryPackInstallBroadcastReceiver.java
EditingUtils.java
ExpandableDictionary.java
FileTransforms.java
Flag.java
InputAttributes.java
InputView.java
JniUtils.java
LastComposedWord.java
LatinIME.java Correct a shaky processing and move it to a better place 2012-03-23 21:40:07 +09:00
LatinImeLogger.java
LocaleUtils.java
Settings.java
SettingsValues.java
StaticInnerHandlerWrapper.java
StringUtils.java
SubtypeLocale.java
SubtypeSwitcher.java
SubtypeUtils.java
Suggest.java
SuggestedWords.java
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsDictionary.java
SynchronouslyLoadedUserDictionary.java
UserDictionary.java
UserHistoryDictionary.java Correct a shaky processing and move it to a better place 2012-03-23 21:40:07 +09:00
Utils.java
WhitelistDictionary.java
WordComposer.java
WordListInfo.java
XmlParseUtils.java