summaryrefslogtreecommitdiff
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support optional use of aggregation functions.Jeff Sharkey2019-03-291-5/+43
* Make TranslatingCursor deal with dupe column namesAnton Hansson2019-03-271-4/+8
* Respond to API council feedback.Jeff Sharkey2019-03-251-3/+3
* Disable DB wipe checkMakoto Onuki2019-03-191-1/+1
* Merge "Update the deprecation description per API review"Makoto Onuki2019-03-012-18/+17
|\
| * Update the deprecation description per API reviewMakoto Onuki2019-03-012-18/+17
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-282-2/+2
* | To be @Nullable or @NonNull, that is the question.Jeff Sharkey2019-03-011-8/+8
* | Merge "Address API feedback."Sudheer Shanka2019-02-281-1/+2
|\ \ | |/ |/|
| * Address API feedback.Sudheer Shanka2019-02-281-1/+2
* | Merge "Add @UnsupportedAppUsage annotations"Andrei-Valentin Onea2019-02-281-0/+2
|\ \
| * | Add @UnsupportedAppUsage annotationsAndrei Onea2019-02-271-0/+2
| |/
* / Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-257-54/+48
|/
* Respond to various API council feedback.Jeff Sharkey2019-02-192-55/+58
* Add accessor methods to aid testing.Jeff Sharkey2019-02-141-0/+42
* Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki2019-02-013-3/+26