summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InlineSuggestionsRequest.java
Commit message (Expand)AuthorAgeFilesLines
* [DO NOT MERGE] Remove the Client Suggestions APIsTYM Tsai2022-03-221-105/+13
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Implement inline suggestion tooltipTYM Tsai2021-03-181-2/+2
* Add interface for the inline suggestion tooltipTYM Tsai2021-03-181-11/+149
* Change InlineSuggestionsRequest.getSupportedLocales() to return empty if not ...Feng Cao2021-02-021-7/+25
* Updated docs with clarifications on specific limitations with the newAdam He2020-07-271-1/+19
* Update the documentation for inline suggestion APIsTYM Tsai2020-04-291-1/+10
* Filter the content of the Bundles used as extras and styling APIsTYM Tsai2020-04-221-2/+15
* Remove android.view.inline deprecated API.Adam He2020-04-151-28/+2
* Define custom equals method for bundles in the inline APIsFeng Cao2020-04-011-3/+8
* Replace Nullable bundle with NonNull and use Bundle.EMPTYFeng Cao2020-03-311-11/+14
* Add @UnsupportedAppUsage to the old inline APIs for compatibilityFeng Cao2020-03-301-65/+11
* Migrate android.view.inline to android.widget.inlineAdam He2020-03-291-35/+113
* Run codegen v15 on inline suggestion data classesFeng Cao2020-03-161-6/+4
* Properly handle InlineSuggestionsRequest with 0 max suggestion countFeng Cao2020-03-111-14/+17
* Use context for correct display in the renderer serviceSvet Ganov2020-02-221-33/+108
* Add the locale field and an extra Bundle to the InlineSuggestionsRequest.Feng Cao2020-02-171-16/+103
* Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-141-8/+74
* Add the ime package name to the inline suggestions requestFeng Cao2020-01-131-9/+73
* Add styling related fields to Inline presentation spec.Feng Cao2019-12-231-1/+37
* Initial IME inline suggestions APIsFeng Cao2019-11-221-0/+261