summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsSpinner.java
Commit message (Expand)AuthorAgeFilesLines
* Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-111-0/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* Minor fixes on Autofill Framework:Felipe Leme2017-04-241-2/+0
* Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme2017-04-181-32/+0
* Simplified autofill() methods by returning void instead of boolean.Felipe Leme2017-03-291-6/+6
* Checks if an adapter item is null before addint it to options.Felipe Leme2017-03-241-4/+16
* TRON log important auto-fill eventsPhilip P. Moltmann2017-03-161-2/+3
* Make it clear which type of AutoFillValue is setPhilip P. Moltmann2017-03-141-2/+8
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-7/+7
* Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme2017-03-081-0/+47
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-32/+32
* Fix ListView losing scroll positionAndrei Stingaceanu2016-04-271-2/+10
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Ensure spinner variables are initialized correctlyAlan Viverette2015-01-161-5/+4
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio2013-03-051-2/+0
* Preserve Spinner widget open state across instance save/restoreAdam Powell2012-12-101-1/+1
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-0/+4
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-1/+14
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+2
* Prevent crash in AbsSpinner when the selection is out of sync.Romain Guy2010-02-221-34/+10
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+490
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-490/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+490