summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/FillResponse.java
AgeCommit message (Expand)Author
2021-03-18Add interface for the inline suggestion tooltipTYM Tsai
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-03-17Remove the InlineActions APIFeng Cao
2020-03-09Create InlineAction class to wrap the IntentSender and the presentationFeng Cao
2020-02-14Response and Dataset authentication via inline autofill.Adam He
2020-02-11Used ArrayList instead of ParceledListSlice to fix the weird null parceled fi...Feng Cao
2020-01-28Fix response id in FillResponse parceling.Adam He
2020-01-23Add inline controller UI fields to the autofill response and IME inline responseFeng Cao
2020-01-17Updates API on the FillResponseTYM Tsai
2020-01-09Adds null pointer checkingTYM Tsai
2020-01-06Move Slice into Dataset.Adam He
2019-12-16API for autofill integration with keyboard.Adam He
2019-11-15Adds new API to cancel current sessionTYM Tsai
2019-03-01BUILDER, Y U @NON NULL?Felipe Leme
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-02Merge app-specific and generic user data for field classification.Adam He
2018-11-27Add support for app specific field classification.Adam He
2018-04-25Autofill: new UX for TV and support themesDake Gu
2018-03-23Merge "Improved autofill logging and dumping." into pi-devFelipe Leme
2018-03-22Improved autofill logging and dumping.Felipe Leme
2018-03-21Don't allow null ids on FillResponse.Builder.setAuthentication()Felipe Leme
2017-12-14Made Autofill Field Classification API public and documented it.Felipe Leme
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-12-08Some minor Autofill javadoc improvements.Felipe Leme
2017-12-04New Autofill API: let service set optional header and footer for dataset picker.Felipe Leme
2017-12-04Refactored field detection mechanism to support multiple fields.Felipe Leme
2017-11-23Merge "Changed FillResponse so it can have only a client state."TreeHugger Robot
2017-11-22Minor improvements on autofill javadocs and logging.Felipe Leme
2017-11-20Changed FillResponse so it can have only a client state.Felipe Leme
2017-11-06Very initial field detection prototype.Felipe Leme
2017-10-27Merge "New Autofill API: FillResponse.disableAutofill(duration)"TreeHugger Robot
2017-10-27New Autofill API: FillResponse.disableAutofill(duration)Felipe Leme
2017-10-27Removed all (?!?!?) references to 'affordance' on Autofill documents.Felipe Leme
2017-10-20Minor improvements on Autofill:Felipe Leme
2017-10-18New Autofill API: TYPE_CONTEXT_COMMITTED events.Felipe Leme
2017-09-05Finishes the session when the service returns a null response on authentication.Felipe Leme
2017-08-29Fixed FillResponse.toString() to display list of datasets.Felipe Leme
2017-08-06Fix broken javadocs.Jeff Sharkey
2017-07-31Minor Autofill javadoc fix.Felipe Leme
2017-07-27Uses ParceledListSlice to allow larger number of datasets.Felipe Leme
2017-06-22Improved documentation for AutofillService package:Felipe Leme
2017-06-09Removed deprecated setExtras() method.Felipe Leme
2017-05-09Allow null fill values to support authentication caseSvetoslav Ganov
2017-05-01Removed deprecated setAuthentication() method that didn't take ids.Felipe Leme
2017-04-28Improved Autofill logging.Felipe Leme
2017-04-25Report multiple FillContext-s onSavePhilip P. Moltmann
2017-04-25Merge "Hide deprecated APIs." into oc-devTreeHugger Robot
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-04-24Hide deprecated APIs.Felipe Leme
2017-04-20Implemented FillResponse.setIgnoredIds().Felipe Leme