summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/FillEventHistory.java
Commit message (Expand)AuthorAgeFilesLines
* docs: Typo fix ("occured" -> "occurred")Andrew Solovay2023-01-101-1/+1
* Provide AutofillService to know how the dataset was shown to userJoanne Chung2022-03-191-6/+127
* Change API names and constants by API reviewlpeter2021-04-201-19/+20
* Add the reason why a save dialog was not shown to FillEventHistory.lpeter2020-10-141-1/+99
* Added TYPE_DATASETS_SHOWN event to FillEventHistoryAdam He2019-07-121-2/+10
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Fixed annotation typo.Felipe Leme2018-03-291-1/+1
* Removed Parcelable from FieldClassification.Felipe Leme2017-12-181-2/+3
* Implemented multiple matches on FieldClassification.getMatches()Felipe Leme2017-12-181-13/+15
* Made Autofill Field Classification API public and documented it.Felipe Leme2017-12-141-16/+10
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-6/+7
* Implemented autofill field classification on multiple fields and user data.Felipe Leme2017-12-061-46/+35
* Refactored the FieldsClassification score mechanism.Felipe Leme2017-12-061-41/+59
* Refactored field detection mechanism to support multiple fields.Felipe Leme2017-12-041-25/+10
* Very initial field detection prototype.Felipe Leme2017-11-061-3/+54
* Minor improvements on Autofill:Felipe Leme2017-10-201-0/+5
* New Autofill API: TYPE_CONTEXT_COMMITTED events.Felipe Leme2017-10-181-11/+272
* Merge "Don't log TYPE_DATASET_SELECTED on dataset authentication."TreeHugger Robot2017-09-081-4/+11
|\
| * Don't log TYPE_DATASET_SELECTED on dataset authentication.Felipe Leme2017-09-081-4/+11
* | New Autofill API: SaveRequest.getDatasetIds()Felipe Leme2017-09-011-0/+5
|/
* Added getClientState() to FillEvent; deprecated it on FillEventHistory.Felipe Leme2017-08-291-4/+23
* Don't add FillEventHistory events to the wrong session.Felipe Leme2017-06-201-2/+13
* Fixed how FillEventHistory is reset and clarified javadoc.Felipe Leme2017-06-201-3/+18
* Add a way to read the last AutofillSelection.Philip P. Moltmann2017-04-181-0/+208