summaryrefslogtreecommitdiff
path: root/core/java/android/view/autofill/AutofillId.java
AgeCommit message (Expand)Author
2021-01-06Pass focused field's ViewNode information in the augmented autofill requestFeng Cao
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-06-03Made AutofillId.withoutSession is testable.Joanne Chung
2020-06-03Fix AugmentedAutofillService onFillRequest() wrong focused AutofillId for Web...Joanne Chung
2019-05-01Inject session id on all AutofillIds kept in the service.Felipe Leme
2019-05-01New @TestApi: AutofillId.equalsIgnoreSessionFelipe Leme
2019-03-14Improve error message when expecting a non-virtual autofill id.Felipe Leme
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-06Made moar ContentCapture APIs available for testing.Felipe Leme
2019-01-22Changed the virtual ids on ContentCapture to be long.Felipe Leme
2019-01-11Added an (optional) session id to Autofill id.Felipe Leme
2018-09-11Revert "Use session id to uniquely identidy autofill ids for multi-session."Felipe Leme
2018-09-10Use session id to uniquely identidy autofill ids for multi-session.Felipe Leme
2018-02-15New Autofill API: notifyViewClicked()Felipe Leme
2017-07-10Verify regex on CharSequenceTransformationPhilip P. Moltmann
2017-04-28Improved Autofill logging.Felipe Leme
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme