summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix @links in reference docs.Elliot Waite2017-01-251-4/+4
* Use a flag to grant a temporary URI permission.Yohei Yukawa2016-06-231-21/+11
* Add InputMethodService#exposeContent()Yohei Yukawa2016-06-221-0/+35
* Make IMS#clearInsetOfPreviousIme() reliable.Yohei Yukawa2016-05-151-12/+3
* Fix a behavior change in "Show software keyboard".Yohei Yukawa2016-05-041-2/+2
* Customizes input extract edit view for WearMark Renouf2016-04-121-7/+46
* Revert "Customizes input extract edit view for Wear"Yohei Yukawa2016-04-091-46/+7
* Customizes input extract edit view for WearMark Renouf2016-04-081-7/+46
* Fix a regression in SHOW_IME_WITH_HARD_KEYBOARD handling.Yohei Yukawa2016-04-061-1/+8
* Fix a bug that IMS#mShowInputFlags is never updated.Yohei Yukawa2016-04-031-17/+33
* Fix: onExtractedDeleteText deletes unintended region.Keisuke Kuroyanagi2016-03-141-1/+2
* Suppress NPE in IMS#onEvaluateInputViewShown().Yohei Yukawa2016-01-121-0/+4
* Stop lying about hardware keyboard presence.Yohei Yukawa2015-12-211-8/+120
* Handle BadTokenException exception more reliably.Yohei Yukawa2015-09-141-3/+18
* Merge "Mechanical merge of nested if statements."Yohei Yukawa2015-09-141-9/+3
|\
| * Mechanical merge of nested if statements.Yohei Yukawa2015-09-111-9/+3
* | Remove redundant casts.Yohei Yukawa2015-09-111-14/+8
|/
* Update fullscreen state on hiding window.Seigo Nonaka2015-07-141-0/+1
* am 6a402ca6: am d408d293: am ab142f7f: Merge "Handle back key to cancel text ...Yohei Yukawa2015-06-251-9/+28
|\
| * 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
* | Remove ExtractEditAction - part 1Andrei Stingaceanu2015-06-111-7/+0
* | Revert "Completely remove ExtractActionMode - master cherrypick"Andrei Stingaceanu2015-06-111-1/+8
* | Completely remove ExtractActionMode - master cherrypickAndrei Stingaceanu2015-06-111-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