summaryrefslogtreecommitdiff
path: root/core/java/android/view/autofill/AutofillValue.java
Commit message (Expand)AuthorAgeFilesLines
* Remove AUTOFILL_TYPE_RICH_CONTENT and related codeNikita Dubrovsky2021-01-071-45/+0
* Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-201-5/+5
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Add unified API for inserting rich content (e.g. pasting an image)Nikita Dubrovsky2020-03-311-0/+45
* Fix typo in javadoc in AutofillValueNikita Dubrovsky2019-12-301-4/+4
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Document AutofillValue.forText() thread safety...Felipe Leme2018-06-011-0/+13
* Refactored field detection mechanism to support multiple fields.Felipe Leme2017-12-041-1/+1
* Revert "Trim text from autofillvalue when checking for empty."Felipe Leme2017-06-161-4/+1
* Trim text from autofillvalue when checking for empty.Felipe Leme2017-06-161-1/+4
* Don't copy NoCopySpans for assist and autofillFelipe Leme2017-05-021-1/+3
* Improved Autofill logging.Felipe Leme2017-04-281-7/+11
* Minor fixes on Autofill Framework:Felipe Leme2017-04-241-1/+0
* Merge "Do not filter non text values."Philip P. Moltmann2017-03-151-6/+0
|\
| * Do not filter non text values.Philip P. Moltmann2017-03-141-6/+0
* | Decouple Dataset ids from SaveInfo.Felipe Leme2017-03-141-4/+15
|/
* Make it clear which type of AutoFillValue is setPhilip P. Moltmann2017-03-141-50/+122
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-0/+211