index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
Spinner.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-2
/
+2
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-5
/
+2
*
Ensure spinner variables are initialized correctly
Alan Viverette
2015-01-16
1
-67
/
+93
*
Add popup theme for Spinner, use for actionBarPopupTheme default
Alan Viverette
2015-01-14
1
-20
/
+96
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
*
Put in real "code" (aka marketing) name.
Dianne Hackborn
2014-10-07
1
-2
/
+2
*
Fix docs build
Alan Viverette
2014-08-28
1
-6
/
+6
*
Update action bar item widths, overflow menu, button, and spinner styles
Alan Viverette
2014-08-28
1
-11
/
+0
*
Throw exception when a bad adapter is passed to Spinner
Alan Viverette
2014-06-17
1
-1
/
+14
*
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2014-02-03
1
-1
/
+1
*
am 86824cf0: am 3a3def13: am 0e8f02d6: am 76dcacad: am 1ff4293e: Merge "Fixed...
Christopher Tate
2014-01-27
1
-2
/
+4
|
\
|
*
Merge "Fixed race condition in Spinner.DialogPopup on null reference."
Christopher Tate
2014-01-27
1
-2
/
+4
|
|
\
|
|
*
Fixed race condition in Spinner.DialogPopup on null reference.
Daniel 2 Olofsson
2013-07-12
1
-2
/
+4
*
|
|
am 218b1163: am 6a221b3f: Fix some bizarre Spinner behavior
Adam Powell
2013-09-10
1
-10
/
+14
|
\
\
\
|
|
/
/
|
*
|
Fix some bizarre Spinner behavior
Adam Powell
2013-09-10
1
-10
/
+14
*
|
|
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-19
/
+43
|
/
/
*
|
Merge "Update AccessibilityNodeInfo API as per API council request" into klp-dev
Svetoslav Ganov
2013-08-27
1
-1
/
+1
|
\
\
|
*
|
Update AccessibilityNodeInfo API as per API council request
Svetoslav Ganov
2013-08-27
1
-1
/
+1
*
|
|
Reconcile drag-to-open and touch event interception
Alan Viverette
2013-08-22
1
-1
/
+1
|
/
/
*
|
Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...
Alan Viverette
2013-08-21
1
-2
/
+30
|
\
\
|
*
|
Move forwarding code to ListPopupWindow, add drag-to-open in Spinner
Alan Viverette
2013-08-16
1
-2
/
+30
*
|
|
Use MULTI_LINE and OPENS_POPUP accessibility properties
Alan Viverette
2013-08-19
1
-0
/
+4
|
/
/
*
|
Don't show spinner popup if adapter is null
Alan Viverette
2013-07-29
1
-0
/
+3
*
|
Update setAdapter() documentation for Spinner
Alan Viverette
2013-07-24
1
-0
/
+12
*
|
Permit null adapters in Spinners
Adam Powell
2013-04-10
1
-13
/
+16
*
|
Make Spinner widget RTL-aware (part 2)
Fabrice Di Meglio
2013-03-05
1
-12
/
+17
*
|
Preserve Spinner widget open state across instance save/restore
Adam Powell
2012-12-10
1
-2
/
+87
|
/
*
Close a Spinner dropdown if its anchor view goes away.
Adam Powell
2012-10-03
1
-0
/
+27
*
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-1
/
+1
*
am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...
Scott Main
2012-07-25
1
-2
/
+9
|
\
|
*
docs: fix a bunch of links from javadocs to api guides
Scott Main
2012-07-24
1
-2
/
+9
*
|
Make Spinner widget aware of layout direction
Fabrice Di Meglio
2012-06-06
1
-12
/
+16
|
/
*
Fix bug 6330745 - internal fix for spinners
Adam Powell
2012-04-12
1
-1
/
+1
*
Fix docs
Adam Powell
2012-03-08
1
-1
/
+1
*
Public API for android.widget.Spinner properties
Adam Powell
2012-03-08
1
-0
/
+172
*
Fix measurement issues with Spinner and ListPopupWindow
Adam Powell
2012-03-08
1
-1
/
+0
*
am f09c0c7f: am 93920d79: am a66be970: am 11aa4cc3: Merge "Set width of spinn...
Jean-Baptiste Queru
2012-03-01
1
-11
/
+23
|
\
|
*
Set width of spinner's dropdown to fit on device
SeongJae Park
2012-02-29
1
-11
/
+23
*
|
Fix bug 6065890 - Correct callback sequence for action bar tab switching
Adam Powell
2012-02-24
1
-0
/
+13
*
|
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2012-01-17
1
-1
/
+15
|
/
*
Fix bug 5544103 - Spinner text doesn't look dimmed when disabled
Adam Powell
2011-11-08
1
-0
/
+18
*
Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.
Adam Powell
2011-08-15
1
-4
/
+17
*
Fix bug 5011067 - align popup lists to their content rather than
Adam Powell
2011-07-15
1
-4
/
+11
*
Action bar layout tweaks
Adam Powell
2011-07-07
1
-1
/
+2
*
Fix bug 3440372 - Spinner measurement issues with new rules
Adam Powell
2011-02-10
1
-9
/
+11
*
Fix bug 3395349 - Treat Spinner dropDownWidth property properly
Adam Powell
2011-02-08
1
-6
/
+12
*
Fix bug 3389707 - Spinner: should be able to expand wider than their
Adam Powell
2011-02-07
1
-64
/
+57
*
Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in
Adam Powell
2011-01-27
1
-0
/
+1
*
Better fix for bug 3112733
Adam Powell
2011-01-19
1
-35
/
+1
[next]