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
/
AbstractCursor.java
Age
Commit message (
Expand
)
Author
2020-11-05
Use CloseGuard for cursor leak detection
Li Li
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-03
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-05-03
Make DocumentCursor opt-out of having a self-observer
Anton Hansson
2019-01-26
Add Cursor.{set,get}NotificationUris.
Sudheer Shanka
2018-09-14
Move some members to the "Q blacklist".
Mathew Inwood
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-03
Pass in the user defined by Context.
Jeff Sharkey
2017-07-28
List column names in the error message
Fyodor Kupolov
2015-04-09
Expose Cursor.setExtras().
Jeff Brown
2015-04-09
Clean up AbstractCursor API.
Jeff Brown
2015-04-09
Remove deprecated fields in AbstractCursor.
Jeff Brown
2013-05-15
Add API to retrieve cursor notification URI.
Dianne Hackborn
2012-10-03
Use myUserId() only in registerContentObserver()
Christopher Tate
2012-08-08
Merge "Fix cursor memory leak"
Jean-Baptiste Queru
2012-07-09
Fix cursor memory leak
Catherine Liu
2012-05-09
Deprecate certain AbstractCursor fields.
Jeff Brown
2012-03-14
Prefetch column names in bulk cursor adaptor.
Jeff Brown
2012-01-23
Inform ContentObservers about the changed content Uri.
Jeff Brown
2012-01-20
Delete dead code.
Jeff Brown
2011-10-12
Make default implementation of fillWindow typesafe.
Jeff Brown
2011-10-09
Fix ownership of CursorWindows across processes.
Jeff Brown
2011-10-07
Clean up CursorWindow lifetime.
Jeff Brown
2011-08-31
Add AbstractCursor.setExtras()
Makoto Onuki
2011-04-07
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-02-16
Setting copiedSize to 0 when value is null
Dmitri Plotnikov
2010-09-15
Add AbstractCursor.getNotificationUri.
Makoto Onuki
2010-07-01
fix broken-build
Vasu Nori
2010-06-30
More cleanup after removing the Cursor update logic.
Jeff Hamilton
2010-06-25
am 7e343b8d: merge from froyo-plus-aosp
The Android Open Source Project
2010-06-07
fillWindow's start position must be smaller than getCount value
Tatsuo Nagamatsu
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-04-29
Make RequeryOnUiThreadException warning less spamy
Makoto Onuki
2010-04-16
several minor bugs and things listed below
Vasu Nori
2009-04-13
AI 145994: Integrate #145778 from Donut.
Dianne Hackborn
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-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project