summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Let InputMethodPrivilegedOperationsRegistry deal with its singleton-nessYohei Yukawa2018-09-181-2/+3
* Support IME Window to show in secondary display.lumark2018-09-131-1/+22
* Move notifyUserAction() to IInputMethodPrivilegedOperationsYohei Yukawa2018-09-111-1/+30
* Allow IMM to forward API calls to IMSYohei Yukawa2018-09-091-0/+6
* Stop relying on IMM in IMS for token-guarded IME APIsYohei Yukawa2018-09-091-9/+9
* Add a wrapper for IInputMethodPrivilegedOperationsYohei Yukawa2018-09-091-49/+11
* Add a new Binder interface to allow IMS to directly talk to IMMSYohei Yukawa2018-09-061-18/+113
* Clarify that InputMethod.attachToken() can be called at most onceYohei Yukawa2018-09-061-3/+5
* Merge "Let SoftInputWindow handle BadTokenException" am: 680f6e802c am: da916...Yohei Yukawa2018-09-041-46/+11
|\
| * Let SoftInputWindow handle BadTokenExceptionYohei Yukawa2018-08-291-46/+11
| * resolve merge conflicts of d609a403426118498ea17ec4ca3bc4ab9d4d057b to stage-...Mathew Inwood2018-08-061-0/+11
| |\
| | * Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-311-0/+11
* | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-311-0/+11
* | | Notify new IME target before IME starts interactingYohei Yukawa2018-06-221-24/+8
|/ /
* | Add IMS#BACK_DISPOSITION_ADJUST_NOTHINGYohei Yukawa2018-03-141-25/+122
* | Make few of the new IMS API methods finalTarandeep Singh2018-03-081-5/+5
* | IME API: rename IMS methods.Tarandeep Singh2018-03-061-22/+15
* | 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