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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respond to various API council feedback.
Jeff Sharkey
2019-02-19
2
-55
/
+58
*
Add accessor methods to aid testing.
Jeff Sharkey
2019-02-14
1
-0
/
+42
*
Better handling of DB corruption in SQLiteDatabase.open()
Makoto Onuki
2019-02-01
3
-3
/
+26
*
Deprecate SQLite connection timeout
Makoto Onuki
2019-01-28
2
-0
/
+31
*
Add Cursor.{set,get}NotificationUris.
Sudheer Shanka
2019-01-26
3
-9
/
+94
*
Query MediaProvider for possibly stale columns in DownloadProvider.
Sudheer Shanka
2019-01-07
1
-35
/
+38
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
3
-7
/
+9
*
API: Clean up redundant and ineffective usages of SystemApi and TestApi
Adrian Roos
2018-12-11
1
-2
/
+0
*
Move TranslatingCursor to frameworks/base.
Sudheer Shanka
2018-11-16
1
-0
/
+229
*
DB Wipe detection
Makoto Onuki
2018-10-24
6
-11
/
+150
*
docs: fixing errors found with lint checker am: 219f7dcb66
kopriva
2018-10-10
1
-1
/
+1
|
\
|
*
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
|
|
\
|
|
*
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
*
|
|
Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683c
kopriva
2018-09-27
1
-1
/
+1
|
\
|
|
|
*
|
Merge "docs: fix bug 37054309, becuase typo" into pi-dev
kopriva
2018-09-27
1
-1
/
+1
|
|
\
|
|
|
*
Merge "docs: fix bug 37054309, becuase typo" into pi-dev
TreeHugger Robot
2018-09-27
1
-1
/
+1
|
|
|
\
|
|
|
*
docs: fix bug 37054309, becuase typo
kopriva
2018-09-27
1
-1
/
+1
|
*
|
|
Merge "Truncate(*1) it if WAL file is too big when opening DB" into pi-dev
Makoto Onuki
2018-09-25
3
-0
/
+68
|
|
\
|
|
|
|
*
|
Truncate(*1) it if WAL file is too big when opening DB
Makoto Onuki
2018-09-24
3
-0
/
+68
|
|
|
/
*
|
|
Merge "Mark deprecated APIs, support column greylisting."
Jeff Sharkey
2018-09-14
1
-0
/
+32
|
\
\
\
|
*
|
|
Mark deprecated APIs, support column greylisting.
Jeff Sharkey
2018-09-13
1
-0
/
+32
*
|
|
|
Merge "Move some members to the "Q blacklist"."
Mathew Inwood
2018-09-14
2
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
2
-2
/
+4
|
|
/
/
/
*
/
/
/
Support more createPackageContextAsUser() users.
Jeff Sharkey
2018-09-12
1
-1
/
+1
|
/
/
/
*
|
|
Add test API for sqlite CTS
Makoto Onuki
2018-08-27
1
-0
/
+6
*
|
|
Merge "Fix OWNERS (change google.com to android.com)" am: 7a8e363c0b am: 906a...
Makoto Onuki
2018-08-25
1
-2
/
+2
|
\
|
|
|
*
|
Merge "Fix OWNERS (change google.com to android.com)" am: 7a8e363c0b
Makoto Onuki
2018-08-25
1
-2
/
+2
|
|
\
\
|
|
*
|
Fix OWNERS (change google.com to android.com)
Makoto Onuki
2018-08-24
1
-2
/
+2
|
*
|
|
Merge "Actually make OWNERS in sync with the internal version" am: 7e54042f9c
Makoto Onuki
2018-08-24
1
-1
/
+1
|
|
\
|
|
|
|
*
|
Actually make OWNERS in sync with the internal version
Makoto Onuki
2018-08-24
1
-1
/
+1
|
*
|
|
Merge "Update OWNERS for database code" am: aea74ff62a
Makoto Onuki
2018-08-24
1
-2
/
+3
|
|
\
|
|
|
|
*
|
Update OWNERS for database code
Makoto Onuki
2018-08-22
1
-2
/
+3
|
|
*
|
Default to FULL synchronous mode for sqlite DBs in system server
Makoto Onuki
2018-08-17
1
-0
/
+17
|
*
|
|
Merge "Default to FULL synchronous mode for sqlite DBs in system server" into...
Makoto Onuki
2018-08-17
1
-0
/
+17
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Default to FULL synchronous mode for sqlite DBs in system server
Makoto Onuki
2018-08-17
1
-0
/
+17
|
*
|
|
Merge "Make SQLiteDebug @TestApi" am: eb973c97da
Nan Zhang
2018-08-17
1
-0
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge "Make SQLiteDebug @TestApi"
Nan Zhang
2018-08-17
1
-0
/
+1
|
|
|
\
\
|
|
|
*
|
Make SQLiteDebug @TestApi
Fyodor Kupolov
2018-08-17
1
-0
/
+1
|
*
|
|
|
resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev...
Mathew Inwood
2018-08-16
19
-0
/
+71
|
|
\
|
|
|
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
19
-0
/
+71
|
|
|
/
|
*
|
DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2018-08-03
2
-30
/
+218
|
*
|
DO NOT MERGE. Execute "strict" queries with extra parentheses.
Jeff Sharkey
2018-08-03
1
-6
/
+19
|
|
/
*
|
Truncate(*1) it if WAL file is too big when opening DB
Makoto Onuki
2018-08-24
3
-0
/
+68
*
|
Merge "Add slow query log for "open"."
TreeHugger Robot
2018-08-14
1
-4
/
+9
|
\
\
|
*
|
Add slow query log for "open".
Makoto Onuki
2018-08-14
1
-4
/
+9
*
|
|
Merge "Add @UnsupportedAppUsage annotations"
TreeHugger Robot
2018-08-14
19
-0
/
+71
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
19
-0
/
+71
*
|
|
Merge "Default to FULL synchronous mode for sqlite DBs in system server"
Makoto Onuki
2018-08-10
1
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Default to FULL synchronous mode for sqlite DBs in system server
Makoto Onuki
2018-08-09
1
-0
/
+17
*
|
|
RedactingCursor that redacts specific columns.
Jeff Sharkey
2018-08-09
1
-0
/
+181
|
/
/
[next]