summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Make IME fit navgation bars at left and right sides" into rvc-devTreeHugger Robot2020-03-171-1/+4
|\
| * Make IME fit navgation bars at left and right sidesTiger Huang2020-03-101-1/+4
* | Add OnControllableInsetsChangedListenerJorim Jaggi2020-03-101-0/+8
|/
* Remove IME surface when window unbindsTarandeep Singh2020-03-061-0/+4
* Notify autofill with the IME start/finish input view eventsFeng Cao2020-03-022-18/+82
* Populate the autofillId in the IMS EditorInfoFeng Cao2020-02-282-9/+32
* Several improvements and bug fixes to the inline autofill flowFeng Cao2020-02-281-2/+3
* Merge "Pipe windowToken for hideSoftInput" into rvc-devTaran Singh2020-02-272-9/+58
|\
| * Pipe windowToken for hideSoftInputTarandeep Singh2020-02-272-9/+58
* | Remove IME surface when hiddenTarandeep Singh2020-02-263-0/+31
|/
* Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao2020-02-192-18/+22
* Refactor the InputMethodService to move inline suggestion stuff to a separate...Feng Cao2020-02-142-114/+173
* Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-141-0/+13
* Added OWNERS file for inputmethodWale Ogunwale2020-02-131-0/+3
* Merge "Updated InputMethodService to not inset by navigation bar if requested...Jian-Yang Liu2020-02-032-15/+20
|\
| * Updated InputMethodService to not inset by navigation bar if requestedJianYang Liu2020-01-282-16/+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-212-6/+55
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-065-5/+5