summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Modify javadoc for onWindowShown" am: 2d46e07e48 am: d5d1718c4atiansiming [田思明]2018-02-091-3/+3
|\
| * Modify javadoc for onWindowShowntiansiming [田思明]2018-02-071-3/+3
* | Make IMS.setBackDisposition() work.Tarandeep Singh2018-01-231-3/+24
* | Merge "Unhide InputMethodService#requestShowSelf()"TreeHugger Robot2018-01-161-43/+19
|\ \
| * | Unhide InputMethodService#requestShowSelf()Yohei Yukawa2018-01-161-43/+19
* | | Merge changes I30b40c48,I7d02c54c,Id68ebd35TreeHugger Robot2018-01-151-39/+32
|\ \ \ | |/ / |/| |
| * | Use lambda when appropriateYohei Yukawa2018-01-141-30/+23
| * | Remove redundant type castsYohei Yukawa2018-01-141-8/+8
| * | Fix JavaDoc errorsYohei Yukawa2018-01-141-1/+1
* | | Follow method renamingsYohei Yukawa2018-01-141-7/+7
|/ /
* | DecorView#mNavigationGuard is goneYohei Yukawa2018-01-101-2/+6
* | Move IME related API methods from IMM to IMS.Tarandeep Singh2017-12-081-2/+84
* | Annotate threads for some IME handling methodsYohei Yukawa2017-10-181-0/+9
* | Add missing JavaDoc for IMS.InputMethodImplYohei Yukawa2017-10-181-7/+26
|/
* Track event flow to IMMS#setImeWindowStatusYohei Yukawa2017-02-131-8/+41
* Eliminate out-of-sync IMM#mFullscreenMode errorYohei Yukawa2017-02-091-4/+6
* No warning/info log for expected/normal situationsYohei Yukawa2017-02-011-2/+4
* Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite2017-01-261-4/+4
|\
| * Fix @links in reference docs.Elliot Waite2017-01-251-4/+4
* | Update JavaDoc for IMS#enableHardwareAccelerationYohei Yukawa2016-09-011-18/+14
* | Merge \"Merge \\"Use a flag to grant a temporary URI permission.\\" into nyc-...Yohei Yukawa2016-06-271-21/+11
|\|
| * Use a flag to grant a temporary URI permission.Yohei Yukawa2016-06-231-21/+11
* | Merge \\"Add InputMethodService#exposeContent()\\" into nyc-mr1-dev am: dc42d...Yohei Yukawa2016-06-231-0/+35
|\|
| * Add InputMethodService#exposeContent()Yohei Yukawa2016-06-221-0/+35
* | Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+1
|/
* 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