index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
autofill
/
Dataset.java
Age
Commit message (
Expand
)
Author
2021-04-20
Javadoc URI permissions handling on Dataset.setContent
Nikita Dubrovsky
2021-03-18
Add interface for the inline suggestion tooltip
TYM Tsai
2021-02-01
API: Suppress existing NullableCollections lints (S edition)
Adrian Roos
2020-12-28
When autofilling content, grant URI permissions to the target app
Nikita Dubrovsky
2020-10-27
Use a separate code path for rich content in augmented autofill
Nikita Dubrovsky
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-06-25
Do not replace the authenticated dataset for pinned inline suggestion
Feng Cao
2020-03-12
Removed inlinePresentation from Dataset ctor and added
Adam He
2020-01-28
Updated documentation on new Dataset APIs.
Adam He
2020-01-09
Add SystemApis to TestApi in Dataset.
Adam He
2020-01-06
Move Slice into Dataset.
Adam He
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-16
Docs: Inserted links to relevant guide pages.
Laura Davis
2018-04-25
Autofill: new UX for TV and support themes
Dake Gu
2018-03-22
Improved autofill logging and dumping.
Felipe Leme
2018-01-31
Changed dataset methods that take a Pattern filter to accept null.
Felipe Leme
2017-11-30
Changed Dataset.setValue() methods to allow filtering with authentication.
Felipe Leme
2017-11-22
Minor improvements on autofill javadocs and logging.
Felipe Leme
2017-10-20
Minor improvements on Autofill:
Felipe Leme
2017-10-20
Merge "Allow datasets without presentation to optimize authentication use case."
TreeHugger Robot
2017-10-19
Allow datasets without presentation to optimize authentication use case.
Felipe Leme
2017-10-18
Improved logging on autofill validators.
Felipe Leme
2017-10-04
New autofill API: let service explicitly set dataset filter.
Felipe Leme
2017-09-21
Fixing method asymmetry in Parcel
Sunny Goyal
2017-09-01
New Autofill API: SaveRequest.getDatasetIds()
Felipe Leme
2017-07-26
Don't show Save UI when values filled by user belong to a dataset.
Felipe Leme
2017-06-22
Improved documentation for AutofillService package:
Felipe Leme
2017-05-09
Allow null fill values to support authentication case
Svetoslav Ganov
2017-04-28
Improved Autofill logging.
Felipe Leme
2017-04-18
Add a way to read the last AutofillSelection.
Philip P. Moltmann
2017-04-04
Removed deprecated auto(F)ill classes.
Felipe Leme
2017-04-04
Initial implementation of autofill partitioning.
Felipe Leme
2017-03-31
Moar pre-partitioning refactoring.
Felipe Leme
2017-03-22
Added a UserManager.DISALLOW_AUTOFILL restriction.
Felipe Leme
2017-03-20
Add custom presentation (RemoteViews) on Dataset values.
Felipe Leme
2017-03-14
Decouple Dataset ids from SaveInfo.
Felipe Leme
2017-03-09
Replaced auto-fill by autofill to keep it consistent with API style.
Felipe Leme
2017-02-21
Move the presentation view to proper location.
Svet Ganov
2017-02-20
Add support for remote views backed auto-fill UI
Svet Ganov
2017-02-17
Minor improvements to help diagnose auth workflow.
Felipe Leme
2017-02-13
Refactor auto-fill
Svet Ganov