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
/
service
/
autofill
/
AutofillFieldClassificationService.java
Age
Commit message (
Expand
)
Author
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2019-10-02
Added REQUIRED_ALGO_CREDIT_CARD to field classification.
Adam He
2019-08-09
AutofillFieldClassificationService: Mark constructor as @SystemApi
Narayan Kamath
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-12-11
Merge "Added new API to set field classification algorithms per category."
Adam He
2018-12-07
Added new API to set field classification algorithms per category.
Adam He
2018-11-27
Add support for app specific field classification.
Adam He
2018-08-28
Revert "Fixed FieldClassificationStrategy that gets data from the package info."
Ryan Mitchell
2018-07-25
Fixed FieldClassificationStrategy that gets data from the package info.
Felipe Leme
2018-03-29
Minor javadoc fixes.
Felipe Leme
2018-03-28
Improved documentation of AutofillFieldClassificationService.onGetScores()
Felipe Leme
2018-02-21
Use PooledLambda in autofill code
Eugene Susla
2018-01-23
Don't crash the app when the assist structure cannot be retrieve.
Felipe Leme
2018-01-22
Changed onGetScores() to return null instead of throwing exception.
Felipe Leme
2018-01-19
Minor API changes on Autofill Field Classification:
Felipe Leme
2018-01-19
Implemented getAlgorithm() and getDefaultAlgorithm() using manifest metadata.
Felipe Leme
2018-01-18
Moved Field Classification score logic to ExtServices.
Felipe Leme