summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Don't send the same values to onUpdateSelection repeatedlyJean Chalard2013-09-121-2/+7
* Improve the API document for supportsSwitchingToNextInputMethodsatok2013-08-271-3/+7
* Add new API shouldOfferSwitchingToNextInputMethodSatoshi Kataoka2013-08-221-0/+18
* Add an API supportsSwitchingToNextInputSatoshi Kataoka2013-08-151-1/+22
* Reduce the transaction fee of getEnabledInputMethodSubtypeListSatoshi Kataoka2013-08-081-1/+2
* Revert "Reduce the transaction fee of getEnabledInputMethodSubtypeList"Ken Wakasa2013-08-071-2/+1
* Reduce the transaction fee of getEnabledInputMethodSubtypeListSatoshi Kataoka2013-08-071-1/+2
* Small cleanup on InputMethodInfoSatoshi Kataoka2013-08-021-4/+5
* Cleanup InputMethodSubtype and add "isAsciiCapable".Satoshi Kataoka2013-08-012-69/+203
* am 44baed2d: am af9e5e5f: Merge "Improve the documentation for InputConnectio...Jean Chalard2013-05-304-202/+600
|\
| * Improve the documentation for InputConnection.Jean Chalard2013-05-304-202/+600
* | resolved conflicts for merge of 21dffd5d to masterJeff Brown2013-04-081-156/+173
|\ \ | |/
| * Queues, queues, queues and input.Jeff Brown2013-04-081-156/+173
* | am 6d21e404: am 41c07671: Merge "Clear mCurSender when mCurChannel is modifie...Jeff Brown2013-04-031-43/+42
|\ \ | |/
| * Clear mCurSender when mCurChannel is modified.Jeff Brown2013-04-031-43/+42
* | am ef588f73: am 54531f81: Merge "Flush pending input events immediately upon ...Michael Wright2013-04-021-0/+26
|\ \ | |/
| * Flush pending input events immediately upon channel disposeMichael Wright2013-04-011-0/+26
* | am 901b77c6: am ca3d655d: Merge "Use input transport for communications betwe...Jeff Brown2013-03-261-82/+81
|\ \ | |/
| * Use input transport for communications between app and IME.Jeff Brown2013-03-261-82/+81
* | am a329c83d: am 88a0765d: Merge "Add pipelining optimization to IME dispatchi...Michael Wright2013-03-221-6/+6
|\ \ | |/
| * Add pipelining optimization to IME dispatchingMichael Wright2013-03-221-6/+6
* | am 621c35e4: am 765ddb4b: Merge "Separate sessionCreated and finishedEvents c...Michael Wright2013-03-221-5/+0
|\ \ | |/
| * Separate sessionCreated and finishedEvents callbacksMichael Wright2013-03-211-5/+0
* | Final small cleanup.Jean Chalard2013-03-051-2/+4
|/
* 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
|\ \ \ | |/ /