index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
CursorWindow.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Making CursorWindowAllocationException public
Etienne Ruffieux
2022-01-28
1
-0
/
+5
*
Change close guard logged messages
Ioannis Ilkos
2021-12-21
1
-2
/
+2
*
Remove old and unnecessary log
Edgar Arriaga
2021-11-29
1
-60
/
+0
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-10-20
1
-2
/
+2
*
Add some simple annotations to Cursor.
Jeff Sharkey
2020-10-15
1
-33
/
+30
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Change ISE to AssertException, which is more suitable.
Makoto Onuki
2019-04-04
1
-2
/
+2
*
Improve CursorWindow failure message
Makoto Onuki
2019-04-03
1
-4
/
+5
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+5
*
@FastNative for CursorWindow
Chris Craik
2018-01-26
1
-7
/
+23
*
Allow creating CursorWindow of custom size
Fyodor Kupolov
2017-10-17
1
-12
/
+33
*
Init the static member when first used for CursorWindow.
yingying
2014-05-07
1
-6
/
+9
*
AArch64: Use long for pointers
Ashok Bhat
2014-01-08
1
-26
/
+27
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
1
-10
/
+7
*
Clean up database tests a little bit.
Jeff Brown
2012-01-12
1
-3
/
+3
*
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-28
1
-0
/
+18
*
am 84bee4f8: Merge "Fix copyStringToBuffer row index calculation. Bug: 551555...
Jeff Brown
2011-10-28
1
-1
/
+1
|
\
|
*
Fix copyStringToBuffer row index calculation.
Jeff Brown
2011-10-27
1
-1
/
+1
*
|
Make default implementation of fillWindow typesafe.
Jeff Brown
2011-10-12
1
-38
/
+19
*
|
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-12
1
-12
/
+11
|
/
*
Use ashmem for CursorWindows.
Jeff Brown
2011-10-11
1
-10
/
+33
*
Fix ownership of CursorWindows across processes.
Jeff Brown
2011-10-09
1
-0
/
+16
*
Clean up CursorWindow lifetime.
Jeff Brown
2011-10-07
1
-6
/
+14
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-366
/
+426
*
cosmetic fixes: removing unused members/imports
Vasu Nori
2011-03-01
1
-5
/
+0
*
bug:3497143 don't print warning if it is a bug in platform - not in app.
Vasu Nori
2011-03-01
1
-6
/
+3
*
requery() should close cursorwindow insead of setting it to null.
Vasu Nori
2011-01-06
1
-4
/
+17
*
when cursorwindow allocation fails, print the number of cursors left open
Vasu Nori
2011-01-04
1
-8
/
+83
*
resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
Vasu Nori
2010-12-21
1
-2
/
+10
*
Revert "bug:2448371 cursorwindow size moved to resource xml file."
Vasu Nori
2010-12-20
1
-10
/
+2
*
bug:2448371 cursorwindow size moved to resource xml file.
Vasu Nori
2010-12-20
1
-2
/
+10
*
am c91e4673: am bbd212d7: Merge "Document per-implementation behaviors of nat...
Jean-Baptiste Queru
2010-11-03
1
-0
/
+44
|
\
|
*
Document per-implementation behaviors of native get* methods
Daniel Trebbien
2010-11-02
1
-0
/
+44
*
|
fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591
Vasu Nori
2010-06-14
1
-8
/
+4
*
|
add API to Cursor to get column value type
Vasu Nori
2010-06-02
1
-28
/
+40
|
/
*
Speed up ContentProvider.query() in simple case by ~30%
Brad Fitzpatrick
2010-03-09
1
-1
/
+1
*
- create a new generic ISyncAdapter implementation, SyncAdapterNew
Fred Quintana
2009-06-01
1
-0
/
+51
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+483
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-483
/
+0
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-2
/
+7
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+478