summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topics "ime-tracing-interface", "optimized-ime-tracing-cli...Ioana Stefan2020-11-171-3/+18
|\
| * Optimized workflow for IME tracing on InputMethodService sideIoana Stefan2020-11-131-3/+18
* | Do let IME fit invisible insetsTiger Huang2020-11-081-7/+2
|/
* Measure baseline IMF latency (2/n)Taran Singh2020-11-031-0/+15
* Merge "Remove preRender input"TreeHugger Robot2020-11-021-103/+14
|\
| * Remove preRender inputTaran Singh2020-10-291-103/+14
* | Merge "Only use system gesture insets for exclusion rects with root ime view"Winson Chung2020-10-291-5/+15
|\ \
| * | Only use system gesture insets for exclusion rects with root ime viewWinson Chung2020-10-291-5/+15
* | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
|/ /
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
|/
* Add proto-based InputMethodService and server side dumping for IMEAnmol Gupta2020-10-071-3/+83
* Merge "Don't let IME window fit status bar" into rvc-qpr-dev am: 022e779ae5 a...Tiger Huang2020-09-231-15/+11
|\
| * Merge "Don't let IME window fit status bar" into rvc-qpr-dev am: 022e779ae5Tiger Huang2020-09-231-15/+11
| |\
| | * Don't let IME window fit status barTiger Huang2020-09-231-15/+11
* | | Remove the legacy insets modeTiger Huang2020-09-181-18/+5
* | | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-8/+8
|\| |
| * | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-8/+8
| |\ \ | | |/ | |/|
| | * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-8/+8
* | | Merge "Smooth out IME animation for automotive devices" into rvc-qpr-dev am: ...Heemin Seog2020-08-271-5/+9
|\| |
| * | Smooth out IME animation for automotive devicesHeemin Seog2020-08-211-5/+9
| |/
* / Annotating context in framework baseCharles Chen2020-08-031-0/+2
|/
* Fix IME flicker: move hiding the surface into the control targetAdrian Roos2020-07-091-3/+0
* Disable user animations on insets whose visible frame is empty (refined)Tiger Huang2020-06-231-0/+4
* Add WindowMetricsHelperCharles Chen2020-05-041-2/+3
* Address leftover TODOs from inline suggestions.Adam He2020-04-281-3/+12
* Send more IME events to autofill manager service.Feng Cao2020-03-311-71/+14
* Merge "Report bounds instead of size in WindowMetrics" into rvc-devAndrii Kulian2020-03-271-3/+2
|\
| * Report bounds instead of size in WindowMetricsAndrii Kulian2020-03-241-3/+2
* | Merge "Make canBeImeTarget be compatible with legacy behavior" into rvc-devTiger Huang2020-03-251-0/+1
|\ \
| * | Make canBeImeTarget be compatible with legacy behaviorTiger Huang2020-03-251-0/+1
| |/
* / Fix IME hide stateTaran Singh2020-03-241-1/+1
|/
* Add null check in IMS hideWindowTaran Singh2020-03-201-1/+3
* Handle IME hide internal state correctly.Taran Singh2020-03-191-3/+4
* Make IME fit navgation bars at left and right sidesTiger Huang2020-03-101-1/+4
* Remove IME surface when window unbindsTarandeep Singh2020-03-061-0/+4
* Notify autofill with the IME start/finish input view eventsFeng Cao2020-03-021-6/+33
* Populate the autofillId in the IMS EditorInfoFeng Cao2020-02-281-1/+10
* Merge "Pipe windowToken for hideSoftInput" into rvc-devTaran Singh2020-02-271-1/+43
|\
| * Pipe windowToken for hideSoftInputTarandeep Singh2020-02-271-1/+43
* | Remove IME surface when hiddenTarandeep Singh2020-02-261-0/+15
|/
* 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