summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
Commit message (Expand)AuthorAgeFilesLines
...
* [IL2] Move onCodeInput to InputLogic.Jean Chalard2013-12-191-163/+38
* Start separating the input logic from LatinIME.Jean Chalard2013-12-191-322/+352
* Add some info to test crashes to help diagnose flakinessJean Chalard2013-12-181-8/+3
* Merge "Enable Personalized dictionaries based on the setting."Keisuke Kuroyanagi2013-12-171-61/+8
|\
| * Enable Personalized dictionaries based on the setting.Keisuke Kuroyanagi2013-12-171-61/+8
* | Fix a bug with languages without spaces and predictionsJean Chalard2013-12-161-3/+16
* | A simplification.Jean Chalard2013-12-161-19/+13
|/
* Merge "Don't use the previous word after a non-whitespace separator"Jean Chalard2013-12-131-0/+1
|\
| * Don't use the previous word after a non-whitespace separatorJean Chalard2013-12-131-0/+1
* | Merge "Only update shift state if left in auto mode."Jean Chalard2013-12-131-1/+10
|\ \
| * | Only update shift state if left in auto mode.Jean Chalard2013-12-131-1/+10
| |/
* / Remove code for forgetting curve in Java side.Keisuke Kuroyanagi2013-12-131-6/+0
|/
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-128/+161
* Fix unusual NPE after onDestroyTadashi G. Takaoka2013-11-221-5/+4
* Add keyboard color switch optionTadashi G. Takaoka2013-11-221-0/+1
* handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULLKen Wakasa2013-11-211-29/+20
* Fix many small nits.Jean Chalard2013-11-121-2/+9
* Remove an out-of-place checkJean Chalard2013-11-121-1/+0
* Add a sequence number to SuggestedWords.Jean Chalard2013-10-221-50/+75
* mExpectingUpdateSelection was out of sync when nothing to delete.Ken Wakasa2013-10-151-10/+24
* am 3a3bbf4a: am eed74b81: am c8383eda: Fix wrong commitText parameter in send...Ken Wakasa2013-10-141-4/+4
|\
| * Fix wrong commitText parameter in sendKeyCodePoint()Ken Wakasa2013-10-131-4/+4
* | am 60fb5865: am 06e1bdaa: am 3e35e072: Merge "Make emoji separators" into klp...Ken Wakasa2013-10-111-3/+4
|\|
| * Merge "Make emoji separators" into klp-devKen Wakasa2013-10-111-3/+4
| |\
| | * Make emoji separatorsJean Chalard2013-10-111-3/+4
* | | am 40506273: am ac6d0c65: am 6d915037: Merge "Fix a bug where emojis would re...Satoshi Kataoka2013-10-111-4/+2
|\| |
| * | Fix a bug where emojis would remove the suggestion strip.Jean Chalard2013-10-111-4/+2
| |/
* | Allow double-space-to-period after percentJean Chalard2013-10-101-0/+1
* | Always call finishComposingText before recapitalizationJean Chalard2013-10-091-0/+1
* | Remove a useless IPC call.Jean Chalard2013-10-091-1/+0
|/
* Merge "Reduce memory of emoji palette"Satoshi Kataoka2013-10-081-5/+1
|\
| * Reduce memory of emoji paletteSatoshi Kataoka2013-10-081-5/+1
* | Show the keyboard earlier when rotating.Jean Chalard2013-10-081-4/+5
|/
* Make the sentence separator a resource.Jean Chalard2013-10-081-6/+9
* Call loadKeyboard later if it can't be called right awayJean Chalard2013-10-071-4/+15
* Clear the cache of subtypes in onStartInputViewInternalSatoshi Kataoka2013-10-071-1/+1
* Merge "Fallback on empty locales."Jean Chalard2013-10-041-2/+18
|\
| * Fallback on empty locales.Jean Chalard2013-10-041-2/+18
* | Accept double-space-period after emoji.Jean Chalard2013-10-041-6/+17
|/
* Merge "Try decaying user history at hourly intervals."Keisuke Kuroyanagi2013-10-021-0/+3
|\
| * Try decaying user history at hourly intervals.Keisuke Kuroyanagi2013-10-021-0/+3
* | Fix a pernicious bug with caps.Jean Chalard2013-10-021-0/+1
|/
* Merge "Speak auto-corrections for accessibility"Alan Viverette2013-09-301-0/+5
|\
| * Speak auto-corrections for accessibilityAlan Viverette2013-09-271-0/+5
* | Merge "Set header attributes for ExpandableBinaryDictionary."Keisuke Kuroyanagi2013-09-291-11/+9
|\ \
| * | Set header attributes for ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-09-281-11/+9
| |/
* / Send backspace as an event when TYPE_NULL.Jean Chalard2013-09-271-9/+13
|/
* Merge "Detect cases where rotation messes with initialization"Jean Chalard2013-09-241-5/+77
|\
| * Detect cases where rotation messes with initializationJean Chalard2013-09-201-5/+77
* | Fix a bug that happens upon a race conditionJean Chalard2013-09-201-0/+1
|/