summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InputMethodManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix toggleSoftInput can't hide IME when the app in multi-window mode" ...Ming-Shin Lu2022-08-191-2/+4
|\
| * Fix toggleSoftInput can't hide IME when the app in multi-window modeMing-Shin Lu2022-08-121-2/+4
* | Refine {SHOW,HIDE}_MY_SOFT_INPUT constantsWilson Wu2022-08-101-2/+3
|/
* Transfer IME callbacks when app's focused root view changes.Shan Huang2022-05-161-0/+1
* Migrate IME to handle back with OnBackInvokedDispatcher.Shan Huang2022-05-041-2/+24
* Fix InputConnection creation callbackTaran Singh2022-04-281-5/+28
* Do not cleanup IME window if show is requested.Kohsuke Yatoh2022-04-211-0/+15
* Notify IMMS synchronously on IME insets hidden.Kohsuke Yatoh2022-04-211-2/+8
* Let A11yIME use its own IPC definitionsYohei Yukawa2022-04-181-18/+24
* Add private API InputMethodManager#reportVirtualDisplayGeometryHiroki Sato2022-03-281-1/+107
* Merge "Introduce Stylus handwriting developer option" into tm-devTaran Singh2022-03-041-1/+8
|\
| * Introduce Stylus handwriting developer optionTaran Singh2022-02-281-1/+8
* | Merge "Restrict getInputMethodWindowVisibleHeight" into tm-devTreeHugger Robot2022-03-041-2/+3
|\ \
| * | Restrict getInputMethodWindowVisibleHeightAdrian Roos2022-02-221-2/+3
* | | Merge "Incorporate API feedback: CAI requestCursorUpdates()" into tm-devTreeHugger Robot2022-03-031-2/+2
|\ \ \
| * | | Incorporate API feedback: CAI requestCursorUpdates()Taran Singh2022-03-011-2/+2
| | |/ | |/|
* / | Clear SHOW_FORCED flag when the app's targetSdk >= TMing-Shin Lu2022-02-231-0/+24
|/ /
* / Fix NPE when IMM#invalidateInput() is called too earlyYohei Yukawa2022-02-181-2/+9
|/
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-2/+2
* Add accessibilitySessions to InputBindResultyingleiw2022-02-081-21/+32
* Allow a11y services to enter text via the path IMEs useyingleiw2022-02-081-2/+132
* Scribe in IMF: Introduce filters in CursoAnchorInfo API 7/NTaran Singh2022-01-261-2/+15
* Scribe in IMF: Automatically sub to CAI w/ Stylus 4/NTaran Singh2022-01-251-4/+14
* Scribe in View: enable HandwritingHaoyu Zhang2022-01-201-1/+1
* Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."Taran Singh2022-01-121-0/+44
* Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"Josh Wu2022-01-111-44/+0
* Scribe in IMF: startStylusHandwriting & lifecycle 2/NTaran Singh2022-01-101-0/+44
* Merge "Scribe in View: Introduce HandwritingInitiator"Haoyu Zhang2022-01-051-0/+4
|\
| * Scribe in View: Introduce HandwritingInitiatorHaoyu Zhang2022-01-051-0/+4
* | Add getInputMethodList API for locked user stateWilson Wu2021-12-281-0/+21
|/
* Add IMM#invalidateInput()Yohei Yukawa2021-11-171-1/+68
* Add RemoteInputConnectionImpl#finishComposingTextFromImm()Yohei Yukawa2021-10-201-2/+2
* Deprecate MissingMethodFlags to preserve invocation orderYohei Yukawa2021-09-151-11/+7
* Merge "IME: make WindowInsetsController.show(ime()) more robust"Adrian Roos2021-08-191-0/+1
|\
| * IME: make WindowInsetsController.show(ime()) more robustAdrian Roos2021-08-181-0/+1
* | Lock down RemoteInputConnectionImpl#getInputConnection()Yohei Yukawa2021-08-041-2/+1
* | Let IC#reportFullscreenMode() honor IC#getHandler()Yohei Yukawa2021-08-041-3/+3
* | Rename IInputConnectionWrapper to RemoteInputConnectionImplYohei Yukawa2021-08-031-6/+6
* | Move InputBindResult to com.android.internal.inputmethodYohei Yukawa2021-07-301-1/+1
* | Remove IMM#getClient(), which is unusedYohei Yukawa2021-07-271-12/+0
* | Rename IMM#mServedInputConnectionWrapper to IMM#mServedInputConnectionYohei Yukawa2021-07-221-25/+24
* | Rename IMM#mIInputContext to IMM#mFallbackInputConnectionYohei Yukawa2021-07-221-7/+6
* | Remove IMM#getInputContext(), which is unusedYohei Yukawa2021-07-221-14/+0
* | Merge "Remove @UnsupportedAppUsage from InputMethodManager#getClient()"TreeHugger Robot2021-07-221-2/+8
|\ \
| * | Remove @UnsupportedAppUsage from InputMethodManager#getClient()Yohei Yukawa2021-07-211-2/+8
* | | Merge "Remove @UnsupportedAppUsage from InputMethodManager#getInputContext()"TreeHugger Robot2021-07-221-2/+9
|\| |
| * | Remove @UnsupportedAppUsage from InputMethodManager#getInputContext()Yohei Yukawa2021-07-211-2/+9
* | | Remove @UnsupportedAppUsage from InputMethodManager#mServedInputConnectionWra...Yohei Yukawa2021-07-211-1/+0
|/ /
* | Declare IMM#mIInputContext with its concrete typeYohei Yukawa2021-07-181-7/+4
* | Avoid redundant InputConnection#reportFullscreenMode() callbackYohei Yukawa2021-07-131-2/+3