summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* App ops: don't crash when provide read access is off.Dianne Hackborn2013-03-221-1/+1
* Better documentation on permission checking in ContentProvider.call().Dianne Hackborn2013-03-131-0/+7
* Merge "Tighten enforcement of file modes." into jb-mr2-devJeff Sharkey2013-03-011-1/+1
|\
| * Tighten enforcement of file modes.Jeff Sharkey2013-02-281-1/+1
* | New ContentProvider initialization for testing.Dianne Hackborn2013-02-261-10/+16
* | App ops: turn off content provider ops when running under test.Dianne Hackborn2013-02-261-4/+17
|/
* Fix issue #8228463: contradicting public documentation on what...Dianne Hackborn2013-02-201-1/+31
* App ops: add op for writing settings.Dianne Hackborn2013-02-051-5/+19
* Improve revoking access to content providers.Dianne Hackborn2013-01-291-11/+45
* App ops: you can now turn off operations.Dianne Hackborn2013-01-251-6/+15
* More work on App Ops service.Dianne Hackborn2013-01-161-25/+80
* Document ContentProvider's API a bit more explicitlyChristopher Tate2013-01-031-22/+24
* Fix permission check on ContentProvider to be multi-user aware.Dianne Hackborn2012-08-171-2/+2
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-1/+1
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+3
* Make component names visible in javadoc.Jeff Sharkey2012-04-111-1/+1
* Better exceptions around provider permissions.Jeff Sharkey2012-03-151-46/+41
* Let <path-permission> block unprotected providers.Jeff Sharkey2012-03-121-59/+88
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-10/+10
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-4/+89
* Add ContentProvider.dump()Marco Nelissen2011-12-151-0/+17
* docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-3/+6
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-20/+3
* Various work on out of memory managment.Dianne Hackborn2011-07-291-1/+4
* docs: fix links to revised fundamentals documentsScott Main2011-02-081-24/+24
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+1
* Unhide Content{Resolver,Provider}.call()Brad Fitzpatrick2011-01-121-12/+10
* Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-271-0/+6
* Improve clipboard API.Dianne Hackborn2010-08-271-30/+4
* am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false"...Dianne Hackborn2010-08-211-4/+6
|\
| * Fix issue #2845673: android:exported="false" is not obeyedDianne Hackborn2010-08-181-4/+6
* | Fix build.Dianne Hackborn2010-08-151-1/+1
* | Fix bug with calls to the typeless open API.Dianne Hackborn2010-08-131-0/+6
* | Incorporated Joe's commentsManuel Roman2010-08-091-22/+19
* | Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-0/+177
* | add shutdown() to ContentProvider & call in ProviderTestCase*.tearDownVasu Nori2010-08-041-0/+33
|/
* Minor changes to ContentProvider javadoc to improve consistency.Dan Egnor2010-07-281-11/+12
* COMMENT ONLY change to clarify ContentProvider documentation.Dan Egnor2010-07-271-59/+119
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-1/+23
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-18/+1
* Implement new MockContentProvider. Also make ContentProvider aware of the class.Daisuke Miyakawa2009-12-041-0/+32
* - hide Entity and all its referencesFred Quintana2009-10-061-19/+7
* resolved conflicts for merge of 2af632f8 to masterDianne Hackborn2009-07-091-27/+117
|\
| * Add new <path-permission tag for use by global search.Dianne Hackborn2009-07-081-23/+113
| * Automated import from //branches/donutburger/...@140581,140581Bjorn Bringert2009-03-241-1/+2
* | Fixed Issue 2682: ContentProvider query() SDK docs deprecatedAlan Jones2009-07-071-5/+9
* | - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-5/+7
* | add ipc support to batchingFred Quintana2009-05-221-20/+18
* | enhance ContentProvider with the ability to perform batch operationsFred Quintana2009-05-151-1/+23
* | content provider entitiesFred Quintana2009-05-131-0/+45