summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InlineSuggestionSession.java
Commit message (Expand)AuthorAgeFilesLines
* Use Log.w(String, String, Throwable tr) instead of Log.w(String, String)lpeter2020-07-101-1/+1
* Change to drop down when the inline suggestions don't be shown in IME.lpeter2020-07-081-0/+5
* Clear inline suggestions before onFinishInputFeng Cao2020-06-221-0/+20
* Filter the content of the Bundles used as extras and styling APIsTYM Tsai2020-04-221-0/+1
* Send more IME events to autofill manager service.Feng Cao2020-03-311-101/+110
* Fix the validation for showing inline suggestion in webviewFeng Cao2020-03-241-2/+7
* Notify autofill with the IME start/finish input view eventsFeng Cao2020-03-021-12/+49
* Populate the autofillId in the IMS EditorInfoFeng Cao2020-02-281-8/+22
* Several improvements and bug fixes to the inline autofill flowFeng Cao2020-02-281-2/+3
* Refactor the InputMethodService to move inline suggestion stuff to a separate...Feng Cao2020-02-141-0/+158