summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Clear mCurSender when mCurChannel is modified.Jeff Brown2013-04-031-43/+42
* Flush pending input events immediately upon channel disposeMichael Wright2013-04-011-0/+26
* Use input transport for communications between app and IME.Jeff Brown2013-03-261-82/+81
* Add pipelining optimization to IME dispatchingMichael Wright2013-03-221-6/+6
* Separate sessionCreated and finishedEvents callbacksMichael Wright2013-03-211-5/+0
* Do not turn on imes unexpectedly with unit testsSatoshi Kataoka2013-01-281-6/+50
* Optimize focused input event dispatch in view root.Jeff Brown2013-01-141-25/+21
* Close the current input method when attached view doesn't have a handlerSatoshi Kataoka2012-10-031-2/+5
* IME support for trackball and generic motion eventsVictoria Lease2012-09-102-1/+40
* Add subtypeId for keeping enabled "InputMethodSubtype"s even if subtype param...Satoshi Kataoka2012-09-042-7/+58
* avert 2500ms wait in InputMethodManagerVictoria Lease2012-08-231-2/+2
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-061-3/+4
* Fix a crash in InputMethodManager when switching the IME in the system processSatoshi Kataoka2012-07-191-11/+25
* Fix bug in IME handling of pending key events.Jeff Brown2012-07-121-2/+3
* Allow applications to recover from IME related ANRs.Jeff Brown2012-06-141-47/+185
* Add/refine comments to reflect key event policiesJean Chalard2012-05-291-2/+6
* Fix issue #6499411: Characters not displayed (but suggestion bar is working)Dianne Hackborn2012-05-221-2/+18
* Make InputMethodSubtype thread safesatok2012-05-081-12/+16
* Clear IMM references when window dismissed.Jeff Sharkey2012-04-271-0/+1
* Editor uses a SpanWatcher to track EasyEditSpansGilles Debunne2012-04-231-1/+1
* Fix a bug with IME blinking just after leaving the lock screensatok2012-04-051-2/+6
* Support UntranslatableReplacementStringInSubtypeNamesatok2012-03-261-1/+15
* Re-start input when the IME is deactivated but window is focusedsatok2012-03-221-3/+10
* Add missing bullet points in javadoc of InputMethodManager.javaKen Wakasa2012-03-101-0/+3
* Merge "InputConnection is warned when finished"Gilles Debunne2012-02-282-0/+13
|\
| * InputConnection is warned when finishedGilles Debunne2012-02-242-1/+13
* | am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes a...Dianne Hackborn2012-02-241-43/+88
|\ \ | |/ |/|
| * Fix issue #6048808: sometimes auto-correct is inactiveDianne Hackborn2012-02-241-43/+88
* | Merge "Mark input and sensor messages as asynchronous."Jeff Brown2012-02-161-1/+0
|\ \
| * | Mark input and sensor messages as asynchronous.Jeff Brown2012-02-161-1/+0
* | | Merge "Encapsulate the ViewRootImpl's handler."Jeff Brown2012-02-162-15/+12
|\ \ \ | |/ /
| * | Encapsulate the ViewRootImpl's handler.Jeff Brown2012-02-152-15/+12
* | | am 804aa297: am 01810bbb: am 06a591cd: Fix last change -- don\'t call startIn...Dianne Hackborn2012-02-161-4/+9
|\ \ \ | | |/ | |/|
| * | Fix last change -- don't call startInputInner() with lock held.Dianne Hackborn2012-02-161-4/+9
* | | am 09170888: am cc1bd4bb: am c470b2dd: Merge "Part of fixing issue #6006757: ...Justin Ho2012-02-161-11/+22
|\ \ \ | |/ / | | / | |/ |/|
| * Part of fixing issue #6006757: Keyboard dismissal lagsDianne Hackborn2012-02-151-11/+22
* | Add an api to switch to the next IME and subtypesatok2012-02-101-0/+21
* | Merge "Unbalanced batch edit begin and end leave TextView unresponsive"Gilles Debunne2012-01-251-18/+26
|\ \
| * | Unbalanced batch edit begin and end leave TextView unresponsiveGilles Debunne2012-01-171-18/+26
* | | Update Javadoc for InputConnection.deleteSurroundingText()Fabrice Di Meglio2012-01-251-1/+2
* | | Fix bug # 5863709 API request: Change param names of deleteSurroundingText to...Fabrice Di Meglio2012-01-233-15/+18
|/ /
* | Bring LatinIME's privateImeOptions "forceAscii" to a formal public APIKen Wakasa2012-01-131-0/+16
* | Comment clean up for InputMethodSubtype.Ken Wakasa2012-01-061-39/+68
|/
* Fix a warning from the binder, step 2.Jean Chalard2011-10-201-5/+9
* Add documents for the spell checker framework and the input method subtypesatok2011-10-181-0/+7
* Fix a bug in InputMethodSubtype constructorKen Wakasa2011-09-091-1/+1
* Add a function to check auxiliary ime.satok2011-09-051-0/+24
* Merge "Add an option for the implicitly selected subtype"satok2011-09-022-10/+28
|\
| * Add an option for the implicitly selected subtypesatok2011-09-022-10/+28
* | Make setAdditionalInputMethodSubtypes asyncsatok2011-09-021-4/+2
|/