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