summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Spinner.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-5/+2
* Ensure spinner variables are initialized correctlyAlan Viverette2015-01-161-67/+93
* Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette2015-01-141-20/+96
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-2/+2
* Fix docs buildAlan Viverette2014-08-281-6/+6
* Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette2014-08-281-11/+0
* Throw exception when a bad adapter is passed to SpinnerAlan Viverette2014-06-171-1/+14
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* am 86824cf0: am 3a3def13: am 0e8f02d6: am 76dcacad: am 1ff4293e: Merge "Fixed...Christopher Tate2014-01-271-2/+4
|\
| * Merge "Fixed race condition in Spinner.DialogPopup on null reference."Christopher Tate2014-01-271-2/+4
| |\
| | * Fixed race condition in Spinner.DialogPopup on null reference.Daniel 2 Olofsson2013-07-121-2/+4
* | | am 218b1163: am 6a221b3f: Fix some bizarre Spinner behaviorAdam Powell2013-09-101-10/+14
|\ \ \ | |/ /
| * | Fix some bizarre Spinner behaviorAdam Powell2013-09-101-10/+14
* | | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-19/+43
|/ /
* | Merge "Update AccessibilityNodeInfo API as per API council request" into klp-devSvetoslav Ganov2013-08-271-1/+1
|\ \
| * | Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov2013-08-271-1/+1
* | | Reconcile drag-to-open and touch event interceptionAlan Viverette2013-08-221-1/+1
|/ /
* | Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...Alan Viverette2013-08-211-2/+30
|\ \
| * | Move forwarding code to ListPopupWindow, add drag-to-open in SpinnerAlan Viverette2013-08-161-2/+30
* | | Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette2013-08-191-0/+4
|/ /
* | Don't show spinner popup if adapter is nullAlan Viverette2013-07-291-0/+3
* | Update setAdapter() documentation for SpinnerAlan Viverette2013-07-241-0/+12
* | Permit null adapters in SpinnersAdam Powell2013-04-101-13/+16
* | Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio2013-03-051-12/+17
* | Preserve Spinner widget open state across instance save/restoreAdam Powell2012-12-101-2/+87
|/
* Close a Spinner dropdown if its anchor view goes away.Adam Powell2012-10-031-0/+27
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+9
|\
| * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+9
* | Make Spinner widget aware of layout directionFabrice Di Meglio2012-06-061-12/+16
|/
* Fix bug 6330745 - internal fix for spinnersAdam Powell2012-04-121-1/+1
* Fix docsAdam Powell2012-03-081-1/+1
* Public API for android.widget.Spinner propertiesAdam Powell2012-03-081-0/+172
* Fix measurement issues with Spinner and ListPopupWindowAdam Powell2012-03-081-1/+0
* am f09c0c7f: am 93920d79: am a66be970: am 11aa4cc3: Merge "Set width of spinn...Jean-Baptiste Queru2012-03-011-11/+23
|\
| * Set width of spinner's dropdown to fit on deviceSeongJae Park2012-02-291-11/+23
* | Fix bug 6065890 - Correct callback sequence for action bar tab switchingAdam Powell2012-02-241-0/+13
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-1/+15
|/
* Fix bug 5544103 - Spinner text doesn't look dimmed when disabledAdam Powell2011-11-081-0/+18
* Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.Adam Powell2011-08-151-4/+17
* Fix bug 5011067 - align popup lists to their content rather thanAdam Powell2011-07-151-4/+11
* Action bar layout tweaksAdam Powell2011-07-071-1/+2
* Fix bug 3440372 - Spinner measurement issues with new rulesAdam Powell2011-02-101-9/+11
* Fix bug 3395349 - Treat Spinner dropDownWidth property properlyAdam Powell2011-02-081-6/+12
* Fix bug 3389707 - Spinner: should be able to expand wider than theirAdam Powell2011-02-071-64/+57
* Fix bug 3391818 - Keyboard covers the "Show in chat list" selection inAdam Powell2011-01-271-0/+1
* Better fix for bug 3112733Adam Powell2011-01-191-35/+1