summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* docs: Fixing malformed javadocAndrew Solovay2018-12-141-6/+6
|\
| * docs: Fixing malformed javadocAndrew Solovay2018-12-141-6/+6
* | Merge "Move some members to the "Q blacklist"." am: f5cf9f24edNathan Harold2018-10-241-1/+2
|\ \
| * | Move some members to the "Q blacklist".Mathew Inwood2018-10-221-1/+2
* | | Merge "Recover shady content:// paths." into pi-devJeff Sharkey2018-10-111-19/+34
|\ \ \ | | |/ | |/|
| * | Recover shady content:// paths.Jeff Sharkey2018-10-031-19/+34
* | | Merge "Fix malformed Javadoc." into pi-devNicole Borrelli2018-09-251-0/+1
|\| | | |/ |/|
| * Fix malformed Javadoc.Nicole Borrelli2018-09-201-0/+1
| * Unhide slice data APIsJason Monk2017-10-161-2/+1
| * First version of SliceView (hidden for now)Mady Mellor2017-10-071-1/+2
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+13
|/
* Fix broken javadocs.Jeff Sharkey2017-08-061-3/+1
* Improve developer docs for storage APIs.Jeff Sharkey2017-06-121-0/+7
* Address API Council feedback.Steve McKay2017-04-251-4/+56
* Better ContentProvider error messages.Jeff Sharkey2017-03-211-4/+9
* Add OFFSET and LENGTH args for paged queries.Steve McKay2017-01-121-3/+2
* Add structured sort data to ContentResolver.query.Steve McKay2017-01-111-8/+26
* Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay2016-12-091-10/+52
* Javadoc and un@hide ContentResolver#refresh and ContentProvider#refresh.Ben Lin2016-11-141-1/+0
* Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin2016-11-101-0/+46
* Pass userId through to singleton ContentProvidersRobin Lee2016-08-011-14/+24
* Mark more Bundles as being defusable.Jeff Sharkey2016-03-181-0/+2
* Frameworks/base: Use Arrays.toStringAndreas Gampe2015-12-141-1/+2
* Also check app-ops on path-permissions.Jeff Sharkey2015-07-241-38/+68
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-2/+22
* Merge "Fix ArrayIndexOutOfBoundsException in Transport.query" into mnc-devMakoto Onuki2015-06-131-7/+3
|\
| * Fix ArrayIndexOutOfBoundsException in Transport.queryMakoto Onuki2015-06-121-7/+3
* | Sigh, some apps are sending null ContentValues.Jeff Sharkey2015-06-111-2/+2
* | Annotate ContentResolver/Provider arguments.Jeff Sharkey2015-06-111-43/+48
|/
* Handle null projection properly if provider app op is not enabled.Svet Ganov2015-04-281-1/+21
* Return an empty cursor when a content provider app op is disabledSvet Ganov2015-04-231-27/+8
* Mark arg and extras @Nullable in ContentProvider#call()Scott Kennedy2015-03-011-2/+4
* Fix NPE in Transport.applyBatchJay Shrauner2014-12-151-4/+6
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-32/+43
* Explicitly bind AsyncTask to main looper.Jeff Brown2014-11-141-6/+0
* Fix singleUser provider grantsAmith Yamasani2014-11-051-1/+4
* Allowing a ContentProvider to have a null authority.Nicolas Prevot2014-09-081-9/+13
* Allow singleton providers to accept connections from other usersAmith Yamasani2014-08-081-0/+3
* Validate that the authority of incoming uris matches.Nicolas Prevot2014-08-081-19/+71
* Security fixes related to cross-user content.Nicolas Prevot2014-08-051-23/+48
* Resolving resources across users.Nicolas Prevot2014-05-131-6/+108
* am 33282d66: am a41ddccd: Merge "Fixed typo errors in documentation"Jeff Brown2014-03-111-1/+1
|\
| * Merge "Fixed typo errors in documentation"Jeff Brown2014-03-111-1/+1
| |\
| | * Fixed typo errors in documentationTaeho Kim2013-10-291-1/+1
* | | am 85f98508: Merge "Docfixes: three typos and escape */*." into klp-docsJohn Spurlock2014-01-141-3/+3
|\ \ \ | |/ / |/| |
| * | Docfixes: three typos and escape */*.John Spurlock2014-01-061-3/+3
* | | Better enforcement in DocumentsProvider.call().Jeff Sharkey2013-10-311-105/+107
|/ /
* | Improve DocumentsProvider and contract docs.Jeff Sharkey2013-10-151-0/+2
* | Surfaces ParcelFileDescriptor#parseMode() as APIAdam Lesinski2013-09-201-1/+1
* | Guard against null Context in attachInfo().Jeff Sharkey2013-09-171-2/+4