summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Spinner.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-03-08Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme
2017-03-07Replace AutoFillType by view constants.Felipe Leme
2017-03-04Don't set auto-fill options when Spinner has no adapter.Felipe Leme
2017-02-22Added auto-fill support for Spinner.Felipe Leme
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-09-23Custom pointer icon for standard widgetsVladislav Kaznacheev
2016-04-08Add @TestApi method to Spinner to test whether popup is showing.Kirill Grouchnikov
2016-01-11Apply Spinner dropDownSelector value from XMLAlan Viverette
2015-08-31Pull out widget helpers into their own classes.Oren Blasberg
2015-08-12Clean up Spinner constructor docs, final class varsAlan Viverette
2015-06-22Ensure child is attached before performing measure/layout in SpinnerAlan Viverette
2015-06-11Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell
2015-06-02API review feedback for ThemedSpinnerAdapter, SpinnerAlan Viverette
2015-04-16Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-16Ensure spinner variables are initialized correctlyAlan Viverette
2015-01-14Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2014-10-07Put in real "code" (aka marketing) name.Dianne Hackborn
2014-08-28Fix docs buildAlan Viverette
2014-08-28Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette
2014-06-17Throw exception when a bad adapter is passed to SpinnerAlan Viverette
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2014-01-27am 86824cf0: am 3a3def13: am 0e8f02d6: am 76dcacad: am 1ff4293e: Merge "Fixed...Christopher Tate
2014-01-27Merge "Fixed race condition in Spinner.DialogPopup on null reference."Christopher Tate
2013-09-10am 218b1163: am 6a221b3f: Fix some bizarre Spinner behaviorAdam Powell
2013-09-10Fix some bizarre Spinner behaviorAdam Powell
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-27Merge "Update AccessibilityNodeInfo API as per API council request" into klp-devSvetoslav Ganov
2013-08-27Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov
2013-08-22Reconcile drag-to-open and touch event interceptionAlan Viverette
2013-08-21Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...Alan Viverette
2013-08-19Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette
2013-08-16Move forwarding code to ListPopupWindow, add drag-to-open in SpinnerAlan Viverette
2013-07-29Don't show spinner popup if adapter is nullAlan Viverette
2013-07-24Update setAdapter() documentation for SpinnerAlan Viverette
2013-07-12Fixed race condition in Spinner.DialogPopup on null reference.Daniel 2 Olofsson
2013-04-10Permit null adapters in SpinnersAdam Powell
2013-03-05Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio
2012-12-10Preserve Spinner widget open state across instance save/restoreAdam Powell
2012-10-03Close a Spinner dropdown if its anchor view goes away.Adam Powell