summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/AutofillService.java
Commit message (Expand)AuthorAgeFilesLines
* Add pendingIntent to FillRequest to enable retriggeringskxu2022-01-281-0/+8
* Fix typo.Amy Gu2021-12-231-1/+1
* Add AutofillService#onSavedDatasetsInfoRequest.Ahaan Ugale2021-03-241-0/+37
* Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-08-201-7/+7
|\
| * Update language to comply with Android's inclusive language guidancelpeter2020-08-201-7/+7
* | docs: Fixing broken Javadoc commentsAndrew Solovay2020-05-041-1/+1
* | Filter the content of the Bundles used as extras and styling APIsTYM Tsai2020-04-221-0/+2
|/
* Merge "Added documentation to note onDisconnected() should not make calls to ...Adam He2019-04-091-0/+2
|\
| * Added documentation to note onDisconnected() should not make calls toAdam He2019-04-081-0/+2
* | Document runtime exception being thrown on afs.getFillEvents().Adam He2019-04-081-0/+2
|/
* Yet another (major) refactoring on Content Capture and Augmented Autofill.Felipe Leme2018-12-061-1/+1
* Fixed FillCallback.onFailure() and SaveCallback.onFailure() behavior.Felipe Leme2018-09-211-5/+2
* Document compatibility mode limitations.Felipe Leme2018-04-191-4/+25
* Revert "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compa...Felipe Leme2018-04-191-3/+0
* Merge "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat...Felipe Leme2018-03-231-0/+3
|\
| * Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode.Felipe Leme2018-03-221-0/+3
* | Fixed autofill service metadata name on javadoc sample.Felipe Leme2018-03-221-1/+1
|/
* Cosmetic changes on Field Classification TODOs and docs.Felipe Leme2018-03-151-1/+0
* Use PooledLambda in autofill codeEugene Susla2018-02-211-52/+15
* Autofill compatibility mode.Svetoslav Ganov2018-02-021-1/+38
* Minor javadoc clarification.Felipe Leme2018-01-301-5/+4
* Cherrypick from from oc-mr1-dev doc: Fixing Javadoc formatting.Andrew Solovay2017-12-191-1/+1
* Made Autofill Field Classification API public and documented it.Felipe Leme2017-12-141-5/+38
* Some minor Autofill javadoc improvements.Felipe Leme2017-12-081-1/+1
* Refactored field detection mechanism to support multiple fields.Felipe Leme2017-12-041-1/+7
* Added Privacy section to AutofillService documentation.Felipe Leme2017-11-221-1/+14
* New Autofill API: SaveInfo.setTriggerId()Felipe Leme2017-10-121-1/+1
* Merge "Document how to handle save on multi-steps activity." into oc-mr1-dev ...Felipe Leme2017-10-111-0/+75
|\
| * Document how to handle save on multi-steps activity.Felipe Leme2017-10-111-0/+75
* | Merge "New Autofill API: SaveInfo.addSanitizer()"TreeHugger Robot2017-10-061-1/+1
|\ \ | |/ |/|
| * New Autofill API: SaveInfo.addSanitizer()Felipe Leme2017-10-051-1/+1
* | Improved javadocs for Autofill save workflow.Felipe Leme2017-10-031-3/+9
|/
* Added missing quote (") on anchor tag.Felipe Leme2017-09-261-1/+1
* Merge "Javadoc: Added alternative to Package verification." into oc-dev am: 0...Felipe Leme2017-09-081-1/+15
|\
| * Javadoc: Added alternative to Package verification.Felipe Leme2017-09-051-1/+15
* | Merge "Minor Autofill javadoc fixes." into oc-dev am: 560221752eFelipe Leme2017-08-251-5/+6
|\|
| * Minor Autofill javadoc fixes.Felipe Leme2017-08-171-5/+6
* | Merge "Calls CancellationSignal when onFillRequest() times out." into oc-mr1-devTreeHugger Robot2017-08-151-5/+5
|\ \ | |/ |/|
| * Calls CancellationSignal when onFillRequest() times out.Felipe Leme2017-08-101-5/+5
* | Additional documentation about Autofill / WebView security.Felipe Leme2017-08-141-1/+71
|/
* Clarifies how the autofill service should check for signature hashes.Felipe Leme2017-08-011-3/+40
* Improved documentation for AutofillService package:Felipe Leme2017-06-221-14/+214
* Merge changes from topics 'bug_62802026_take_2', 'bug_62802026' into oc-devTreeHugger Robot2017-06-211-4/+14
|\
| * Fixed how FillEventHistory is reset and clarified javadoc.Felipe Leme2017-06-201-4/+14
* | Removed deprecated, hidden method.Felipe Leme2017-06-201-7/+0
|/
* Fixed updateAutofillValue() when mText is not set.Felipe Leme2017-06-191-4/+5
* Removed deprecated APIs.Felipe Leme2017-05-121-72/+2
* Add call superSvet Ganov2017-05-061-0/+2
* Updates based on API council guidance.Jeff Sharkey2017-04-291-1/+1
* Autofill binding permission fixes.Felipe Leme2017-04-261-1/+1