index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
autofill
/
AutofillValue.java
Age
Commit message (
Expand
)
Author
2021-01-07
Remove AUTOFILL_TYPE_RICH_CONTENT and related code
Nikita Dubrovsky
2020-10-20
Apply fixes for EfficientStringsChecker.
Jeff Sharkey
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-03-31
Add unified API for inserting rich content (e.g. pasting an image)
Nikita Dubrovsky
2019-12-30
Fix typo in javadoc in AutofillValue
Nikita Dubrovsky
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-06-01
Document AutofillValue.forText() thread safety...
Felipe Leme
2017-12-04
Refactored field detection mechanism to support multiple fields.
Felipe Leme
2017-06-16
Revert "Trim text from autofillvalue when checking for empty."
Felipe Leme
2017-06-16
Trim text from autofillvalue when checking for empty.
Felipe Leme
2017-05-02
Don't copy NoCopySpans for assist and autofill
Felipe Leme
2017-04-28
Improved Autofill logging.
Felipe Leme
2017-04-24
Minor fixes on Autofill Framework:
Felipe Leme
2017-03-15
Merge "Do not filter non text values."
Philip P. Moltmann
2017-03-14
Do not filter non text values.
Philip P. Moltmann
2017-03-14
Decouple Dataset ids from SaveInfo.
Felipe Leme
2017-03-14
Make it clear which type of AutoFillValue is set
Philip P. Moltmann
2017-03-09
Replaced auto-fill by autofill to keep it consistent with API style.
Felipe Leme