summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Allow IMEs to extend below nav bar, remove SystemUI veto.John Spurlock2013-10-091-0/+2
* Don't send the same values to onUpdateSelection repeatedlyJean Chalard2013-09-121-0/+5
* Fix possible NPE in IInputMethodWrapperSatoshi Kataoka2013-07-011-0/+8
* Resolve inconsistent conditions in InputMethodServiceSatoshi Kataoka2013-05-301-2/+1
* am 1a546dca: Merge "Fixed the problem ime invisible status despite being the ...Satoshi Kataoka2013-04-181-1/+1
|\
| * Fixed the problem ime invisible status despite being the icon that appears in...jungheang.lee2013-02-281-1/+1
* | Use input transport for communications between app and IME.Jeff Brown2013-03-263-89/+138
* | Separate sessionCreated and finishedEvents callbacksMichael Wright2013-03-211-5/+5
* | Clear mWindowAdded when window was not added. DO NOT MERGECraig Mautner2013-03-191-0/+1
* | Catch BadTokenException and continue.Craig Mautner2013-03-152-12/+10
* | Remove WindowManager messages from remote queue.Craig Mautner2013-03-141-0/+6
* | Put debug back in for b/b8263462.Craig Mautner2013-03-131-2/+4
* | resolved conflicts for merge of ebcbfb3f to masterMita Yun2012-12-102-2/+4
|\ \ | |/
| * Use asynchronous messages for input method events.Mita Yun2012-12-062-2/+4
* | am ae41ba15: am 4424951f: am 1e29e49c: Merge "Reduce jankiness of the transit...Satoshi Kataoka2012-11-081-6/+9
|\ \ | |/
| * Reduce jankiness of the transition between a text field with FLAG_NO_FULLSCRE...Satoshi Kataoka2012-11-071-6/+9
* | Fix downTime of InputMethodService.sendDownUpKeyEvents methodTadashi G. Takaoka2012-10-261-1/+1
|/
* Migrate more System and Secure settings to Global.Jeff Sharkey2012-10-021-2/+2
* IME support for trackball and generic motion eventsVictoria Lease2012-09-103-2/+68
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+1
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-062-11/+16
* Add API to turn on HW drawing in IMEs.Dianne Hackborn2012-08-011-0/+26
* Documentation cleanupKurt Partridge2012-07-191-3/+0
* Add/refine comments to reflect key event policiesJean Chalard2012-05-291-1/+12
* Interaction model of KeyboarView should be same as latimIMESvetoslav Ganov2012-05-221-15/+20
* Fix the issue that the ime switch icon is remaining after closing VoiceInputsatok2012-05-101-6/+10
* am a97a7b5a: am 6971153d: Merge "docs: Fixed method description for onKeyDown...Quddus Chong2012-04-121-2/+2
|\
| * docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event).Quddus Chong2012-04-121-2/+2
* | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* | Add support for optional titles in action modesAdam Powell2012-02-241-0/+6
* | Fixes around extract modeGilles Debunne2012-01-131-0/+3
|/
* IOOB is SuggestionsGilles Debunne2011-12-062-6/+43
* Adding a system preference whether to speak passwords in accessibility mode.Svetoslav Ganov2011-12-051-2/+8
* Extracted text problemsGilles Debunne2011-11-102-2/+47
* Update KeyBoardView to reflect the interaction model in Latin IMESvetoslav Ganov2011-11-011-25/+10
* Various performance and other work.Dianne Hackborn2011-10-311-5/+1
* Make prompt for headset while typing a password if accessibilbity is on less ...Svetoslav Ganov2011-10-041-15/+22
* Fix 5335993, calculate correct size of lockscreen buttonsChet Haase2011-09-192-3/+47
* Merge "Call onFinishInputView in onDestroy"satok2011-09-141-2/+7
|\
| * Call onFinishInputView in onDestroysatok2011-09-141-2/+7
* | Fix bug 5237737 - ActionBar should fire an accessibility event whenAdam Powell2011-09-141-3/+7
|/
* Merge "Skip the exit animation when the IME is destroyed."satok2011-09-131-0/+4
|\
| * Skip the exit animation when the IME is destroyed.satok2011-09-121-0/+4
* | The back key stops selection mode in extracted text mode.Gilles Debunne2011-09-082-7/+40
|/
* Merge "Send onViewClicked in the extract mode"satok2011-09-071-0/+14
|\
| * Send onViewClicked in the extract modesatok2011-09-081-0/+14
* | Fix bug 5228657 - Input method window rendered with titlebarAdam Powell2011-09-071-1/+1
|/
* Adding accessibility support to the PIN lock screen.Svetoslav Ganov2011-08-221-8/+100
* Merge "Breaks the build"Svetoslav Ganov2011-08-171-79/+10
|\
| * Breaks the buildSvetoslav Ganov2011-08-171-79/+10