summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topics "ime-tracing-interface", "optimized-ime-tracing-cli...Ioana Stefan2020-11-173-23/+24
|\
| * Optimized workflow for IME tracing on InputMethodService sideIoana Stefan2020-11-133-23/+24
* | Merge "Do let IME fit invisible insets"Tiger Huang2020-11-171-7/+2
|\ \ | |/ |/|
| * Do let IME fit invisible insetsTiger Huang2020-11-081-7/+2
* | Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-111-0/+1
|/
* Measure baseline IMF latency (2/n)Taran Singh2020-11-031-0/+15
* Merge "Remove preRender input"TreeHugger Robot2020-11-022-107/+16
|\
| * Remove preRender inputTaran Singh2020-10-292-107/+16
* | 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
* | | Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood2020-10-291-2/+2
|\ \ \
| * | | 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
| |/
* / Improve latency of IME tracingIoana Stefan2020-10-121-1/+1
|/
* Add proto-based InputMethodService and server side dumping for IMEAnmol Gupta2020-10-074-7/+129
* 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
| |/
* | Revert "Snap for 6792834 from edbf3411d2c91f38a1a5d93b9e5b338052..."Bill Rassieur2020-08-271-0/+7
* | Annotating context in framework baseCharles Chen2020-08-031-0/+2
* | Use Log.w(String, String, Throwable tr) instead of Log.w(String, String)lpeter2020-07-101-1/+1
|/
* Merge "Fix IME flicker: move hiding the surface into the control target" into...Adrian Roos2020-07-091-3/+0
|\
| * Fix IME flicker: move hiding the surface into the control targetAdrian Roos2020-07-091-3/+0
* | Change to drop down when the inline suggestions don't be shown in IME.lpeter2020-07-081-0/+5
|/
* Clear inline suggestions before onStartInput instead of before onFinishInputFeng Cao2020-06-241-1/+1
* Merge "Disable user animations on insets whose visible frame is empty (refine...Tiger Huang2020-06-241-0/+4
|\
| * Disable user animations on insets whose visible frame is empty (refined)Tiger Huang2020-06-231-0/+4
* | Clear inline suggestions before onFinishInputFeng Cao2020-06-222-0/+21
|/
* Make InputMethodService be an UI contextCharles Chen2020-06-031-0/+6
* Add WindowMetricsHelperCharles Chen2020-05-041-2/+3
* Address leftover TODOs from inline suggestions.Adam He2020-04-281-3/+12
* Filter the content of the Bundles used as extras and styling APIsTYM Tsai2020-04-221-0/+1
* Let blocked InputConnection APIs fail upon IInputMethod.unbindInput()Yohei Yukawa2020-04-022-32/+35
* Send more IME events to autofill manager service.Feng Cao2020-03-313-172/+385
* 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
| |/
* | Merge "Fix the validation for showing inline suggestion in webview" into rvc-devTreeHugger Robot2020-03-251-2/+7
|\ \
| * | Fix the validation for showing inline suggestion in webviewFeng Cao2020-03-241-2/+7
| |/
* / 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