summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/FillRequest.java
AgeCommit message (Expand)Author
2021-05-19[DO NOT MERGE] Remove the Client Suggestions APIsTYM Tsai
2021-03-08Adds fill request APIs for the client suggestionsTYM Tsai
2020-05-12Fix cts fail for android.autofillservice.cts.augmentedlpeter
2020-04-28Address leftover TODOs from inline suggestions.Adam He
2020-03-10Temporary fix to disable augmented autofill requests coming fromAdam He
2019-12-16API for autofill integration with keyboard.Adam He
2019-08-06Use dataclass codegen on a few initial framework classesEugene Susla
2019-05-06Removed unusued constant (FLAG_AUGMENTED_AUTOFILL_REQUEST).Felipe Leme
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-21Trigger augmented autofill when the app is not important for autofill.Felipe Leme
2018-08-28Fixed new multi-screens autofill API:Felipe Leme
2018-08-02New Autofill API: FillRequest.FLAG_COMPATIBILITY_MODE_REQUEST.Felipe Leme
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-12-08Some minor Autofill javadoc improvements.Felipe Leme
2017-09-07Added more logging to diagnose a racy runtime restart.Felipe Leme
2017-08-06Fix broken javadocs.Jeff Sharkey
2017-06-22Improved documentation for AutofillService package:Felipe Leme
2017-04-29Updates based on API council guidance.Jeff Sharkey
2017-04-25Return all previous FillContexts onFillPhilip P. Moltmann
2017-04-25Report multiple FillContext-s onSavePhilip P. Moltmann
2017-04-24Take new autofill structure for each partitionPhilip P. Moltmann
2017-04-14Add support for multiple fill contextsSvet Ganov