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