index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
Spinner.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-03-09
Replaced auto-fill by autofill to keep it consistent with API style.
Felipe Leme
2017-03-08
Optimize ViewStructure for autofill by removing irrelevant nodes.
Felipe Leme
2017-03-07
Replace AutoFillType by view constants.
Felipe Leme
2017-03-04
Don't set auto-fill options when Spinner has no adapter.
Felipe Leme
2017-02-22
Added auto-fill support for Spinner.
Felipe Leme
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-09-23
Custom pointer icon for standard widgets
Vladislav Kaznacheev
2016-04-08
Add @TestApi method to Spinner to test whether popup is showing.
Kirill Grouchnikov
2016-01-11
Apply Spinner dropDownSelector value from XML
Alan Viverette
2015-08-31
Pull out widget helpers into their own classes.
Oren Blasberg
2015-08-12
Clean up Spinner constructor docs, final class vars
Alan Viverette
2015-06-22
Ensure child is attached before performing measure/layout in Spinner
Alan Viverette
2015-06-11
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-02
API review feedback for ThemedSpinnerAdapter, Spinner
Alan Viverette
2015-04-16
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-16
Ensure spinner variables are initialized correctly
Alan Viverette
2015-01-14
Add popup theme for Spinner, use for actionBarPopupTheme default
Alan Viverette
2015-01-07
Fix accessibility delegation
Alan Viverette
2014-10-07
Put in real "code" (aka marketing) name.
Dianne Hackborn
2014-08-28
Fix docs build
Alan Viverette
2014-08-28
Update action bar item widths, overflow menu, button, and spinner styles
Alan Viverette
2014-06-17
Throw exception when a bad adapter is passed to Spinner
Alan Viverette
2014-02-03
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2014-01-27
am 86824cf0: am 3a3def13: am 0e8f02d6: am 76dcacad: am 1ff4293e: Merge "Fixed...
Christopher Tate
2014-01-27
Merge "Fixed race condition in Spinner.DialogPopup on null reference."
Christopher Tate
2013-09-10
am 218b1163: am 6a221b3f: Fix some bizarre Spinner behavior
Adam Powell
2013-09-10
Fix some bizarre Spinner behavior
Adam Powell
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-08-27
Merge "Update AccessibilityNodeInfo API as per API council request" into klp-dev
Svetoslav Ganov
2013-08-27
Update AccessibilityNodeInfo API as per API council request
Svetoslav Ganov
2013-08-22
Reconcile drag-to-open and touch event interception
Alan Viverette
2013-08-21
Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...
Alan Viverette
2013-08-19
Use MULTI_LINE and OPENS_POPUP accessibility properties
Alan Viverette
2013-08-16
Move forwarding code to ListPopupWindow, add drag-to-open in Spinner
Alan Viverette
2013-07-29
Don't show spinner popup if adapter is null
Alan Viverette
2013-07-24
Update setAdapter() documentation for Spinner
Alan Viverette
2013-07-12
Fixed race condition in Spinner.DialogPopup on null reference.
Daniel 2 Olofsson
2013-04-10
Permit null adapters in Spinners
Adam Powell
2013-03-05
Make Spinner widget RTL-aware (part 2)
Fabrice Di Meglio
2012-12-10
Preserve Spinner widget open state across instance save/restore
Adam Powell
2012-10-03
Close a Spinner dropdown if its anchor view goes away.
Adam Powell
[next]