summaryrefslogtreecommitdiff
path: root/core/java/android/app/assist/AssistStructure.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-3/+3
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-3/+3
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-3/+3
* Fix FLAGS_ALL_CONTROL to match more recently added flags.Adam He2021-07-281-1/+6
* Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky2021-03-261-10/+10
* API: Suppress existing NullableCollections lints (S edition)Adrian Roos2021-02-011-0/+2
* Add MIME types to ViewStructure and autofill/cc ViewNode classesNikita Dubrovsky2021-01-111-0/+29
* Pass focused field's ViewNode information in the augmented autofill requestFeng Cao2021-01-061-31/+142
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Update AssistStructure.ViewNode#getMaxTextLength() javadoc.Joanne Chung2020-09-091-4/+3
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-2/+3
* Allow empty scheme in setWebDomain().Adam He2019-09-251-6/+19
* Adding nullability annotations on ViewNode/AssistStructure.Aurimas Liutikas2019-08-301-0/+10
* Implement AssistStructure.ViewNode.getHintIdEntry().Adam He2019-07-191-12/+40
* Inject session id on all AutofillIds kept in the service.Felipe Leme2019-05-011-1/+10
* [DO NOT MERGE] Adding API for defining and invoking DirectActionsSunny Goyal2019-04-251-0/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-2/+2
* Made ContentCapture APIs available for testing.Felipe Leme2019-02-041-1/+3
* Changed the virtual ids on ContentCapture to be long.Felipe Leme2019-01-221-2/+3
* Implemented missing methods on android.view.contentcapture.ViewNodeFelipe Leme2019-01-091-1/+2
* Expose task id and activity component in task snapshot and assist structureWinson Chung2018-11-091-28/+47
* Initial APIs for Intelligence Service.Felipe Leme2018-11-051-1/+6
* Merge "Added mAutofillFlags for parcelization, and new tests."Adam He2018-10-101-47/+132
|\
| * Added mAutofillFlags for parcelization, and new tests.Adam He2018-10-091-47/+132
* | Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva2018-10-091-3/+3
|\ \ | |/ |/|
| * docs: fixing errors found with lint checkkopriva2018-10-091-3/+3
* | Revert "Use session id to uniquely identidy autofill ids for multi-session."Felipe Leme2018-09-111-13/+0
* | Use session id to uniquely identidy autofill ids for multi-session.Felipe Leme2018-09-101-0/+13
* | Merge "Docs: Inserted links to relevant guide pages." into pi-dev am: 283f55f7deLaura Davis2018-08-171-4/+9
|\|
| * Docs: Inserted links to relevant guide pages.Laura Davis2018-08-161-4/+9
| * DO NOT MERGE - Disable warning on blocking one-way call from autofill server.Felipe Leme2018-03-071-0/+16
* | Disable warning on blocking one-way call from autofill server.Felipe Leme2018-07-311-0/+16
* | Added new test for AssistStructure.Felipe Leme2018-07-251-2/+2
* | Initial unit tests for AssistStructureFelipe Leme2018-07-191-2/+2
|/
* Sanity check to avoice NPE if an app-provided URI is invalid.Felipe Leme2018-02-281-0/+5
* Merge "Add support for url_bar sanitization on autofill compat mode."TreeHugger Robot2018-02-141-8/+12
|\
| * Add support for url_bar sanitization on autofill compat mode.Felipe Leme2018-02-141-8/+12
* | New autofill APIs to get importantForAutofill mode on ViewNodes.felipeal2018-02-081-1/+21
|/
* Autofill compatibility mode.Svetoslav Ganov2018-02-021-6/+11
* Added new Autofill APIs to get name of id used on android:text.Felipe Leme2018-01-031-2/+24
* Make sure apps cannot forge package name on AssistStructure used for Autofill.Felipe Leme2017-11-301-0/+10
* Improve how parcels are recycled on AssisStructure custom parcelization.Felipe Leme2017-11-171-12/+17
* Merge "Added new ViewNode properties for Autofill (minEms, maxEms, maxLength)."TreeHugger Robot2017-10-131-0/+57
|\
| * Added new ViewNode properties for Autofill (minEms, maxEms, maxLength).Felipe Leme2017-10-061-0/+57
* | Added ViewNode.getWebScheme().Felipe Leme2017-10-031-3/+22
|/
* Fixed warning on getWebDomain()Felipe Leme2017-09-291-4/+4
* Don't create WindowNode on windows with dettached view.Felipe Leme2017-07-201-0/+4
* Fixed updateAutofillValue() when mText is not set.Felipe Leme2017-06-191-0/+3
* Overall improvement on Autofill javadocs for autofillable APIs.Felipe Leme2017-06-061-43/+41
* Removed deprecated setAutofill() method for virtual children.Felipe Leme2017-05-251-5/+0