summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AdapterView.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-23Revert "The source of subtree chagnes should be the viewParent"Qasid Sadiq
2019-06-25The source of subtree chagnes should be the viewParentQasid Ahmad Sadiq
2019-02-08Disallow reflection access to AdapterView#mDataChanged after P.Sumir Kataria
2018-11-14Minor Content Capture-related changes.Felipe Leme
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-08-21Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-12docs: Fixed typos in AdapterView Javadoc.Shrijana Ghimire
2018-01-26Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla
2018-01-09Move A11y events throttling away from View(RootImpl)Eugene Susla
2017-10-27docs: Typo fixesAndrew Solovay
2017-04-18Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme
2017-04-05Make AdapterView auto-focusable-awareEvan Rosky
2017-03-13Fix a few auto fill ussuesSvet Ganov
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-02-22Added auto-fill support for Spinner.Felipe Leme
2016-04-27Fix ListView losing scroll positionAndrei Stingaceanu
2015-09-16Merge "Fix Spinner not restoring selection when set to GONE"Doris Liu
2015-09-14Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette
2015-09-11Fix Spinner not restoring selection when set to GONEDoris Liu
2015-08-26Avoid NPE when getPositionForView() is called on detached viewAlan Viverette
2015-06-04Revert "Synchronize selected item data on-demand after data set invalidation"Alan Viverette
2015-06-03Synchronize selected item data on-demand after data set invalidationAlan Viverette
2015-06-01Always send VIEW_CLICKED event from AdapterView.performItemClick()Alan Viverette
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-03-06Add more @Nullable annotationsScott Kennedy
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-10-24Printing from two apps at the same time not working.Svet Ganov
2014-10-07Ensure AdapterView doesn't post selection notifications foreverAlan Viverette
2014-09-02Fix accessibility events emitted from TwoStatePreferenceAlan Viverette
2014-02-21am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous smal...Elliott Hughes
2014-01-03Miscellaneous small documentation fixes.Mark Doliner
2013-09-24am 36055c33: am e1cb9acc: Merge "Update AdapterView.performItemClick() docume...Alan Viverette
2013-09-17Update AdapterView.performItemClick() documentationAlan Viverette
2013-09-10Clean up layout constructors, make them consistentAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-06-10Notification for changed subtree in accessibility mode not fired properly.Svetoslav
2013-06-05Optimizing AccessibilityNodeInfo caching.Svetoslav
2012-05-14Improving accessibility focus traversal.Svetoslav Ganov
2012-04-16Perform null check on empty view before doing accessibility check.Mindy Pereira
2012-04-13Accessibility focus - frameworkSvetoslav Ganov
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-10-28docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez
2011-10-19AdapterView does not check for null adapter when initializing accessibility e...Svetoslav Ganov
2011-10-11Merge "DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibi...Svetoslav Ganov
2011-10-11DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibility ev...Svetoslav Ganov
2011-10-11DO NOT MERGE AdapterView#isScrollableForAccessibility does not handle null ad...Svetoslav Ganov