summaryrefslogtreecommitdiff
path: root/core/java/android/database/AbstractCursor.java
Commit message (Expand)AuthorAgeFilesLines
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* Use CloseGuard for cursor leak detectionLi Li2020-11-051-0/+8
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-031-4/+3
* Make DocumentCursor opt-out of having a self-observerAnton Hansson2019-05-031-10/+20
* Add Cursor.{set,get}NotificationUris.Sudheer Shanka2019-01-261-8/+41
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+3
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-1/+1
* List column names in the error messageFyodor Kupolov2017-07-281-1/+9
* Expose Cursor.setExtras().Jeff Brown2015-04-091-7/+5
* Clean up AbstractCursor API.Jeff Brown2015-04-091-0/+53
* Remove deprecated fields in AbstractCursor.Jeff Brown2015-04-091-21/+4
* Add API to retrieve cursor notification URI.Dianne Hackborn2013-05-151-1/+3
* Use myUserId() only in registerContentObserver()Christopher Tate2012-10-031-1/+7
* Merge "Fix cursor memory leak"Jean-Baptiste Queru2012-08-081-0/+3
|\
| * Fix cursor memory leakCatherine Liu2012-07-091-0/+3
* | Deprecate certain AbstractCursor fields.Jeff Brown2012-05-091-2/+8
* | Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-29/+32
* | Inform ContentObservers about the changed content Uri.Jeff Brown2012-01-231-1/+1
* | Delete dead code.Jeff Brown2012-01-201-17/+0
|/
* Make default implementation of fillWindow typesafe.Jeff Brown2011-10-121-40/+6
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-6/+4
* Clean up CursorWindow lifetime.Jeff Brown2011-10-071-1/+4
* Add AbstractCursor.setExtras()Makoto Onuki2011-08-311-12/+25
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Setting copiedSize to 0 when value is nullDmitri Plotnikov2011-02-161-0/+2
* Add AbstractCursor.getNotificationUri.Makoto Onuki2010-09-151-0/+4
* fix broken-buildVasu Nori2010-07-011-2/+2
* More cleanup after removing the Cursor update logic.Jeff Hamilton2010-06-301-27/+13
* am 7e343b8d: merge from froyo-plus-aospThe Android Open Source Project2010-06-251-1/+1
|\
| * fillWindow's start position must be smaller than getCount valueTatsuo Nagamatsu2010-06-071-1/+1
* | add API to Cursor to get column value typeVasu Nori2010-06-021-0/+4
* | Remove the deprecated cursor methods.Jeff Hamilton2010-05-131-147/+0
* | Make RequeryOnUiThreadException warning less spamyMakoto Onuki2010-04-291-13/+1
* | several minor bugs and things listed belowVasu Nori2010-04-161-4/+11
|/
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-2/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+636
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-636/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+20
* Initial ContributionThe Android Open Source Project2008-10-211-0/+617