summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/ImageTransformation.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-4/+5
* Update inner class constructor refs to use proper syntax.Andrew Sapperstein2020-04-291-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* New Autofill API: add (optional) content description on ImageTransformation.Felipe Leme2017-10-031-23/+95
* CharSequenceTransformation should not change anything when comparision fails.Felipe Leme2017-08-091-2/+1
* Don't show a custom description if any transformation fail.Felipe Leme2017-07-181-7/+15
* Uses Pattern instead of String for new Autofill Save API.Felipe Leme2017-07-181-21/+14
* Changed SaveInfo so it supports just optional ids.Felipe Leme2017-07-181-1/+3
* Merge "Make CustomDescription safe against crashes"TreeHugger Robot2017-07-121-1/+2
|\
| * Make CustomDescription safe against crashesPhilip P. Moltmann2017-07-121-1/+2
* | Verify regex for SimpleRegexVerifierPhilip P. Moltmann2017-07-121-2/+4
|/
* Stabilize order of options in ImageTransformationPhilip P. Moltmann2017-07-111-9/+11
* Verify regex on ImageTransformationPhilip P. Moltmann2017-07-101-39/+41
* Initial implementation of the new Save APIs.Felipe Leme2017-06-281-0/+210