summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
Commit message (Expand)AuthorAgeFilesLines
* Merge changes Iaed8abfb,I8e55b57c into jb-ub-latinimegoogleDan Zivkovic2015-06-231-3/+4
|\
| * Do not decorate committed spans.Dan Zivkovic2015-06-231-3/+4
* | Workaround for preserving responsiveness on a slow InputConnection.Tom Ouyang2015-06-231-5/+28
|/
* Cleanup before fixing getTextAfterCursor().Dan Zivkovic2015-06-191-9/+9
* Do not learn from cursor corrections when autocorrection is disabled.Tom Ouyang2015-05-011-3/+2
* Always specify non-null Locale object to SuggestionSpanYohei Yukaw2015-04-201-2/+16
* Fix the NPE on selection string on unlearnWordMohammadinamul Sheik2015-04-131-2/+5
* Log timing for performUpdateSuggestionStripSync.Tom Ouyang2015-04-031-0/+9
* Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-9/+6
|\
| * Log timing of commitChosenWord()Dan Zivkovic2015-04-021-9/+6
* | Merge "Log timing of commitChosenWord()"Dan Zivkovic2015-04-021-0/+39
|\|
| * Log timing of commitChosenWord()Dan Zivkovic2015-04-021-0/+39
* | Merge "Log interrupted tasks in AOSP."Dan Zivkovic2015-04-021-1/+1
|\|
| * Log interrupted tasks in AOSP.Dan Zivkovic2015-04-021-1/+1
* | Learn corrections that were made in the middle of a word.Tom Ouyang2015-04-021-15/+44
|/
* Unlearn word when the user moves the cursor in to correct it.Tom Ouyang2015-04-011-0/+19
* Resolve some InputLogic todo comments.Dan Zivkovic2015-03-201-31/+5
* Merge "Add prev words context to the SuggestedWordInfo."Mohammadinamul Sheik2015-03-201-4/+8
|\
| * Add prev words context to the SuggestedWordInfo.Mohammadinamul Sheik2015-03-191-4/+8
* | Log accepted punctuation suggestions.Dan Zivkovic2015-03-191-0/+3
|/
* Pass DictionaryFacilitator for autocorrection and suggestion statsMohammadinamul Sheik2015-03-171-3/+3
* Redundant code matches multiple languages.Dan Zivkovic2015-03-161-6/+2
* Revert "Next-word suggestion bit in keyboard settings."Dan Zivkovic2015-03-161-0/+5
* Merge "Remove ALS from LatinIME."Dan Zivkovic2015-03-121-5/+0
|\
| * Remove ALS from LatinIME.Dan Zivkovic2015-03-111-5/+0
* | Remove unused phrase gesture code.Chieu Nguyen2015-03-111-46/+3
|/
* Restart suggestions when backspacing into a reverted word.Tom Ouyang2015-03-051-0/+14
* Next-word suggestion bit in keyboard settings.Dan Zivkovic2015-03-041-5/+0
* Handle double space inserting a period.Chieu Nguyen2015-02-271-0/+1
* Use Keyboard in several interfaces.Mario Tanev2015-02-251-7/+5
* Merge "Pass long timestamps to DictionaryFacilitator"Jatin Matani2015-02-241-1/+1
|\
| * Pass long timestamps to DictionaryFacilitatorJatin Matani2015-02-231-1/+1
* | Check for null TextRange in InputLogic.unlearnWordBeingDeletedTom Ouyang2015-02-241-4/+9
|/
* Add more options for calling removeWordFromPersonalizedDicts.Tom Ouyang2015-02-191-2/+53
* Fix accidentally inverted if check.Dan Zivkovic2015-02-041-1/+1
* Merge "Removing code from RichInputConnection."Dan Zivkovic2015-02-051-6/+0
|\
| * Removing code from RichInputConnection.Dan Zivkovic2015-02-041-6/+0
* | AOSP changes to use KeyboardLayout to support the new DictionaryFacilitatorMohammadinamul Sheik2015-02-041-2/+4
|/
* LatinIME portion of "green plus" feature.Dan Zivkovic2015-02-031-152/+8
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-2/+1
* Make the typed word a SuggestedWordInfoJean Chalard2014-11-201-21/+23
* Merge "Fix oscillations on ICS"Jean Chalard2014-11-191-5/+9
|\
| * Fix oscillations on ICSJean Chalard2014-11-191-5/+9
* | Merge "Remove the other deprecated constructor to SuggestedWords"Jean Chalard2014-11-191-2/+3
|\ \
| * | Remove the other deprecated constructor to SuggestedWordsJean Chalard2014-11-171-2/+3
| |/
* / Rename a confusing method nameJean Chalard2014-11-181-10/+12
|/
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-291-1/+1
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-4/+6