summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Spinner.java
Commit message (Expand)AuthorAgeFilesLines
* Fix some bizarre Spinner behaviorAdam Powell2013-09-101-10/+14
* 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
* Fix bug 3112733 - Missing TLS encryption option in manual email account setupAdam Powell2011-01-191-1/+35
* Fix content width calculation for Spinner control.Chris Yerga2011-01-171-1/+12
* Remove unnecessary logAdam Powell2011-01-081-2/+0
* Fix bug 3334437 - require an adapter to measure dropdown content widthAdam Powell2011-01-081-0/+4
* Fix Holo SpinnersAdam Powell2011-01-051-28/+61
* Measure spinner items for sizing the dropdown view.Adam Powell2010-12-191-0/+45
* Fix bug 3257463 - Yes, we SHOULD put the child in the recycler.Adam Powell2010-12-101-1/+2
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-1/+1
* Fix Spinners that don't have a hard pixel width set.Ben Komalo2010-10-151-1/+1
* Apply values set in "dropDownWidth" attribute of Spinner styles.Ben Komalo2010-10-151-0/+3
* Updated styles and metrics.Adam Powell2010-10-111-1/+1
* Fix bug 2957414 - Add Spinner constructor for selecting dialog/dropdown modeAdam Powell2010-09-021-4/+72
* Fix NPE when Spinner is reused.Daisuke Miyakawa2010-08-301-4/+3
* am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main2010-08-211-0/+3
|\
| * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | Dropdown mode for ActionBar; style and API updatesAdam Powell2010-06-081-28/+0