summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SimpleAdapter.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-04-18Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
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-01-14Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette
2012-03-09Fix obvious typos under frameworks/base/coreKen Wakasa
2010-03-23Correctly bind spinner data to TextView.Romain Guy
2010-01-04Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap.Romain Guy
2009-05-06Fixes regression introduced in Cupcake: a couple of adapters were using setTa...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
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project