summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/BaseInputConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Add InputConnection#takeSnapshot()Yohei Yukawa2021-11-011-0/+34
* ContentCapture: Notify when Composing region changes.Ahaan Ugale2021-06-161-0/+13
* Merge "Rename getOnReceiveContentMimeTypes (drop "On")" into sc-devNikita Dubrovsky2021-03-311-2/+2
|\
| * Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky2021-03-261-2/+2
* | Merge "OnReceiveContentListener: Handle IME insertion permissions release" in...Nikita Dubrovsky2021-03-301-2/+2
|\ \ | |/ |/|
| * OnReceiveContentListener: Handle IME insertion permissions releaseNikita Dubrovsky2021-03-251-2/+2
* | Update the fallback logic in BaseInputConnection#getSurroundingText()Lan Wei2021-03-111-1/+6
|/
* Rename InputConnecton#setImeTemporarilyConsumesInputLan Wei2021-02-051-2/+2
* IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)Lan Wei2021-01-081-1/+3
* Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky2020-11-271-4/+4
* Merge "API Review: InputConnection error handling is inconsistent"TreeHugger Robot2020-11-191-3/+6
|\
| * API Review: InputConnection error handling is inconsistentLan Wei2020-11-031-3/+6
* | Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky2020-11-171-4/+4
* | Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky2020-11-121-13/+10
|/
* Avoid bad InputConnection call crashing the appLan Wei2020-10-291-2/+10
* Merge "Add View.onReceiveContent() and View.getOnReceiveContentMimeTypes()"Nikita Dubrovsky2020-10-271-16/+12
|\
| * Add View.onReceiveContent() and View.getOnReceiveContentMimeTypes()Nikita Dubrovsky2020-10-261-16/+12
* | IME API: InputConnection#getSurroudingText(int, int, int)Lan Wei2020-10-211-0/+44
|/
* Update RichContentReceiver API (now OnReceiveContentCallback)Nikita Dubrovsky2020-09-251-2/+38
* Merge changes I05b83c47,I5a840ec1 am: 49c52755d2 am: befa7e20f7Adrian Roos2020-08-121-10/+10
|\
| * Introduce "Fallback InputConnection" term to comply with Android's inclusive ...Adrian Roos2020-08-121-10/+10
* | Introduce ImeFocusControllerlumark2020-01-161-2/+3
* | Skip deleteSurroundingText when there is an invalid selectionlumark2019-11-151-3/+20
|/
* Fix crash when modifying SelectionClara Bayarri2018-04-061-1/+1
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-26/+25
* Use a flag to grant a temporary URI permission.Yohei Yukawa2016-06-231-1/+3
* API Rename: IC#inputContent to IC#commitContent.Yohei Yukawa2016-06-171-1/+1
* Add InputConnection#insertContent().Yohei Yukawa2016-06-101-0/+5
* Add IC#closeConnection().Yohei Yukawa2016-03-301-5/+5
* Ensure IC#finishComposingText() is called on the correct Handler.Yohei Yukawa2016-03-271-2/+2
* Revert "Make sure to call back reportFinish() on the desired Handler."Yohei Yukawa2016-03-241-2/+2
* Make sure to call back reportFinish() on the desired Handler.Yohei Yukawa2016-03-221-2/+2
* Introduce InputConnection#getHandler().Yohei Yukawa2016-02-111-0/+5
* Merge "Introdude IC#deleteSurroundingTextInCodePoints()."Yohei Yukawa2016-01-181-1/+162
|\
| * Introdude IC#deleteSurroundingTextInCodePoints().Yohei Yukawa2016-01-131-1/+162
* | Merge changes Ib5ea8131,I571d6cc9Yohei Yukawa2016-01-151-17/+3
|\ \ | |/ |/|
| * Add a new API IMM#dispatchKeyEventFromInputMethod().Yohei Yukawa2016-01-071-11/+1
| * BaseInputConnection shouldn't rely on @hide APIs.Yohei Yukawa2016-01-071-6/+2
* | Enrich JavaDoc for IC#deleteSurroundingText().Yohei Yukawa2016-01-071-7/+14
|/
* API Review: Clean up removed APIsYohei Yukawa2014-09-121-8/+0
* API Review: InputConnectionYohei Yukawa2014-09-021-1/+9
* Remove CursorAnchorInfoRequest and related stuffYohei Yukawa2014-08-221-18/+3
* Add FLAG_CURSOR_ANCHOR_INFO_IMMEDIATE support in TextViewYohei Yukawa2014-07-191-6/+13
* Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa2014-07-111-0/+15
* Use more user actions to update the IME rotation orderYohei Yukawa2014-06-091-3/+3
* Trivial method renaming for notifyTextCommittedYohei Yukawa2014-06-051-2/+1
* Make the range checking of BaseInputConnection#setSelection stricterYohei Yukawa2014-01-171-2/+2
* Notify commitText event to InputMethodManagerServiceSatoshi Kataoka2013-10-231-1/+5
* am 44baed2d: am af9e5e5f: Merge "Improve the documentation for InputConnectio...Jean Chalard2013-05-301-1/+2
|\
| * Improve the documentation for InputConnection.Jean Chalard2013-05-301-1/+2