summaryrefslogtreecommitdiff
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* Replace heavy isLoggable callPhilip Cuadra2021-06-021-1/+1
* Merge "Added SQLite versions used on API levels 28, 30 and 31." am: 2a2aa6d3c...Daniel Santiago Rivera2021-04-291-0/+3
|\
| * Added SQLite versions used on API levels 28, 30 and 31.Daniel Santiago Rivera2021-04-281-0/+3
| * Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855Xin Li2020-12-021-0/+1
| |\
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-047-8/+13
| * | Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-3111-198/+559
| |\ \
* | | | Revert "Temporarily replace "android.com" accounts."Jeff Sharkey2020-12-091-1/+1
* | | | Temporarily replace "android.com" accounts.Jeff Sharkey2020-12-081-1/+1
* | | | Merge "Use CloseGuard for cursor leak detection"TreeHugger Robot2020-11-062-15/+15
|\ \ \ \
| * | | | Use CloseGuard for cursor leak detectionLi Li2020-11-052-15/+15
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-297-8/+13
* | | | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-287-13/+8
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-277-8/+13
|/ / / /
* | | | Apply fixes for EfficientStrings.Jeff Sharkey2020-10-204-20/+24
* | | | Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-202-2/+2
* | | | Add some simple annotations to Cursor.Jeff Sharkey2020-10-152-60/+63
| |_|/ |/| |
* | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\ \ \
| * | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
| |\| | | | |/ | |/|
| | * Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-1/+1
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-0821-23/+22
| | * Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps."Artur Satayev2019-11-131-0/+16
| | |\
| | | * Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+16
| | * | Merge "Add @UnsupportedAppUsage annotations for greylist."Artur Satayev2019-11-111-0/+1
| | |\|
| | | * Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-081-0/+1
| | * | RESTRICT AUTOMERGE Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey2019-09-102-78/+624
| | |/
* | / Allow empty tokens in strict grammarHall Liu2020-07-211-0/+1
|/ /
* | Carry over bugfixes from MediaProvider.Jeff Sharkey2020-05-192-3/+55
* | Ignore exceptions when investigating failure reasonsMakoto Onuki2020-04-211-13/+20
* | Enhance exception message on SQLiteCantOpenDatabaseExceptionMakoto Onuki2020-04-082-1/+28
* | Deep copy arguments to avoid accidental mutation.Jeff Sharkey2020-03-312-0/+33
* | Add ability to execute per-connection SQL.Jeff Sharkey2020-03-273-1/+81
* | Give hidden API behavior to legacy apps.Jeff Sharkey2020-03-102-12/+41
* | Use flags to indicate reason for Uri changes.Jeff Sharkey2020-03-053-63/+128
* | Include pending media as well when deleting mediastore entries.Sudheer Shanka2020-02-241-0/+21
* | Add custom scalar/aggregate functions to SQLite.Jeff Sharkey2020-01-173-42/+120
* | Respond to API council feedback.Jeff Sharkey2020-01-081-11/+19
* | Final push to build against SDK.Jeff Sharkey2020-01-081-9/+5
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-0621-23/+22
* | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-033-10/+9
* | We can't be as clever as we'd like.Jeff Sharkey2019-12-181-40/+23
* | Allow "LOCALIZED" and "UNICODE" collators.Jeff Sharkey2019-12-171-0/+1
* | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+16
* | Add @UnsupportedAppUsage annotations.Artur Satayev2019-08-011-0/+1
* | Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey2019-07-182-76/+604
|/
* Fix slow query log.Makoto Onuki2019-06-032-7/+8
* Make DocumentCursor opt-out of having a self-observerAnton Hansson2019-05-031-10/+20
* Optimize FileSystemProvider.includeFileAnton Hansson2019-04-301-0/+7
* People might want GROUP_CONCAT.Jeff Sharkey2019-04-101-1/+1
* Change ISE to AssertException, which is more suitable.Makoto Onuki2019-04-041-2/+2
* Improve CursorWindow failure messageMakoto Onuki2019-04-031-4/+5