summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Skip IME initialization when received the token that already registeredlumark2019-05-301-1/+5
* Link InsetsController to IME (IME transitons 4/n)Tarandeep Singh2019-02-041-1/+13
* Pipe IME state into insets (IME transitions 3/n)Tarandeep Singh2019-01-281-1/+28
* Merge "Pre-render input method (IME transitions 1/n)"Tarandeep Singh2019-01-251-75/+170
|\
| * Pre-render input method (IME transitions 1/n)Tarandeep Singh2019-01-251-75/+170
* | Deprecate InputMethodService#onViewClicked()Yohei Yukawa2019-01-221-0/+7
|/
* Unify IInputMethodPrivilegedOperations as sync IPCYohei Yukawa2019-01-211-1/+1
* Limit access to suspected false positives.Mathew Inwood2018-12-281-2/+3
* cherry-pick from pi-dev docs: Replacing {#link with {@linkAndrew Solovay2018-10-041-2/+2
* Deprecate InputMethodService#getInputMethodWindowRecommendedHeight()Yohei Yukawa2018-09-261-10/+14
* Remove a special optimization for a quite rare scenarioYohei Yukawa2018-09-241-43/+0
* 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