summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/FillResponse.java
Commit message (Expand)AuthorAgeFilesLines
* [Autofill Crash]: Fix NPE in AutofillManager.Simranjit Kohli2022-04-201-0/+8
* Add pendingIntent to FillRequest to enable retriggeringskxu2022-01-281-2/+14
* Adds APIs for Autofill bottom sheet UITYM Tsai2022-01-271-11/+203
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-10/+10
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-10/+10
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-10/+10
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-3/+4
* Add interface for the inline suggestion tooltipTYM Tsai2021-03-181-1/+32
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Remove the InlineActions APIFeng Cao2020-03-171-37/+0
* Create InlineAction class to wrap the IntentSender and the presentationFeng Cao2020-03-091-11/+8
* Response and Dataset authentication via inline autofill.Adam He2020-02-141-1/+78
* Used ArrayList instead of ParceledListSlice to fix the weird null parceled fi...Feng Cao2020-02-111-13/+12
* Fix response id in FillResponse parceling.Adam He2020-01-281-1/+1
* Add inline controller UI fields to the autofill response and IME inline responseFeng Cao2020-01-231-0/+42
* Updates API on the FillResponseTYM Tsai2020-01-171-4/+4
* Adds null pointer checkingTYM Tsai2020-01-091-4/+6
* Move Slice into Dataset.Adam He2020-01-061-35/+13
* API for autofill integration with keyboard.Adam He2019-12-161-2/+38
* Adds new API to cancel current sessionTYM Tsai2019-11-151-0/+36
* BUILDER, Y U @NON NULL?Felipe Leme2019-03-011-2/+13
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Merge app-specific and generic user data for field classification.Adam He2019-01-021-0/+3
* Add support for app specific field classification.Adam He2018-11-271-0/+31
* Autofill: new UX for TV and support themesDake Gu2018-04-251-0/+9
* Merge "Improved autofill logging and dumping." into pi-devFelipe Leme2018-03-231-17/+34
|\
| * Improved autofill logging and dumping.Felipe Leme2018-03-221-17/+34
* | Don't allow null ids on FillResponse.Builder.setAuthentication()Felipe Leme2018-03-211-8/+11
|/
* Made Autofill Field Classification API public and documented it.Felipe Leme2017-12-141-14/+10
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+1
* Some minor Autofill javadoc improvements.Felipe Leme2017-12-081-13/+12
* New Autofill API: let service set optional header and footer for dataset picker.Felipe Leme2017-12-041-0/+104
* Refactored field detection mechanism to support multiple fields.Felipe Leme2017-12-041-22/+36
* Merge "Changed FillResponse so it can have only a client state."TreeHugger Robot2017-11-231-6/+9
|\
| * Changed FillResponse so it can have only a client state.Felipe Leme2017-11-201-6/+9
* | Minor improvements on autofill javadocs and logging.Felipe Leme2017-11-221-2/+6
|/
* Very initial field detection prototype.Felipe Leme2017-11-061-5/+40
* Merge "New Autofill API: FillResponse.disableAutofill(duration)"TreeHugger Robot2017-10-271-10/+96
|\
| * New Autofill API: FillResponse.disableAutofill(duration)Felipe Leme2017-10-271-10/+96
* | Removed all (?!?!?) references to 'affordance' on Autofill documents.Felipe Leme2017-10-271-1/+1
|/
* Minor improvements on Autofill:Felipe Leme2017-10-201-3/+3
* New Autofill API: TYPE_CONTEXT_COMMITTED events.Felipe Leme2017-10-181-1/+41
* Finishes the session when the service returns a null response on authentication.Felipe Leme2017-09-051-4/+6
* Fixed FillResponse.toString() to display list of datasets.Felipe Leme2017-08-291-1/+1
* Fix broken javadocs.Jeff Sharkey2017-08-061-1/+1
* Minor Autofill javadoc fix.Felipe Leme2017-07-311-3/+3
* Uses ParceledListSlice to allow larger number of datasets.Felipe Leme2017-07-271-10/+22
* Improved documentation for AutofillService package:Felipe Leme2017-06-221-107/+14
* Removed deprecated setExtras() method.Felipe Leme2017-06-091-11/+0
* Allow null fill values to support authentication caseSvetoslav Ganov2017-05-091-1/+2