summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SimpleCursorAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Limit access to suspected false positives.Mathew Inwood2018-12-281-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Fix crash when SimpleCursorAdapter changes cursor from nullHung-ying Tyan2012-06-201-19/+12
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Fix crash when using a SimpleCursorAdapter initialized with a null Cursor.Romain Guy2011-05-161-1/+13
* Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn2010-12-211-2/+3
* Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-3/+22
* Add support for XML-defined adapters.Romain Guy2010-03-311-1/+2
* Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap.Romain Guy2010-01-041-29/+2
* Fixing minor doc typo in android.widget.SimpleCursorAdapter.Trevor Johns2009-11-131-1/+1
* Fixes regression introduced in Cupcake: a couple of adapters were using setTa...Romain Guy2009-05-061-2/+5
* Automated import from //branches/donutburger/...@142990,142990Romain Guy2009-03-261-5/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+416
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-416/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-10/+33
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+36
* Initial ContributionThe Android Open Source Project2008-10-211-0/+365