summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/Dataset.java
Commit message (Expand)AuthorAgeFilesLines
* Client feedback: Fix javadoc mistakeTYM Tsai2022-03-231-1/+1
* Add getter for filter in FieldTYM Tsai2022-03-011-1/+1
* Adds APIs for Autofill bottom sheet UITYM Tsai2022-01-271-46/+212
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-6/+6
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-6/+6
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-6/+6
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-19/+20
* Javadoc URI permissions handling on Dataset.setContentNikita Dubrovsky2021-04-201-0/+8
* Add interface for the inline suggestion tooltipTYM Tsai2021-03-181-2/+149
* API: Suppress existing NullableCollections lints (S edition)Adrian Roos2021-02-011-2/+2
* When autofilling content, grant URI permissions to the target appNikita Dubrovsky2020-12-281-0/+8
* Use a separate code path for rich content in augmented autofillNikita Dubrovsky2020-10-271-18/+89
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-3/+0
* Do not replace the authenticated dataset for pinned inline suggestionFeng Cao2020-06-251-1/+6
* Removed inlinePresentation from Dataset ctor and addedAdam He2020-03-121-18/+18
* Updated documentation on new Dataset APIs.Adam He2020-01-281-3/+22
* Add SystemApis to TestApi in Dataset.Adam He2020-01-091-5/+13
* Move Slice into Dataset.Adam He2020-01-061-12/+185
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-2/+2
* Docs: Inserted links to relevant guide pages.Laura Davis2018-08-161-6/+7
* Autofill: new UX for TV and support themesDake Gu2018-04-251-0/+3
* Improved autofill logging and dumping.Felipe Leme2018-03-221-13/+22
* Changed dataset methods that take a Pattern filter to accept null.Felipe Leme2018-01-311-28/+80
* Changed Dataset.setValue() methods to allow filtering with authentication.Felipe Leme2017-11-301-2/+19
* Minor improvements on autofill javadocs and logging.Felipe Leme2017-11-221-9/+16
* Minor improvements on Autofill:Felipe Leme2017-10-201-2/+10
* Merge "Allow datasets without presentation to optimize authentication use case."TreeHugger Robot2017-10-201-5/+10
|\
| * Allow datasets without presentation to optimize authentication use case.Felipe Leme2017-10-191-5/+10
* | Improved logging on autofill validators.Felipe Leme2017-10-181-1/+2
|/
* New autofill API: let service explicitly set dataset filter.Felipe Leme2017-10-041-34/+153
* Fixing method asymmetry in ParcelSunny Goyal2017-09-211-4/+5
* New Autofill API: SaveRequest.getDatasetIds()Felipe Leme2017-09-011-6/+13
* Don't show Save UI when values filled by user belong to a dataset.Felipe Leme2017-07-261-0/+1
* Improved documentation for AutofillService package:Felipe Leme2017-06-221-21/+29
* Allow null fill values to support authentication caseSvetoslav Ganov2017-05-091-13/+22
* Improved Autofill logging.Felipe Leme2017-04-281-3/+2
* Add a way to read the last AutofillSelection.Philip P. Moltmann2017-04-181-1/+37
* Removed deprecated auto(F)ill classes.Felipe Leme2017-04-041-11/+0
* Initial implementation of autofill partitioning.Felipe Leme2017-04-041-5/+0
* Moar pre-partitioning refactoring.Felipe Leme2017-03-311-1/+1
* Added a UserManager.DISALLOW_AUTOFILL restriction.Felipe Leme2017-03-221-3/+2
* Add custom presentation (RemoteViews) on Dataset values.Felipe Leme2017-03-201-4/+62
* Decouple Dataset ids from SaveInfo.Felipe Leme2017-03-141-0/+1
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-17/+27
* Move the presentation view to proper location.Svet Ganov2017-02-211-12/+6
* Add support for remote views backed auto-fill UISvet Ganov2017-02-201-30/+42
* Minor improvements to help diagnose auth workflow.Felipe Leme2017-02-171-1/+3
* Refactor auto-fillSvet Ganov2017-02-131-0/+246