summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewStructure.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
2020-11-11Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas
2019-09-26Added documentation on how hintIdEntry was used.Adam He
2019-07-19Implement AssistStructure.ViewNode.getHintIdEntry().Adam He
2018-11-12Added moar ContentCapture APIs (and their initial implementation).Felipe Leme
2018-08-16Docs: Inserted links to relevant guide pages.Laura Davis
2018-02-08New autofill APIs to get importantForAutofill mode on ViewNodes.felipeal
2018-01-03Added new Autofill APIs to get name of id used on android:text.Felipe Leme
2017-10-19Make new Autofill API concretes, so they don't break support library.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-06-06Overall improvement on Autofill javadocs for autofillable APIs.Felipe Leme
2017-05-25Removed deprecated setAutofill() method for virtual children.Felipe Leme
2017-05-02Removed deprecated ViewStructure.setUrl() method.Felipe Leme
2017-04-28Changed HtmlInfo.getAttributes() to return List instead of ArrayListFelipe Leme
2017-04-25Provide a way to set AutofillId on ViewStructure.Felipe Leme
2017-04-24Replaced getUrl() by getWebDomain().Felipe Leme
2017-04-18Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme
2017-04-01Merge "Created an HtmlInfo object on ViewStructure." into oc-devTreeHugger Robot
2017-03-30Rename autoFillHint to autoFillHints.Philip P. Moltmann
2017-03-30Created an HtmlInfo object on ViewStructure.Felipe Leme
2017-03-22Added LocaleList on ViewStructure.Felipe Leme
2017-03-21Fixed bad link caused by race conditions on git merges.Felipe Leme
2017-03-21Merge "Changes on Assist structure to handle virtual child for autofill:"TreeHugger Robot
2017-03-20Improved WebView -> ViewStructure mapping for Autofill.Felipe Leme
2017-03-20Changes on Assist structure to handle virtual child for autofill:Felipe Leme
2017-03-18Batch autofill() calls to views with virtual children.Felipe Leme
2017-03-17Removed 'virtual' from autofill method names.Felipe Leme
2017-03-15Allow users to manually request Autofill.Felipe Leme
2017-03-14Merge "Change autoFillHint to list of strings"Philip P. Moltmann
2017-03-14Renamed ViewStructure.setSanitized() to setDataIsSensitive().Felipe Leme
2017-03-13Change autoFillHint to list of stringsPhilip P. Moltmann
2017-03-10AssistStructure improvementsAmith Yamasani
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-03-07Replace AutoFillType by view constants.Felipe Leme
2017-03-03Add forAutoFill suffix on ViewStructure methods that add children.Felipe Leme
2017-03-02Add autoFillHint property to viewPhilip P. Moltmann
2017-02-27Added inputType to Assist API.Felipe Leme
2017-02-22Added auto-fill support for Spinner.Felipe Leme
2017-02-21Add API to mark sanitized fields and implement it on TextView.Felipe Leme
2017-02-16Merge "Add URL on ViewStructure."Felipe Leme
2017-02-15Add URL on ViewStructure.Felipe Leme
2017-02-15Minor fixes on documentation.Felipe Leme
2017-02-07Get rid of VirtualViewDelegate.Felipe Leme
2017-02-01Improved AutoFill Save workflow.Felipe Leme
2017-01-10YAMAFFR - Yet Another Major AutoFill Framework RefactoringFelipe Leme
2016-11-11Added a callback for AutoFillService.Felipe Leme