summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProviderClient.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-1/+1
* Detect wedged ContentProviders, treat as ANR.Jeff Sharkey2013-10-011-43/+133
* Create unique files, root ordering, UI bugs.Jeff Sharkey2013-09-211-0/+13
* Handle pipe thumbnails, acquire unstable refs.Jeff Sharkey2013-09-111-0/+4
* Disabled states, more UX work, bug fixes.Jeff Sharkey2013-09-091-1/+4
* Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+24
* Stronger DocumentsProvider contract.Jeff Sharkey2013-08-281-0/+7
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-12/+51
* More work on App Ops service.Dianne Hackborn2013-01-161-11/+13
* More mult-user API work.Dianne Hackborn2012-08-071-0/+13
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-17/+116
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-2/+9
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+2
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-6/+6
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-1/+14
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-9/+34
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-10/+1
* - hide Entity and all its referencesFred Quintana2009-10-061-11/+4
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-1/+2
* add ipc support to batchingFred Quintana2009-05-221-10/+6
* content provider entitiesFred Quintana2009-05-131-8/+50
* decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-0/+96