summaryrefslogtreecommitdiff
path: root/core/java/android/app/assist/AssistStructure.java
AgeCommit message (Expand)Author
2021-03-26Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky
2021-02-01API: Suppress existing NullableCollections lints (S edition)Adrian Roos
2021-01-11Add MIME types to ViewStructure and autofill/cc ViewNode classesNikita Dubrovsky
2021-01-06Pass focused field's ViewNode information in the augmented autofill requestFeng Cao
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-09-09Update AssistStructure.ViewNode#getMaxTextLength() javadoc.Joanne Chung
2019-12-30Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-09-25Allow empty scheme in setWebDomain().Adam He
2019-08-30Adding nullability annotations on ViewNode/AssistStructure.Aurimas Liutikas
2019-07-19Implement AssistStructure.ViewNode.getHintIdEntry().Adam He
2019-05-01Inject session id on all AutofillIds kept in the service.Felipe Leme
2019-04-25[DO NOT MERGE] Adding API for defining and invoking DirectActionsSunny Goyal
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-04Made ContentCapture APIs available for testing.Felipe Leme
2019-01-22Changed the virtual ids on ContentCapture to be long.Felipe Leme
2019-01-09Implemented missing methods on android.view.contentcapture.ViewNodeFelipe Leme
2018-11-09Expose task id and activity component in task snapshot and assist structureWinson Chung
2018-11-05Initial APIs for Intelligence Service.Felipe Leme
2018-10-10Merge "Added mAutofillFlags for parcelization, and new tests."Adam He
2018-10-09Added mAutofillFlags for parcelization, and new tests.Adam He
2018-10-09Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva
2018-10-09docs: fixing errors found with lint checkkopriva
2018-09-11Revert "Use session id to uniquely identidy autofill ids for multi-session."Felipe Leme
2018-09-10Use session id to uniquely identidy autofill ids for multi-session.Felipe Leme
2018-08-17Merge "Docs: Inserted links to relevant guide pages." into pi-dev am: 283f55f7deLaura Davis
2018-08-16Docs: Inserted links to relevant guide pages.Laura Davis
2018-07-31Disable warning on blocking one-way call from autofill server.Felipe Leme
2018-07-25Added new test for AssistStructure.Felipe Leme
2018-07-19Initial unit tests for AssistStructureFelipe Leme
2018-03-07DO NOT MERGE - Disable warning on blocking one-way call from autofill server.Felipe Leme
2018-02-28Sanity check to avoice NPE if an app-provided URI is invalid.Felipe Leme
2018-02-14Merge "Add support for url_bar sanitization on autofill compat mode."TreeHugger Robot
2018-02-14Add support for url_bar sanitization on autofill compat mode.Felipe Leme
2018-02-08New autofill APIs to get importantForAutofill mode on ViewNodes.felipeal
2018-02-02Autofill compatibility mode.Svetoslav Ganov
2018-01-03Added new Autofill APIs to get name of id used on android:text.Felipe Leme
2017-11-30Make sure apps cannot forge package name on AssistStructure used for Autofill.Felipe Leme
2017-11-17Improve how parcels are recycled on AssisStructure custom parcelization.Felipe Leme
2017-10-13Merge "Added new ViewNode properties for Autofill (minEms, maxEms, maxLength)."TreeHugger Robot
2017-10-06Added new ViewNode properties for Autofill (minEms, maxEms, maxLength).Felipe Leme
2017-10-03Added ViewNode.getWebScheme().Felipe Leme
2017-09-29Fixed warning on getWebDomain()Felipe Leme
2017-07-20Don't create WindowNode on windows with dettached view.Felipe Leme
2017-06-19Fixed updateAutofillValue() when mText is not set.Felipe Leme
2017-06-06Overall improvement on Autofill javadocs for autofillable APIs.Felipe Leme
2017-05-25Removed deprecated setAutofill() method for virtual children.Felipe Leme
2017-05-14Start a new session on manual request after session is "gone".Felipe Leme
2017-05-13Don't print sensitive data on AssistStructure.dump()Felipe Leme
2017-05-12Removed deprecated APIs.Felipe Leme
2017-05-05Report less data in structure to autofill providerPhilip P. Moltmann