summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ArrayAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Removes reference to deprecated code sample, https://github.com/googlesamples...David Castro2019-11-201-3/+0
* docs: Fix broken link.Nick Cook2019-07-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+4
* Document existing immutable behavior of ArrayAdapterChet Haase2017-08-091-2/+10
* Added BaseAdapter.setAutofillOptions()Felipe Leme2017-06-211-0/+7
* docs: Update ArrayAdapter JavaDoc commentsJoe Fernandez2017-04-241-13/+32
* Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme2017-04-181-1/+36
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-1/+1
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-1/+1
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-1/+1
* List all methods that change data in the docsYigit Boyar2016-08-191-4/+4
* Clean up ArrayAdapter lint warnings and annotationsAlan Viverette2016-04-011-73/+77
* Fix drop down layout inflation in ThemedSpinnerAdapter classesAlan Viverette2015-06-031-11/+8
* API review feedback for ThemedSpinnerAdapter, SpinnerAlan Viverette2015-06-021-2/+1
* Add resource type annotations to some APIsTor Norbye2015-03-131-4/+7
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-7/+10
* Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette2015-01-141-20/+51
* Clarify javadoc and parameter namesRomain Guy2013-01-091-9/+9
* Fix synchronization issue in ArrayAdapterRomain Guy2011-08-151-12/+12
* Race condition patched in Email autocompletion.Gilles Debunne2011-01-191-37/+42
* New two-pane mode for PreferenceActivity.Dianne Hackborn2010-08-031-3/+3
* Added an addAll to the ArrayAdapterChristian Mehlmauer2010-06-121-2/+41
* Fix ArrayAdapter, which was fixed in cupcake_dcm and kept fixed until donut, ...Daisuke Miyakawa2009-07-091-1/+6
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+13
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+455
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-455/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+455