summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Use ParcelableException to put exception in bundleDmitri Plotnikov2020-03-301-19/+5
* Propagate exception thrown by ContentProvider.canonicalizeDmitri Plotnikov2020-03-251-15/+23
* Merge "Propagate exception thrown by ContentProvider.getType" into rvc-devDmitri Plotnikov2020-03-251-1/+18
|\
| * Propagate exception thrown by ContentProvider.getTypeDmitri Plotnikov2020-03-241-1/+18
* | Add missing symmetrical ContentResolver method.Jeff Sharkey2020-03-191-0/+4
|/
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-73/+86
* Add async version of "canonicalize"Dmitri Plotnikov2020-02-191-0/+9
* Add async version of getProviderMimeTypeDmitri Plotnikov2020-01-281-0/+8
* Add TestApi to get UserHandle from URI.Alex Kershaw2020-01-221-0/+11
* Respond to API council feedback.Jeff Sharkey2020-01-081-11/+26
* Final push to build against SDK.Jeff Sharkey2020-01-081-3/+38
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Extend insert/update/delete to provide extras.Jeff Sharkey2019-11-151-53/+140
* Note with featureId from ContentProviderPhilip P. Moltmann2019-10-291-83/+148
* include a requireContext method for better kotlin inter-operabilityPinyao Ting2019-10-231-0/+17
* Remove manual descriptions of nullability in docs.Varun Shah2019-10-161-3/+1
* Update mTransport check before trying to configure.Varun Shah2019-08-261-6/+7
* Merge "Check for mTransport before trying to configure."Jeff Sharkey2019-08-201-4/+6
|\
| * Check for mTransport before trying to configure.Jeff Sharkey2019-08-191-4/+6
* | Update ContentProvider#checkUser access.Varun Shah2019-08-161-3/+6
|/
* Enable transport logging based on isLoggable().Jeff Sharkey2019-08-081-0/+4
* Detailed ContentProvider permissions checks.Jeff Sharkey2019-07-121-0/+23
* Cache resolved details about remote callers.Jeff Sharkey2019-05-151-0/+10
* Restricted permission mechanism - frameworkSvet Ganov2019-04-071-17/+1
* Translate selection arguments that are paths.Jeff Sharkey2019-02-281-19/+59
* Add tests for DocumentsContract/Provider.Jeff Sharkey2019-02-151-1/+2
* Revert "Log a warning if non-role holder attempts to read sms"Eugene Susla2019-02-011-12/+0
* Log a warning if non-role holder attempts to read smsEugene Susla2019-01-251-0/+12
* Merge "Validate incoming authority values."Jeff Sharkey2018-12-141-0/+2
|\
| * Validate incoming authority values.Jeff Sharkey2018-12-131-0/+2
* | cherry-pick from pi-dev docs: Fixing malformed javadocAndrew Solovay2018-12-131-6/+6
|/
* Extract common methods into ContentInterface.Jeff Sharkey2018-12-081-16/+47
* Replace Slog with Log in ContentProviderEugene Susla2018-12-061-2/+1
* Log a string to logcat when ContentProvider access gets denied due to appopEugene Susla2018-12-041-1/+8
* Add ContentProvider.clearCallingIdentity().Jeff Sharkey2018-10-201-0/+42
* Merge "Remove SMS access for apps other than current SMS handler"TreeHugger Robot2018-10-061-12/+19
|\
| * Remove SMS access for apps other than current SMS handlerEugene Susla2018-10-051-12/+19
* | Log when Uris are normalized to help triage.Jeff Sharkey2018-10-031-1/+5
|/
* We still need userIds to be populated.Jeff Sharkey2018-09-261-1/+1
* We still need userIds to be populated.Jeff Sharkey2018-09-261-0/+1
* Merge "Recover shady content:// paths."Jeff Sharkey2018-09-251-20/+33
|\
| * Recover shady content:// paths.Jeff Sharkey2018-09-251-20/+33
* | Merge "Fix malformed Javadoc." into pi-dev am: 3ae3f252b4Nicole Borrelli2018-09-251-0/+1
|\ \ | |/ |/|
| * Merge "Fix malformed Javadoc." into pi-devNicole Borrelli2018-09-251-0/+1
| |\
| | * Fix malformed Javadoc.Nicole Borrelli2018-09-201-0/+1
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+13
* | | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* | | ContentResolver: Always set calling package nameMakoto Onuki2018-08-281-4/+17
* | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+13
* | | Add tracing for ContentProviders.Jeff Sharkey2018-08-031-2/+40
| |/ |/|