summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/UserData.java
Commit message (Expand)AuthorAgeFilesLines
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-4/+5
* Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-201-2/+2
* BUILDER, Y U @NON NULL?Felipe Leme2019-03-011-0/+4
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Merge app-specific and generic user data for field classification.Adam He2019-01-021-1/+8
* Added new API to set field classification algorithms per category.Adam He2018-12-071-28/+129
* Allow multiple categories per value on FieldClassification's UserData.Felipe Leme2018-08-171-5/+13
* Cosmetic changes on Field Classification TODOs and docs.Felipe Leme2018-03-151-9/+6
* Autofill Field Classification improvements.Felipe Leme2018-02-141-53/+102
* New Autofill APIs for UserData id.Felipe Leme2018-01-291-8/+36
* Minor API changes on Autofill Field Classification:Felipe Leme2018-01-191-6/+3
* Refactored Field Classification score logic so it can be moved to ExtServices.Felipe Leme2018-01-031-15/+54
* Made Autofill Field Classification API public and documented it.Felipe Leme2017-12-141-17/+7
* Moar changes for Autofill Field Classification mechanism:Felipe Leme2017-12-061-9/+29
* Implemented autofill field classification on multiple fields and user data.Felipe Leme2017-12-061-5/+14
* Refactored field detection mechanism to support multiple fields.Felipe Leme2017-12-041-0/+288