LatinIME/java/src/com/android/inputmethod/latin
Keisuke Kuroyanagi 8f71fab2ed Make prevWord = null if the next word starts from a connector.
This fixes PunctuationTests#
testAutoCorrectionWithSingleQuotesAround.

Bug: 14119293
Bug: 15334309

Change-Id: I604c21a21e89a5fc431fd56ab7b6ad03f4736b01
2014-05-30 20:30:17 +09:00
..
about Fix the security related API change for PreferenceActivity 2013-10-09 02:59:32 -07:00
debug Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
define Remove researcher logger 2014-05-29 15:10:28 +09:00
inputlogic Make prevWord = null if the next word starts from a connector. 2014-05-30 20:30:17 +09:00
makedict Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
personalization Apply distracter filter for UserHistoryDictionary. 2014-05-27 01:10:04 +09:00
settings Remove LatinImeLogger and UsabilityStudyLogUtils 2014-05-29 18:03:03 +09:00
setup Use ViewCompat support library and delete ViewCompatUtils 2014-05-24 12:26:30 +09:00
spellcheck Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
suggestions Remove researcher logger 2014-05-29 15:10:28 +09:00
userdictionary Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
utils Merge "Remove LatinImeLogger and UsabilityStudyLogUtils" 2014-05-29 09:33:25 +00:00
AssetFileAddress.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
AudioAndHapticFeedbackManager.java Thin out audio and haptic feedback while key repeat 2013-08-14 18:37:58 +09:00
BackupAgent.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
BinaryDictionary.java Clean up for Iba6eeb7981634e7ddb. 2014-05-29 13:16:24 +09:00
BinaryDictionaryFileDumper.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
BinaryDictionaryGetter.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
Constants.java Limit recapitalization for reasonable performance. 2014-05-30 18:04:39 +09:00
ContactsBinaryDictionary.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
DicTraverseSession.java Change cache capacity depending on the dictionary size. 2013-09-12 18:47:56 +09:00
Dictionary.java Use PrevWordsInfo instead of String in Java side. 2014-05-19 13:55:40 +09:00
DictionaryCollection.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
DictionaryDumpBroadcastReceiver.java Add dictionary dump buttons in debug settings. 2014-02-04 21:29:09 +09:00
DictionaryFacilitator.java Stop filtering out when perfect freq > top non-perfect freq. 2014-05-27 16:09:59 +09:00
DictionaryFactory.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
DictionaryPackInstallBroadcastReceiver.java Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
ExpandableBinaryDictionary.java Return whether the dynamic dict operation was success. 2014-05-27 17:30:00 +09:00
ImportantNoticeDialog.java Keep ImportantNoticeDialog showing after orientation changed 2014-04-14 15:48:19 +09:00
InputAttributes.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
InputPointers.java Check timestamp for each pointer. 2014-02-04 14:04:26 +09:00
InputView.java Stop overriding InputView.dispatchTouchEvent 2014-02-17 19:51:47 +09:00
LastComposedWord.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
LatinIME.java Remove LatinImeLogger and UsabilityStudyLogUtils 2014-05-29 18:03:03 +09:00
LatinImeLogger.java Remove LatinImeLogger and UsabilityStudyLogUtils 2014-05-29 18:03:03 +09:00
PrevWordsInfo.java Return whether the dynamic dict operation was success. 2014-05-27 17:30:00 +09:00
PunctuationSuggestions.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
ReadOnlyBinaryDictionary.java Use PrevWordsInfo instead of String in Java side. 2014-05-19 13:55:40 +09:00
RichInputConnection.java Make prevWord = null if the next word starts from a connector. 2014-05-30 20:30:17 +09:00
RichInputMethodManager.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
SubtypeSwitcher.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
Suggest.java Remove LatinImeLogger and UsabilityStudyLogUtils 2014-05-29 18:03:03 +09:00
SuggestedWords.java Clean up for Iba6eeb7981634e7ddb. 2014-05-29 13:16:24 +09:00
SuggestionSpanPickedNotificationReceiver.java Clean up SuggestionSpanUtils for API level 14+ 2012-12-17 19:41:44 +09:00
UserBinaryDictionary.java Use PrevWordsInfo for get/add/remove n-gram(bigram) entry. 2014-05-21 11:15:38 +09:00
WordComposer.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
WordListInfo.java Arrange to send the rawChecksum to LatinIME. 2014-05-22 11:01:04 +09:00