summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-4/+13
|\
| * Refine {SHOW,HIDE}_MY_SOFT_INPUT constantsWilson Wu2022-08-101-4/+13
* | Framework: Volume key cursor controlKonsta2022-10-211-0/+33
|/
* Prevent callback registration when back flag is disabledVadim Caen2022-06-201-1/+2
* Fix IME callback not unregistered when IME is up during an IMM clientShan Huang2022-06-011-5/+14
* Merge "Don't force nav bar shown if configured" into tm-devAlex Stetson2022-05-131-7/+6
|\
| * Don't force nav bar shown if configuredAlex Stetson2022-05-111-7/+6
* | Fix IME callback not being re-registered on screen off / on.Shan Huang2022-05-121-1/+5
|/
* Migrate IME to handle back with OnBackInvokedDispatcher.Shan Huang2022-05-041-1/+69
* Shorten IME surface caching durationTaran Singh2022-04-281-1/+2
* Notify IMMS synchronously on IME insets hidden.Kohsuke Yatoh2022-04-211-12/+0
* Revert "Migrate InputMethodService to use OnBackInvokedDispatcher"Shan Huang2022-04-191-60/+0
* Migrate InputMethodService to use OnBackInvokedDispatcherShan Huang2022-04-131-0/+60
* Finish handwriting session for recents gestureTaran Singh2022-03-151-1/+10
* Merge "Introduce new IMS method for Stylus events and dispatch" into tm-devTaran Singh2022-03-101-4/+45
|\
| * Introduce new IMS method for Stylus events and dispatchTaran Singh2022-03-091-4/+45
* | Enable IMS#canImeRenderGesturalNavButtons() by default (3rd try)Yohei Yukawa2022-03-081-1/+1
* | Introduce InputMethodNavButtonFlagsYohei Yukawa2022-03-071-10/+7
|/
* Configure handwriting window with the IME's pid and uid for ANRsPrabir Pradhan2022-03-021-1/+2
* Merge "Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd tr...TreeHugger Robot2022-02-151-1/+1
|\
| * Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)"Yohei Yukawa2022-02-151-1/+1
* | Remove unused InputMethod#setCurrentShowInputToken()Yohei Yukawa2022-02-141-9/+0
* | Remove unused InputMethod#setCurrentHideInputToken()Yohei Yukawa2022-02-141-9/+0
* | Fix IMS#onPrepareStylusHandwriting callTaran Singh2022-02-101-2/+6
* | Merge "Fix IMS window visibility"Adrian Roos2022-02-071-20/+11
|\ \ | |/ |/|
| * Fix IMS window visibilityAdrian Roos2022-02-031-20/+11
* | Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)Yohei Yukawa2022-02-041-1/+1
* | Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"Yohei Yukawa2022-02-031-1/+1
* | Enable IMS#canImeRenderGesturalNavButtons() by defaultYohei Yukawa2022-02-011-1/+1
|/
* Introduce Window.DecorCallbackYohei Yukawa2022-01-311-2/+2
* Support IME switcher icon visibility updateYohei Yukawa2022-01-281-3/+18
* Merge "Make IME extract text fields public"TreeHugger Robot2022-01-271-2/+4
|\
| * Make IME extract text fields publicTaran Singh2022-01-261-2/+4
* | Support light navigation barYohei Yukawa2022-01-271-1/+1
* | Scribe in IMF: Early InkWindow preparation 6/NTaran Singh2022-01-261-1/+31
* | Scribe in IMF: Stylus Spy windows Impl 5/NTaran Singh2022-01-261-9/+38
|/
* Minimum impl of nav buttons rendered by IMEYohei Yukawa2022-01-201-0/+9
* Merge "Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl...""TreeHugger Robot2022-01-131-1/+132
|\
| * Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."Taran Singh2022-01-121-1/+132
* | Merge "Add a sysprop to disable SysUI's nav buttons when IME is shown"TreeHugger Robot2022-01-131-0/+40
|\ \ | |/ |/|
| * Add a sysprop to disable SysUI's nav buttons when IME is shownYohei Yukawa2022-01-121-0/+40
* | Merge "[RESTRICT AUTOMERGE] Attempt to fix exception in IMS"TreeHugger Robot2022-01-121-0/+7
|\ \
| * | [RESTRICT AUTOMERGE] Attempt to fix exception in IMSCharles Chen2022-01-121-0/+7
| |/
* | Merge "[IME]: Make mFullscreenArea invisble when candidate/extract frame not ...TreeHugger Robot2022-01-121-2/+6
|\ \ | |/ |/|
| * [IME]: Make mFullscreenArea invisble when candidate/extract frame not usedMing-Shin Lu2021-12-241-2/+6
* | Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"Josh Wu2022-01-111-132/+1
* | Scribe in IMF: startStylusHandwriting & lifecycle 2/NTaran Singh2022-01-101-1/+132
* | Merge SoftInputWindow#initDockWindow() into IMS#onCreate()Yohei Yukawa2021-12-271-17/+33
* | Simplify SoftInputWindowYohei Yukawa2021-12-271-3/+1
|/
* Merge "Consider IME_VISIBLE_IMPERCEPTIBLE as shown for taskbar purposes" into...Tony Wickham2021-12-011-1/+10
|\