summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsSpinner.java
AgeCommit message (Expand)Author
2020-11-11Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-04-18Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme
2017-03-29Simplified autofill() methods by returning void instead of boolean.Felipe Leme
2017-03-24Checks if an adapter item is null before addint it to options.Felipe Leme
2017-03-16TRON log important auto-fill eventsPhilip P. Moltmann
2017-03-14Make it clear which type of AutoFillValue is setPhilip P. Moltmann
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
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-04-27Fix ListView losing scroll positionAndrei Stingaceanu
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-16Ensure spinner variables are initialized correctlyAlan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
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-04-13Accessibility focus - frameworkSvetoslav Ganov
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2010-12-03Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn
2010-02-22Prevent crash in AbsSpinner when the selection is out of sync.Romain Guy
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project