summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/RichInputConnection.java
Commit message (Expand)AuthorAgeFilesLines
...
* Copy only the spans we are interested in.Jean Chalard2013-09-241-2/+5
* Detect cases where rotation messes with initializationJean Chalard2013-09-201-12/+49
* Fix a bug where null would be converted to "null"Jean Chalard2013-09-201-2/+4
* Fix cursor state bugKurt Partridge2013-08-211-1/+0
* Have double-space-to-period cancel leave a single spaceJean Chalard2013-08-081-2/+4
* Clarify the expected cursor position in RichInputConnection.Jean Chalard2013-07-311-26/+29
* Small optimizationJean Chalard2013-07-261-7/+7
* Use cached data for getTextBeforeCursor.Jean Chalard2013-07-261-20/+33
* Merge "Revert "Very simple refactoring""Jean Chalard2013-07-261-7/+3
|\
| * Revert "Very simple refactoring"Jean Chalard2013-07-261-7/+3
* | Merge "Very simple refactoring"Jean Chalard2013-07-261-3/+7
|\|
| * Very simple refactoringJean Chalard2013-07-261-3/+7
* | Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-261-1/+1
|/
* Move settings related classes to "settings"Ken Wakasa2013-07-221-0/+1
* Handling key repeat by emulating key press and code inputTadashi G. Takaoka2013-07-021-0/+4
* Move Range out of RichInputConnection and rename it.Jean Chalard2013-07-011-100/+5
* Ignore spans that are not the right size.Jean Chalard2013-06-261-0/+63
* Fixing follow-up to I548d899bJean Chalard2013-06-261-8/+0
* Cleanup under the utils packageKen Wakasa2013-06-251-3/+3
* Merge "Fix a bug in the cached cursor pos, and simplify selection handling"Jean Chalard2013-06-251-1/+8
|\
| * Fix a bug in the cached cursor pos, and simplify selection handlingJean Chalard2013-06-211-1/+8
* | Merge "Move util classes to the latin/utils directory"Ken Wakasa2013-06-241-2/+5
|\ \
| * | Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+5
| |/
* / Refactor text range to be able to get spans larger than the wordJean Chalard2013-06-241-19/+24
|/
* Optimizations and safeguards.Jean Chalard2013-05-081-2/+3
* Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-161-1/+11
* Have Latin IME re-capitalize a selected stringJean Chalard2013-04-151-0/+5
* Merge "Restart suggestions when the cursor moves."Jean Chalard2013-04-121-7/+12
|\
| * Restart suggestions when the cursor moves.Jean Chalard2013-04-121-7/+12
* | Fix a bug with bad application completionsJean Chalard2013-04-121-1/+3
|/
* Fix an NPEJean Chalard2013-03-291-18/+10
* Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-181-10/+10
* Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-121-1/+1
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Simplify the space-before and space-after logic.Jean Chalard2013-01-171-8/+5
* [Rlog50] capture bigrams properly even with deletionsKurt Partridge2013-01-091-4/+5
* Merge "[Rlog32] ResearchLogger segment motion data around gestures correctly"Kurt Partridge2013-01-081-3/+3
|\
| * [Rlog32] ResearchLogger segment motion data around gestures correctlyKurt Partridge2013-01-071-3/+3
* | Small code cleanupsKen Wakasa2013-01-071-28/+28
* | Rename some confusing variablesJean Chalard2012-12-271-12/+12
* | Fix an old bug in getting a word from the connected view.Jean Chalard2012-12-271-8/+3
|/
* [Rlog24] ResearchLogger detect word boundaries in callers above commitTextKurt Partridge2012-12-231-5/+10
* Merge "[Rlog2] ResearchLogging fix multi-space logging"Kurt Partridge2012-12-171-3/+0
|\
| * [Rlog2] ResearchLogging fix multi-space loggingKurt Partridge2012-12-171-3/+0
* | Privatize a few constants in BinaryDictionary.javaKen Wakasa2012-12-171-1/+1
* | resolved conflicts for merge of d48d6fee to masterKen Wakasa2012-12-151-0/+18
|\ \ | |/ |/|
| * Use the amended user dictionary word for insertionJean Chalard2012-12-141-0/+18
* | Remove a couple Eclipse and Android Lint warningsJean Chalard2012-12-061-7/+1
* | am 8c470f16: am 5dee6e69: am 187e683a: Merge "Fix a bug with some text fields...Jean Chalard2012-11-161-1/+2
|\|
| * Fix a bug with some text fieldsJean Chalard2012-11-141-1/+2