summaryrefslogtreecommitdiff
path: root/core/java/android/database/CursorWindow.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-10-15Add some simple annotations to Cursor.Jeff Sharkey
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-04Change ISE to AssertException, which is more suitable.Makoto Onuki
2019-04-03Improve CursorWindow failure messageMakoto Onuki
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-26@FastNative for CursorWindowChris Craik
2017-10-17Allow creating CursorWindow of custom sizeFyodor Kupolov
2014-05-07Init the static member when first used for CursorWindow.yingying
2014-01-08AArch64: Use long for pointersAshok Bhat
2012-03-06Don't close the database until all references released.Jeff Brown
2012-01-12Clean up database tests a little bit.Jeff Brown
2011-10-28Optimize fillWindow to improve reverse-seek performance.Jeff Brown
2011-10-28am 84bee4f8: Merge "Fix copyStringToBuffer row index calculation. Bug: 551555...Jeff Brown
2011-10-27Fix copyStringToBuffer row index calculation.Jeff Brown
2011-10-12Make default implementation of fillWindow typesafe.Jeff Brown
2011-10-12Deprecate local-only CursorWindows.Jeff Brown
2011-10-11Use ashmem for CursorWindows.Jeff Brown
2011-10-09Fix ownership of CursorWindows across processes.Jeff Brown
2011-10-07Clean up CursorWindow lifetime.Jeff Brown
2011-10-06Clean up CursorWindow code.Jeff Brown
2011-03-01cosmetic fixes: removing unused members/importsVasu Nori
2011-03-01bug:3497143 don't print warning if it is a bug in platform - not in app.Vasu Nori
2011-01-06requery() should close cursorwindow insead of setting it to null.Vasu Nori
2011-01-04when cursorwindow allocation fails, print the number of cursors left openVasu Nori
2010-12-21resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori
2010-12-20Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori
2010-12-20bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori
2010-11-03am c91e4673: am bbd212d7: Merge "Document per-implementation behaviors of nat...Jean-Baptiste Queru
2010-11-02Document per-implementation behaviors of native get* methodsDaniel Trebbien
2010-06-14fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591Vasu Nori
2010-06-02add API to Cursor to get column value typeVasu Nori
2010-03-09Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick
2009-06-01 - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana
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