index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
Cursor.java
Age
Commit message (
Expand
)
Author
2020-10-15
Add some simple annotations to Cursor.
Jeff Sharkey
2019-02-28
Address API feedback.
Sudheer Shanka
2019-01-26
Add Cursor.{set,get}NotificationUris.
Sudheer Shanka
2016-05-24
Add missing @Deprecated annotations.
Aurimas Liutikas
2015-04-09
Expose Cursor.setExtras().
Jeff Brown
2013-08-23
Docs changes pursuant to API review feedback.
Jeff Brown
2013-05-15
Add API to retrieve cursor notification URI.
Dianne Hackborn
2012-03-06
Don't close the database until all references released.
Jeff Brown
2012-01-25
Added JELLY_BEAN version name; update some targetSdkVersion docs.
Dianne Hackborn
2010-11-03
am 0b5d57ab: am 715f8610: Merge "Clarify documentation of Cursor get* methods."
Jean-Baptiste Queru
2010-11-02
deperecate Cursor requery() and sa, Loader should be used instead
Vasu Nori
2010-11-02
Clarify documentation of Cursor get* methods.
Daniel Trebbien
2010-06-02
add API to Cursor to get column value type
Vasu Nori
2010-05-13
Remove the deprecated cursor methods.
Jeff Hamilton
2010-05-13
am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master
The Android Open Source Project
2010-05-12
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-04-16
several minor bugs and things listed below
Vasu Nori
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project