summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Remove android.view.inline deprecated API.Adam He2020-04-152-42/+4
* Add an empty IMM#windowDismissed(IBinder) for app compatYohei Yukawa2020-04-091-0/+32
* Define custom equals method for bundles in the inline APIsFeng Cao2020-04-011-3/+8
* Replace Nullable bundle with NonNull and use Bundle.EMPTYFeng Cao2020-03-311-11/+14
* Add @UnsupportedAppUsage to the old inline APIs for compatibilityFeng Cao2020-03-302-76/+16
* Migrate android.view.inline to android.widget.inlineAdam He2020-03-293-63/+159
* Add APIs to move suggestions below/above windowSvet Ganov2020-03-201-12/+12
* Merge "Run codegen v15 on inline suggestion data classes" into rvc-devTreeHugger Robot2020-03-171-6/+4
|\
| * Run codegen v15 on inline suggestion data classesFeng Cao2020-03-161-6/+4
* | Merge "Sends click and long click events from the inline suggestion to host a...Feng Cao2020-03-131-10/+48
|\ \ | |/ |/|
| * Sends click and long click events from the inline suggestion to host appFeng Cao2020-03-121-10/+48
* | Properly handle InlineSuggestionsRequest with 0 max suggestion countFeng Cao2020-03-111-14/+17
|/
* Ignore unchecked IME show/hide when no rootTarandeep Singh2020-03-031-13/+25
* Merge "Notify autofill with the IME start/finish input view events" into rvc-devFeng Cao2020-03-031-4/+3
|\
| * Notify autofill with the IME start/finish input view eventsFeng Cao2020-03-021-4/+3
* | Uses SurfacePackage instead of SurfaceControl on inline suggestionTYM Tsai2020-03-021-3/+3
|/
* Populate the autofillId in the IMS EditorInfoFeng Cao2020-02-282-0/+14
* Merge "Pipe windowToken for hideSoftInput" into rvc-devTaran Singh2020-02-272-2/+33
|\
| * Pipe windowToken for hideSoftInputTarandeep Singh2020-02-272-2/+33
* | Merge "A few inline autofill API tweaks." into rvc-devTreeHugger Robot2020-02-271-7/+28
|\ \
| * | A few inline autofill API tweaks.Feng Cao2020-02-261-7/+28
| |/
* / Remove IME surface when hiddenTarandeep Singh2020-02-262-0/+21
|/
* Use context for correct display in the renderer serviceSvet Ganov2020-02-221-33/+108
* Merge "Offload user-switching task from startInputOrWindowGainedFocus()"Yohei Yukawa2020-02-201-0/+7
|\
| * Offload user-switching task from startInputOrWindowGainedFocus()Yohei Yukawa2020-02-191-0/+7
* | Merge "Logically revert previous attempts on Bug 139806621"TreeHugger Robot2020-02-201-78/+35
|\|
| * Logically revert previous attempts on Bug 139806621Yohei Yukawa2020-02-141-78/+35
* | Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao2020-02-191-6/+4
* | Merge "Add the locale field and an extra Bundle to the InlineSuggestionsReque...TreeHugger Robot2020-02-181-16/+103
|\ \
| * | Add the locale field and an extra Bundle to the InlineSuggestionsRequest.Feng Cao2020-02-171-16/+103
* | | Keep a strong reference to the InlineContentCallbackImplJoanne Chung2020-02-171-17/+91
|/ /
* / Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-142-9/+75
|/
* Added OWNERS file for inputmethodWale Ogunwale2020-02-131-0/+3
* Merge "Refine surrounding text logic and test case readability."TreeHugger Robot2020-02-101-33/+43
|\
| * Refine surrounding text logic and test case readability.Chris.CC Lee2020-02-071-33/+43
* | Remove an obsolete commentYohei Yukawa2020-02-071-2/+0
* | Add missing tests for inline input part.Joanne Chung2020-02-061-1/+0
|/
* Fix Keyboard won't show up in some caseslumark2020-02-041-0/+5
* Merge "Add inline controller UI fields to the autofill response and IME inlin...TreeHugger Robot2020-01-241-6/+71
|\
| * Add inline controller UI fields to the autofill response and IME inline responseFeng Cao2020-01-231-6/+71
* | Merge "Add surrounding text to EditorInfo to speed up IME startup"TreeHugger Robot2020-01-232-3/+348
|\ \
| * | Add surrounding text to EditorInfo to speed up IME startupChris.CC Lee2020-01-232-3/+348
* | | Merge "Pipe windowToken of window requesting IME"Taran Singh2020-01-222-4/+38
|\ \ \
| * | | Pipe windowToken of window requesting IMETarandeep Singh2020-01-212-4/+38
| | |/ | |/|
* / | Fix some thread handling issues in InputMethodManagerlumark2020-01-221-22/+48
|/ /
* | Merge "Introduce ImeFocusController"TreeHugger Robot2020-01-162-298/+251
|\ \
| * | Introduce ImeFocusControllerlumark2020-01-162-298/+251
* | | Merge "Made the InlineSuggestion APIs testable."Joanne Chung2020-01-163-6/+48
|\ \ \ | |/ / |/| |
| * | Made the InlineSuggestion APIs testable.Joanne Chung2020-01-143-6/+48
* | | Merge "Add the ime package name to the inline suggestions request"TreeHugger Robot2020-01-141-9/+73
|\ \ \