summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/RichInputConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Small optimization to eliminate a >0 check in RichInputConnection." in...Tom Ouyang2015-06-241-4/+3
|\
| * Small optimization to eliminate a >0 check in RichInputConnection.Tom Ouyang2015-06-241-4/+3
* | Extend laggy connection timeout for initial load.Dan Zivkovic2015-06-241-14/+27
|/
* Workaround for preserving responsiveness on a slow InputConnection.Tom Ouyang2015-06-231-5/+39
* Detection and logging of slow input connections.Dan Zivkovic2015-06-221-7/+57
* Cleanup before fixing getTextAfterCursor().Dan Zivkovic2015-06-191-18/+13
* Fix the NPE on selection string on unlearnWordMohammadinamul Sheik2015-04-131-0/+2
* Extract fewer characters in getWordRangeAtCursor().Tom Ouyang2015-04-091-2/+2
* Read less data from the input connection.Dan Zivkovic2015-04-071-4/+4
* Ignore the Emoji key when not connected.Dan Zivkovic2015-02-261-24/+32
* Fix master build.Dan Zivkovic2015-02-111-1/+1
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-1/+1
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-3/+6
* Removing code from RichInputConnection.Dan Zivkovic2015-02-041-49/+4
* Selections spans should not split surrogate pair.Dan Zivkovic2015-02-041-1/+24
* Remnant of green [+] feature.Dan Zivkovic2015-02-041-38/+5
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-0/+1
* Fix a concurrency bug that ends up in a crash.Jean Chalard2014-10-231-1/+3
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-0/+3
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-13/+6
* Fix an NPE.Jean Chalard2014-10-141-1/+2
* Add calls to stub for API to consume gesture data.David Faden2014-10-031-1/+12
* Make a better effort to detect a framework lie.Jean Chalard2014-10-011-3/+17
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-4/+4
* resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-181-3/+6
|\
| * Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-181-3/+6
* | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would sto...Jean Chalard2014-09-081-6/+14
|\|
| * Fix a bug where recorrection would stop on connectorsJean Chalard2014-09-081-6/+14
* | Fix the sentence separator for Hindi.Jean Chalard2014-09-081-4/+6
|/
* Follow up API signature changeYohei Yukawa2014-09-031-3/+3
* Make sure to obtain the IC before requesting CursorAnchorInfoYohei Yukawa2014-08-271-2/+8
* Set the text bgcolor only when CursorAnchorInfo is availableYohei Yukawa2014-08-271-0/+31
* Allow to add/remove background color to/from the committed textYohei Yukawa2014-08-241-2/+75
* [HS3] Fix a bug on ICSJean Chalard2014-08-061-0/+22
* Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.Keisuke Kuroyanagi2014-07-071-76/+3
* [SD7] Actually check for script.Jean Chalard2014-07-011-3/+7
* [SD6] Inline a constant and remove logic become uselessJean Chalard2014-07-011-21/+8
* [SD5(2)] Remove useless argsJean Chalard2014-07-011-16/+2
* Revert "[SD5] Remove useless args"Ken Wakasa2014-07-011-2/+16
* [SD5] Remove useless argsJean Chalard2014-06-301-16/+2
* Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""Ken Wakasa2014-06-261-1/+76
|\
| * Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Ken Wakasa2014-06-271-1/+76
* | Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."Keisuke Kuroyanagi2014-06-261-76/+1
|\|
| * Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.Keisuke Kuroyanagi2014-06-271-76/+1
* | Merge "Find multiple previous word information to support n-gram."Keisuke Kuroyanagi2014-06-261-46/+59
|\|
| * Find multiple previous word information to support n-gram.Keisuke Kuroyanagi2014-06-271-46/+59
* | Add a relevant suggestion to period-checkable requestsJean Chalard2014-06-271-3/+2
|/
* Make PrevWordsInfo have multiple words' information.Keisuke Kuroyanagi2014-06-251-1/+1
* Fix a bug on rotation with selection.Jean Chalard2014-06-061-0/+4