summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/AutofillService.java
AgeCommit message (Expand)Author
2021-03-24Add AutofillService#onSavedDatasetsInfoRequest.Ahaan Ugale
2020-08-20Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-08-20Update language to comply with Android's inclusive language guidancelpeter
2020-05-04docs: Fixing broken Javadoc commentsAndrew Solovay
2020-04-22Filter the content of the Bundles used as extras and styling APIsTYM Tsai
2019-04-09Merge "Added documentation to note onDisconnected() should not make calls to ...Adam He
2019-04-08Document runtime exception being thrown on afs.getFillEvents().Adam He
2019-04-08Added documentation to note onDisconnected() should not make calls toAdam He
2018-12-06Yet another (major) refactoring on Content Capture and Augmented Autofill.Felipe Leme
2018-09-21Fixed FillCallback.onFailure() and SaveCallback.onFailure() behavior.Felipe Leme
2018-04-19Document compatibility mode limitations.Felipe Leme
2018-04-19Revert "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compa...Felipe Leme
2018-03-23Merge "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat...Felipe Leme
2018-03-22Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode.Felipe Leme
2018-03-22Fixed autofill service metadata name on javadoc sample.Felipe Leme
2018-03-15Cosmetic changes on Field Classification TODOs and docs.Felipe Leme
2018-02-21Use PooledLambda in autofill codeEugene Susla
2018-02-02Autofill compatibility mode.Svetoslav Ganov
2018-01-30Minor javadoc clarification.Felipe Leme
2017-12-19Cherrypick from from oc-mr1-dev doc: Fixing Javadoc formatting.Andrew Solovay
2017-12-14Made Autofill Field Classification API public and documented it.Felipe Leme
2017-12-08Some minor Autofill javadoc improvements.Felipe Leme
2017-12-04Refactored field detection mechanism to support multiple fields.Felipe Leme
2017-11-22Added Privacy section to AutofillService documentation.Felipe Leme
2017-10-12New Autofill API: SaveInfo.setTriggerId()Felipe Leme
2017-10-11Merge "Document how to handle save on multi-steps activity." into oc-mr1-dev ...Felipe Leme
2017-10-11Document how to handle save on multi-steps activity.Felipe Leme
2017-10-06Merge "New Autofill API: SaveInfo.addSanitizer()"TreeHugger Robot
2017-10-05New Autofill API: SaveInfo.addSanitizer()Felipe Leme
2017-10-03Improved javadocs for Autofill save workflow.Felipe Leme
2017-09-26Added missing quote (") on anchor tag.Felipe Leme
2017-09-08Merge "Javadoc: Added alternative to Package verification." into oc-dev am: 0...Felipe Leme
2017-09-05Javadoc: Added alternative to Package verification.Felipe Leme
2017-08-25Merge "Minor Autofill javadoc fixes." into oc-dev am: 560221752eFelipe Leme
2017-08-17Minor Autofill javadoc fixes.Felipe Leme
2017-08-15Merge "Calls CancellationSignal when onFillRequest() times out." into oc-mr1-devTreeHugger Robot
2017-08-14Additional documentation about Autofill / WebView security.Felipe Leme
2017-08-10Calls CancellationSignal when onFillRequest() times out.Felipe Leme
2017-08-01Clarifies how the autofill service should check for signature hashes.Felipe Leme
2017-06-22Improved documentation for AutofillService package:Felipe Leme
2017-06-21Merge changes from topics 'bug_62802026_take_2', 'bug_62802026' into oc-devTreeHugger Robot
2017-06-20Fixed how FillEventHistory is reset and clarified javadoc.Felipe Leme
2017-06-20Removed deprecated, hidden method.Felipe Leme
2017-06-19Fixed updateAutofillValue() when mText is not set.Felipe Leme
2017-05-12Removed deprecated APIs.Felipe Leme
2017-05-06Add call superSvet Ganov
2017-04-29Updates based on API council guidance.Jeff Sharkey
2017-04-26Autofill binding permission fixes.Felipe Leme
2017-04-26Get rid of custom negaitve save button labelSvetoslav Ganov
2017-04-25Return all previous FillContexts onFillPhilip P. Moltmann