summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SimpleAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Correctly bind spinner data to TextView.Romain Guy2010-03-231-0/+4
| | | | | | | | | Bug http://code.google.com/p/android/issues/detail?id=7251 Previously, a spinner using checkable list items would try to bind data as booleans instead of text. This change takes this use case into account. Change-Id: Ie4ced01e3c0235138e1dd68426d6a748c2843a9c
* Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap.Romain Guy2010-01-041-15/+3
| | | | | This removes an optimization but the benefit is not worth the memory leak. Bug: #2353474.
* Fixes regression introduced in Cupcake: a couple of adapters were using ↵Romain Guy2009-05-061-2/+4
| | | | setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+393
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-393/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+19
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+366