summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderClient.java
Commit message (Expand)AuthorAgeFilesLines
* Move some members to the "Q blacklist".Mathew Inwood2018-10-221-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
* Allow blocking calls when protected against ANRs.Jeff Sharkey2017-11-091-0/+13
* Properly guard access to CloseGuard in finalizers.Narayan Kamath2017-04-031-2/+8
* Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh.Ben Lin2016-12-211-1/+1
* Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay2016-12-091-4/+13
* Treat everyone the same, redux.Jeff Sharkey2016-11-161-7/+1
* Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin2016-11-101-0/+24
* Revert "Treat everyone the same."Jeff Sharkey2016-07-111-1/+7
* Treat everyone the same.Jeff Sharkey2016-06-291-7/+1
* Remove com.google.android.syncadapters.contacts from exception listMakoto Onuki2016-02-051-2/+1
* Temporary patch to work around broken casting.Jeff Sharkey2016-01-101-1/+2
* Null cursors don't need to be wrapped.Jeff Sharkey2016-01-071-0/+4
* GmsCore is casting to a concrete subclass, sigh.Jeff Sharkey2016-01-071-1/+6
* Discourage use of "_data" column.Jeff Sharkey2016-01-061-29/+77
* Annotate ContentProviderClient arguments.Jeff Sharkey2015-06-121-29/+74
* 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