summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/FillRequest.java
Commit message (Expand)AuthorAgeFilesLines
* Reset Autofill dialog if the content is changedTYM Tsai2022-12-121-5/+16
* Merge "Make TextView do not show IME when fill dialog popup" into tm-devTYM Tsai2022-03-311-5/+16
|\
| * Make TextView do not show IME when fill dialog popupTYM Tsai2022-03-231-5/+16
* | [DO NOT MERGE] Remove the Client Suggestions APIsTYM Tsai2022-03-221-1/+1
|/
* Allow AutofillService can identify if fill dialog presentation is needed.Joanne Chung2022-03-181-13/+17
* Add pendingIntent to FillRequest to enable retriggeringskxu2022-01-281-4/+51
* Notify Autofill while activity startedTYM Tsai2022-01-271-9/+20
* 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
* Adds fill request APIs for the client suggestionsTYM Tsai2021-03-081-0/+2
* Fix cts fail for android.autofillservice.cts.augmentedlpeter2020-05-121-5/+20
* Address leftover TODOs from inline suggestions.Adam He2020-04-281-9/+27
* Temporary fix to disable augmented autofill requests coming fromAdam He2020-03-101-5/+19
* API for autofill integration with keyboard.Adam He2019-12-161-24/+83
* Use dataclass codegen on a few initial framework classesEugene Susla2019-08-061-52/+197
* Removed unusued constant (FLAG_AUGMENTED_AUTOFILL_REQUEST).Felipe Leme2019-05-061-8/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Trigger augmented autofill when the app is not important for autofill.Felipe Leme2019-02-211-1/+10
* Fixed new multi-screens autofill API:Felipe Leme2018-08-281-0/+4
* New Autofill API: FillRequest.FLAG_COMPATIBILITY_MODE_REQUEST.Felipe Leme2018-08-021-2/+9
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-3/+3
* Some minor Autofill javadoc improvements.Felipe Leme2017-12-081-5/+8
* Added more logging to diagnose a racy runtime restart.Felipe Leme2017-09-071-3/+7
* Fix broken javadocs.Jeff Sharkey2017-08-061-3/+2
* Improved documentation for AutofillService package:Felipe Leme2017-06-221-8/+30
* Updates based on API council guidance.Jeff Sharkey2017-04-291-1/+2
* Return all previous FillContexts onFillPhilip P. Moltmann2017-04-251-10/+12
* Report multiple FillContext-s onSavePhilip P. Moltmann2017-04-251-0/+3
* Take new autofill structure for each partitionPhilip P. Moltmann2017-04-241-9/+2
* Add support for multiple fill contextsSvet Ganov2017-04-141-0/+144