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