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
/
SaveInfo.java
Age
Commit message (
Expand
)
Author
2020-10-20
Apply fixes for EfficientStringsChecker.
Jeff Sharkey
2020-04-29
Update inner class constructor refs to use proper syntax.
Andrew Sapperstein
2019-11-27
Improves text of the negative button on the save UI
TYM Tsai
2019-10-16
Enhances the title and the positive button style on the save UI
TYM Tsai
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-09-14
Minor improvement on new Q API javadocs.
Felipe Leme
2018-08-28
Fixed new multi-screens autofill API:
Felipe Leme
2018-08-07
Added new API to support multi-activity autofill workflows.
Felipe Leme
2018-03-23
Merge "Improved autofill logging and dumping." into pi-dev
Felipe Leme
2018-03-22
Improved autofill logging and dumping.
Felipe Leme
2018-03-21
Don't allow null ids on FillResponse.Builder.setAuthentication()
Felipe Leme
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-11-22
Minor improvements on autofill javadocs and logging.
Felipe Leme
2017-11-18
Optimize Autofill Sanitizer to work as a Validator.
Felipe Leme
2017-10-26
Minor fixes on SaveInfo javadoc.
Felipe Leme
2017-10-12
New Autofill API: SaveInfo.setTriggerId()
Felipe Leme
2017-10-05
New Autofill API: SaveInfo.addSanitizer()
Felipe Leme
2017-08-02
Minor Autofill changes after API council review.
Felipe Leme
2017-07-26
Don't show Save UI when values filled by user belong to a dataset.
Felipe Leme
2017-07-18
Changed SaveInfo so it supports just optional ids.
Felipe Leme
2017-07-12
Handle failures in validators
Philip P. Moltmann
2017-06-28
Initial implementation of the new Save APIs.
Felipe Leme
2017-06-22
Improved documentation for AutofillService package:
Felipe Leme
2017-06-15
Throw IAE when service add null AutofillIds on SaveInfo methods.
Felipe Leme
2017-05-12
Removed deprecated APIs.
Felipe Leme
2017-05-05
Fixed scenario where an authentication response has no dataset.
Felipe Leme
2017-04-28
Improved Autofill logging.
Felipe Leme
2017-04-26
Get rid of custom negaitve save button label
Svetoslav Ganov
2017-04-21
Removed deprecated SaveInfo methods.
Felipe Leme
2017-04-18
Some Autofill API changes.
Felipe Leme
2017-04-18
Change saveOnAllViewsInsible from boolean to flags
Philip P. Moltmann
2017-04-16
Allow to finish session when all views are gone
Philip P. Moltmann
2017-04-14
Add support for multiple fill contexts
Svet Ganov
2017-04-06
Autofill Partitioning: support multiple SaveInfos.
Felipe Leme
2017-04-06
Merge "Created SaveInfo types for email and username." into oc-dev
TreeHugger Robot
2017-04-04
Removed deprecated auto(F)ill classes.
Felipe Leme
2017-04-04
Created SaveInfo types for email and username.
Felipe Leme
2017-03-16
Temporarily removed check for null requiredIds on SaveInfo builder.
Felipe Leme
2017-03-15
Allow users to manually request Autofill.
Felipe Leme
2017-03-14
Decouple Dataset ids from SaveInfo.
Felipe Leme
2017-03-13
Temporarily re-added addSavableIds() with AutoFillId.
Felipe Leme
2017-03-09
Replaced auto-fill by autofill to keep it consistent with API style.
Felipe Leme
2017-03-03
Fill-provider can control the negative button label and listener
Svet Ganov
2017-02-27
Added customization to SaveInfo.
Felipe Leme
2017-02-24
Refactored savableIds() into a SaveInfo class.
Felipe Leme