summaryrefslogtreecommitdiff
path: root/core/java/android/database/Cursor.java
AgeCommit message (Expand)Author
2020-10-15Add some simple annotations to Cursor.Jeff Sharkey
2019-02-28Address API feedback.Sudheer Shanka
2019-01-26Add Cursor.{set,get}NotificationUris.Sudheer Shanka
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2015-04-09Expose Cursor.setExtras().Jeff Brown
2013-08-23Docs changes pursuant to API review feedback.Jeff Brown
2013-05-15Add API to retrieve cursor notification URI.Dianne Hackborn
2012-03-06Don't close the database until all references released.Jeff Brown
2012-01-25Added JELLY_BEAN version name; update some targetSdkVersion docs.Dianne Hackborn
2010-11-03am 0b5d57ab: am 715f8610: Merge "Clarify documentation of Cursor get* methods."Jean-Baptiste Queru
2010-11-02deperecate Cursor requery() and sa, Loader should be used insteadVasu Nori
2010-11-02Clarify documentation of Cursor get* methods.Daniel Trebbien
2010-06-02add API to Cursor to get column value typeVasu Nori
2010-05-13Remove the deprecated cursor methods.Jeff Hamilton
2010-05-13am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source masterThe Android Open Source Project
2010-05-12Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton
2010-04-16several minor bugs and things listed belowVasu Nori
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-10-21Initial ContributionThe Android Open Source Project