summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ArrayAdapter.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-20Removes reference to deprecated code sample, https://github.com/googlesamples...David Castro
2019-07-18docs: Fix broken link.Nick Cook
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-08-09Document existing immutable behavior of ArrayAdapterChet Haase
2017-06-21Added BaseAdapter.setAutofillOptions()Felipe Leme
2017-04-24docs: Update ArrayAdapter JavaDoc commentsJoe Fernandez
2017-04-18Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme
2017-02-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2017-02-03Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette
2017-01-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2016-08-19List all methods that change data in the docsYigit Boyar
2016-04-01Clean up ArrayAdapter lint warnings and annotationsAlan Viverette
2015-06-03Fix drop down layout inflation in ThemedSpinnerAdapter classesAlan Viverette
2015-06-02API review feedback for ThemedSpinnerAdapter, SpinnerAlan Viverette
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-01-14Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette
2013-01-09Clarify javadoc and parameter namesRomain Guy
2011-08-15Fix synchronization issue in ArrayAdapterRomain Guy
2011-01-19Race condition patched in Email autocompletion.Gilles Debunne
2010-08-03New two-pane mode for PreferenceActivity.Dianne Hackborn
2010-06-12Added an addAll to the ArrayAdapterChristian Mehlmauer
2009-07-09Fix ArrayAdapter, which was fixed in cupcake_dcm and kept fixed until donut, ...Daisuke Miyakawa
2009-03-11auto import from //branches/cupcake/...@137873The Android Open Source Project
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-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project