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