summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/BaseInputConnection.java
AgeCommit message (Expand)Author
2021-06-16ContentCapture: Notify when Composing region changes.Ahaan Ugale
2021-03-31Merge "Rename getOnReceiveContentMimeTypes (drop "On")" into sc-devNikita Dubrovsky
2021-03-30Merge "OnReceiveContentListener: Handle IME insertion permissions release" in...Nikita Dubrovsky
2021-03-26Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky
2021-03-25OnReceiveContentListener: Handle IME insertion permissions releaseNikita Dubrovsky
2021-03-11Update the fallback logic in BaseInputConnection#getSurroundingText()Lan Wei
2021-02-05Rename InputConnecton#setImeTemporarilyConsumesInputLan Wei
2021-01-08IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)Lan Wei
2020-11-27Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky
2020-11-19Merge "API Review: InputConnection error handling is inconsistent"TreeHugger Robot
2020-11-17Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky
2020-11-12Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky
2020-11-03API Review: InputConnection error handling is inconsistentLan Wei
2020-10-29Avoid bad InputConnection call crashing the appLan Wei
2020-10-27Merge "Add View.onReceiveContent() and View.getOnReceiveContentMimeTypes()"Nikita Dubrovsky
2020-10-26Add View.onReceiveContent() and View.getOnReceiveContentMimeTypes()Nikita Dubrovsky
2020-10-21IME API: InputConnection#getSurroudingText(int, int, int)Lan Wei
2020-09-25Update RichContentReceiver API (now OnReceiveContentCallback)Nikita Dubrovsky
2020-08-12Merge changes I05b83c47,I5a840ec1 am: 49c52755d2 am: befa7e20f7Adrian Roos
2020-08-12Introduce "Fallback InputConnection" term to comply with Android's inclusive ...Adrian Roos
2020-01-16Introduce ImeFocusControllerlumark
2019-11-15Skip deleteSurroundingText when there is an invalid selectionlumark
2018-04-06Fix crash when modifying SelectionClara Bayarri
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-06-23Use a flag to grant a temporary URI permission.Yohei Yukawa
2016-06-17API Rename: IC#inputContent to IC#commitContent.Yohei Yukawa
2016-06-10Add InputConnection#insertContent().Yohei Yukawa
2016-03-30Add IC#closeConnection().Yohei Yukawa
2016-03-27Ensure IC#finishComposingText() is called on the correct Handler.Yohei Yukawa
2016-03-24Revert "Make sure to call back reportFinish() on the desired Handler."Yohei Yukawa
2016-03-22Make sure to call back reportFinish() on the desired Handler.Yohei Yukawa
2016-02-11Introduce InputConnection#getHandler().Yohei Yukawa
2016-01-18Merge "Introdude IC#deleteSurroundingTextInCodePoints()."Yohei Yukawa
2016-01-15Merge changes Ib5ea8131,I571d6cc9Yohei Yukawa
2016-01-13Introdude IC#deleteSurroundingTextInCodePoints().Yohei Yukawa
2016-01-07Add a new API IMM#dispatchKeyEventFromInputMethod().Yohei Yukawa
2016-01-07BaseInputConnection shouldn't rely on @hide APIs.Yohei Yukawa
2016-01-07Enrich JavaDoc for IC#deleteSurroundingText().Yohei Yukawa
2014-09-12API Review: Clean up removed APIsYohei Yukawa
2014-09-02API Review: InputConnectionYohei Yukawa
2014-08-22Remove CursorAnchorInfoRequest and related stuffYohei Yukawa
2014-07-19Add FLAG_CURSOR_ANCHOR_INFO_IMMEDIATE support in TextViewYohei Yukawa
2014-07-11Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa
2014-06-09Use more user actions to update the IME rotation orderYohei Yukawa
2014-06-05Trivial method renaming for notifyTextCommittedYohei Yukawa
2014-01-17Make the range checking of BaseInputConnection#setSelection stricterYohei Yukawa
2013-10-23Notify commitText event to InputMethodManagerServiceSatoshi Kataoka
2013-05-30am 44baed2d: am af9e5e5f: Merge "Improve the documentation for InputConnectio...Jean Chalard
2013-05-30Improve the documentation for InputConnection.Jean Chalard
2013-03-05Final small cleanup.Jean Chalard