summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/CustomDescription.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-2/+3
* Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-201-3/+3
* Update inner class constructor refs to use proper syntax.Andrew Sapperstein2020-04-291-1/+1
* BUILDER, Y U @NON NULL?Felipe Leme2019-03-011-0/+4
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Clarified that some autofill interfaces can only be implemented by the system.Felipe Leme2018-09-131-1/+2
* New Autofill Save UI API to switch visibility of views.Felipe Leme2018-08-201-4/+97
* Minor javadoc clarification.Felipe Leme2018-01-301-1/+4
* Removed all (?!?!?) references to 'affordance' on Autofill documents.Felipe Leme2017-10-271-2/+2
* New Autofill API: CustomDescription.batchUpdates()Felipe Leme2017-10-171-33/+162
* Hides the Save UI while handling a pending intent from CustomDescription.Felipe Leme2017-08-281-0/+14
* Fix CustomDescription so it allows multiple transformations per view id.Felipe Leme2017-08-101-15/+25
* Minor Autofill changes after API council review.Felipe Leme2017-08-021-7/+7
* Don't show a custom description if any transformation fail.Felipe Leme2017-07-181-1/+3
* Make CustomDescription safe against crashesPhilip P. Moltmann2017-07-121-3/+7
* Initial implementation of the new Save APIs.Felipe Leme2017-06-281-0/+218