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
/
sqlite
/
SQLiteClosable.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+2
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
1
-2
/
+53
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-21
/
+1
*
don't call methods doing database lock from a synchronized block
Vasu Nori
2011-01-04
1
-8
/
+10
*
cleanup some of the STOPSHIP comments
Vasu Nori
2010-10-28
1
-15
/
+3
*
STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985
Vasu Nori
2010-09-21
1
-3
/
+4
*
change error message on cl I392875b62ed270741633f5bffa519932e4a9f985
Vasu Nori
2010-09-16
1
-2
/
+2
*
STOPSHIP some debugging code to help find reproducible testcases
Vasu Nori
2010-09-16
1
-5
/
+4
*
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-09-10
1
-4
/
+3
*
remove some useless code and add some code to aid in debugging
Vasu Nori
2010-09-07
1
-2
/
+13
*
add more debug info to SQL section in bugreport
Vasu Nori
2010-03-11
1
-2
/
+1
*
Speed up ContentProvider.query() in simple case by ~30%
Brad Fitzpatrick
2010-03-09
1
-7
/
+8
*
add diagnostic info to help debug bug:2427686
Vasu Nori
2010-02-18
1
-2
/
+24
*
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-08
1
-1
/
+1
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+55
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-55
/
+0
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+55