summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Framework: Volume key cursor control (1/2)Konsta2015-10-251-0/+34
* Handle back key to cancel text action mode in full-screen IME.Yohei Yukawa2015-06-241-9/+28
* Completely remove ExtractActionMode from ExtractEditLayoutAndrei Stingaceanu2015-06-091-8/+1
* Catch BadTokenException and continue in clearInsetofPreviousIme.Seigo Nonaka2015-06-081-5/+11
* Clear the inset of previous IME when necessary.Yohei Yukawa2015-05-281-1/+34
* Notify IME visibility when showWindow is called.Seigo Nonaka2015-04-241-3/+7
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Prevent duplicated registration of OnComputeInternalInsetsListenerSeonggoo Kang2014-12-241-0/+1
* Remove CursorAnchorInfoRequest and related stuffYohei Yukawa2014-08-221-7/+5
* Deprecate InputMethodService.enableHardwareAcceleration()Alan Viverette2014-08-141-1/+4
* Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa2014-07-111-21/+4
* Add system layer for voice interaction services.Dianne Hackborn2014-05-281-1/+2
* Introduce new API for floating window supportYohei Yukawa2014-05-091-0/+23
* Partial revert "Load device default theme mapping from resources"Alan Viverette2014-05-051-5/+7
* Further work on voice interaction services.Dianne Hackborn2014-05-051-1/+2
* Load device default theme mapping from resourcesAlan Viverette2014-05-011-7/+5
* Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECTYohei Yukawa2014-04-291-2/+3
* Return the cursor position in screen coordinatesYohei Yukawa2014-04-291-4/+7
* Allow IMEs to start/stop receiving onUpdateCursor callbackYohei Yukawa2014-04-041-0/+17
* Switch framework Holo references to Quantum.LightAlan Viverette2014-04-011-0/+1
* Introduce an API to get the recommended height of the InputMethodWindowSatoshi Kataoka2013-10-151-0/+15
* 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
* 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
* | Clear mWindowAdded when window was not added. DO NOT MERGECraig Mautner2013-03-191-0/+1
* | Catch BadTokenException and continue.Craig Mautner2013-03-151-5/+9
* | Put debug back in for b/b8263462.Craig Mautner2013-03-131-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-101-2/+23
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+1
* 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
* 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
|/
* IOOB is SuggestionsGilles Debunne2011-12-061-0/+16
* Extracted text problemsGilles Debunne2011-11-101-2/+24
* Call onFinishInputView in onDestroysatok2011-09-141-2/+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-081-3/+20
|/
* Fix bug 5228657 - Input method window rendered with titlebarAdam Powell2011-09-071-1/+1
* Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell2011-08-141-1/+3