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