summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/Dataset.java
AgeCommit message (Expand)Author
2021-04-20Javadoc URI permissions handling on Dataset.setContentNikita Dubrovsky
2021-03-18Add interface for the inline suggestion tooltipTYM Tsai
2021-02-01API: Suppress existing NullableCollections lints (S edition)Adrian Roos
2020-12-28When autofilling content, grant URI permissions to the target appNikita Dubrovsky
2020-10-27Use a separate code path for rich content in augmented autofillNikita Dubrovsky
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-06-25Do not replace the authenticated dataset for pinned inline suggestionFeng Cao
2020-03-12Removed inlinePresentation from Dataset ctor and addedAdam He
2020-01-28Updated documentation on new Dataset APIs.Adam He
2020-01-09Add SystemApis to TestApi in Dataset.Adam He
2020-01-06Move Slice into Dataset.Adam He
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-16Docs: Inserted links to relevant guide pages.Laura Davis
2018-04-25Autofill: new UX for TV and support themesDake Gu
2018-03-22Improved autofill logging and dumping.Felipe Leme
2018-01-31Changed dataset methods that take a Pattern filter to accept null.Felipe Leme
2017-11-30Changed Dataset.setValue() methods to allow filtering with authentication.Felipe Leme
2017-11-22Minor improvements on autofill javadocs and logging.Felipe Leme
2017-10-20Minor improvements on Autofill:Felipe Leme
2017-10-20Merge "Allow datasets without presentation to optimize authentication use case."TreeHugger Robot
2017-10-19Allow datasets without presentation to optimize authentication use case.Felipe Leme
2017-10-18Improved logging on autofill validators.Felipe Leme
2017-10-04New autofill API: let service explicitly set dataset filter.Felipe Leme
2017-09-21Fixing method asymmetry in ParcelSunny Goyal
2017-09-01New Autofill API: SaveRequest.getDatasetIds()Felipe Leme
2017-07-26Don't show Save UI when values filled by user belong to a dataset.Felipe Leme
2017-06-22Improved documentation for AutofillService package:Felipe Leme
2017-05-09Allow null fill values to support authentication caseSvetoslav Ganov
2017-04-28Improved Autofill logging.Felipe Leme
2017-04-18Add a way to read the last AutofillSelection.Philip P. Moltmann
2017-04-04Removed deprecated auto(F)ill classes.Felipe Leme
2017-04-04Initial implementation of autofill partitioning.Felipe Leme
2017-03-31Moar pre-partitioning refactoring.Felipe Leme
2017-03-22Added a UserManager.DISALLOW_AUTOFILL restriction.Felipe Leme
2017-03-20Add custom presentation (RemoteViews) on Dataset values.Felipe Leme
2017-03-14Decouple Dataset ids from SaveInfo.Felipe Leme
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-02-21Move the presentation view to proper location.Svet Ganov
2017-02-20Add support for remote views backed auto-fill UISvet Ganov
2017-02-17Minor improvements to help diagnose auth workflow.Felipe Leme
2017-02-13Refactor auto-fillSvet Ganov