summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-261-0/+6
* Fix issue #2845673: android:exported="false" is not obeyedDianne Hackborn2010-08-181-4/+6
* 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
* | decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-23/+0
* | Automated import from //branches/master/...@140582,140582Bjorn Bringert2009-03-241-1/+2
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+609
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-562/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-61/+14
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-14/+61
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-32/+32
* Initial ContributionThe Android Open Source Project2008-10-211-0/+562