summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SimpleCursorAdapter.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
2012-06-20Fix crash when SimpleCursorAdapter changes cursor from nullHung-ying Tyan
2012-03-09Fix obvious typos under frameworks/base/coreKen Wakasa
2011-05-16Fix crash when using a SimpleCursorAdapter initialized with a null Cursor.Romain Guy
2010-12-21Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn
2010-12-16Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn
2010-03-31Add support for XML-defined adapters.Romain Guy
2010-01-04Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap.Romain Guy
2009-11-13Fixing minor doc typo in android.widget.SimpleCursorAdapter.Trevor Johns
2009-05-06Fixes regression introduced in Cupcake: a couple of adapters were using setTa...Romain Guy
2009-03-26Automated import from //branches/donutburger/...@142990,142990Romain 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-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project