summaryrefslogtreecommitdiff
path: root/core/java/android/view/autofill/AutofillManager.java
Commit message (Expand)AuthorAgeFilesLines
* Reset Autofill dialog if the content is changedTYM Tsai2022-12-121-86/+168
* Log why presentation was not shownskxu2022-06-011-11/+66
* Fix inline tooltip position is wrongTYM Tsai2022-05-241-0/+8
* Fix Autofill dialog does not workTYM Tsai2022-05-041-41/+20
* Merge "[Autofill Crash]: Fix NPE in AutofillManager." into tm-devSimranjit Kohli2022-04-211-1/+1
|\
| * [Autofill Crash]: Fix NPE in AutofillManager.Simranjit Kohli2022-04-201-1/+1
* | Use device config to control hints allow list for fill dialogTYM Tsai2022-04-201-5/+54
|/
* Merge "Make TextView do not show IME when fill dialog popup" into tm-devTYM Tsai2022-03-311-12/+54
|\
| * Make TextView do not show IME when fill dialog popupTYM Tsai2022-03-231-12/+54
* | Merge "API feedback: Modify javadoc for showAutofillDialog" into tm-devTYM Tsai2022-03-241-3/+18
|\ \
| * | API feedback: Modify javadoc for showAutofillDialogTYM Tsai2022-03-241-3/+18
| |/
* / [DO NOT MERGE] Remove the Client Suggestions APIsTYM Tsai2022-03-221-92/+0
|/
* Allow AutofillService can identify if fill dialog presentation is needed.Joanne Chung2022-03-181-2/+2
* API feedback: Modify javadoc for showAutofillDialogTYM Tsai2022-03-091-7/+9
* Make fill dialog feature controlled by device configTYM Tsai2022-02-241-2/+23
* API to show autofill dialog.Ahaan Ugale2022-02-101-3/+43
* Implement actions on client and service for bottom sheetTYM Tsai2022-01-271-0/+11
* Notify Autofill while activity startedTYM Tsai2022-01-271-0/+83
* Migrate compat mode allowed list to DeviceConfigTYM Tsai2021-12-211-0/+18
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-2/+1
* Merge "Remove activity name from autofill metrics logger." into sc-dev am: c2...Adam He2021-07-011-1/+4
|\
| * Remove activity name from autofill metrics logger.Adam He2021-06-291-1/+4
| * [DO NOT MERGE] Remove the Client Suggestions APIsTYM Tsai2021-05-191-92/+0
|/
* Update some autofill var names for clarityNikita Dubrovsky2021-03-241-8/+8
* Merge changes from topic "client_suggestions_fillrequest-sc-dev" into sc-devTreeHugger Robot2021-03-091-0/+92
|\
| * Adds fill request APIs for the client suggestionsTYM Tsai2021-03-081-0/+92
* | Merge "Pass InlineSuggestionsRequest via autofill auth intent extras" into sc...TreeHugger Robot2021-03-061-0/+12
|\ \ | |/ |/|
| * Pass InlineSuggestionsRequest via autofill auth intent extrasFeng Cao2021-02-261-0/+12
* | Fix NPE in AutofillManager when feature autofill is disabledJoanne Chung2021-02-231-1/+4
* | Allow autofill auth intent result to specify whether the new dataset is ephem...Feng Cao2021-02-041-0/+33
|/
* Pass focused field's ViewNode information in the augmented autofill requestFeng Cao2021-01-061-0/+34
* Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky2020-11-271-4/+4
* Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky2020-11-171-1/+1
* Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky2020-11-121-8/+6
* Use a separate code path for rich content in augmented autofillNikita Dubrovsky2020-10-271-0/+54
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-1/+0
* Send ContentCapture events with mHandler to prevent threading issues causing ...Adam He2020-09-291-2/+1
* Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-3/+3
|\
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-3/+3
* | Undo the initialization if TimeoutException occurred.Joanne Chung2020-07-231-18/+47
|/
* Handle SyncResultReceiver.TimeoutExceptionJoanne Chung2020-06-081-16/+35
* AF Inline: Notify the registered AutofillCallback, also fix filtering.Ahaan Ugale2020-05-291-10/+43
* Fix cts fail for android.autofillservice.cts.augmentedlpeter2020-05-121-2/+11
* Prevent crash when AutofillManager.isEnabled() is calledJoanne Chung2020-05-081-1/+7
* Make autofill requested by augmented autofill service non-manualFeng Cao2020-05-041-2/+21
* Hide augmented inline suggestion if field value is changed to not emptyFeng Cao2020-04-131-11/+0
* Merge "Allow autofill to request show soft IME through InputMethodManager" in...TreeHugger Robot2020-03-281-0/+49
|\
| * Allow autofill to request show soft IME through InputMethodManagerFeng Cao2020-03-271-0/+49
* | Fix single field highlighting for autofill.Adam He2020-03-251-1/+2
|/
* Merge "Hide autofill highlight if filling only the focused field." into rvc-devAdam He2020-03-131-12/+16
|\