summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao2020-02-191-11/+16
* Refactor the InputMethodService to move inline suggestion stuff to a separate...Feng Cao2020-02-141-114/+15
* Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-141-0/+13
* Merge "Updated InputMethodService to not inset by navigation bar if requested...Jian-Yang Liu2020-02-031-2/+20
|\
| * Updated InputMethodService to not inset by navigation bar if requestedJianYang Liu2020-01-281-3/+20
* | Exempt-From-Owner-Approval: Fix usages of WindowManager.getDefaultDisplay() i...Andrii Kulian2020-01-311-10/+8
|/
* Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-2/+3
* Merge changes from topic "content_apply"Jorim Jaggi2020-01-231-9/+8
|\
| * Force non-floating main app windows to not fit anythingJorim Jaggi2020-01-231-9/+8
| * Introduce Window.setContentOnApplyWindowInsetsListenerJorim Jaggi2020-01-221-1/+1
* | Pipe windowToken of window requesting IMETarandeep Singh2020-01-211-1/+47
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Finish autofill integration with keyboard cleanup tasksJoanne Chung2020-01-061-5/+16
* Added attributes for IME and AutofillService to indicate they supportAdam He2020-01-031-21/+3
* Make InputMethodService to never reuse the inline suggestion response callback.Feng Cao2019-12-271-10/+5
* Merge "API for autofill integration with keyboard."Adam He2019-12-181-0/+185
|\
| * API for autofill integration with keyboard.Adam He2019-12-161-0/+185
* | Window Manager Flag Migration (7/n)Tiger Huang2019-12-161-0/+12
|/
* Set gesture exclusion rect for IMEsVinit Nayak2019-10-211-1/+14
* IME transitions without pre-rendering.Tarandeep Singh2019-08-261-6/+16
* 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