summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderClient.java
AgeCommit message (Expand)Author
2021-03-29Runtime permission attribution improvementsSvet Ganov
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-03-11Rename featureId -> attributionTagPhilip P. Moltmann
2019-12-30Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-15Extend insert/update/delete to provide extras.Jeff Sharkey
2019-10-29Note with featureId from ContentProviderPhilip P. Moltmann
2019-07-12Detailed ContentProvider permissions checks.Jeff Sharkey
2019-02-19Respond to various API council feedback.Jeff Sharkey
2018-12-08Offer API to detect ContentProvider ANRs.Jeff Sharkey
2018-12-08Extract common methods into ContentInterface.Jeff Sharkey
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-11Utility methods useful for working with files.Jeff Sharkey
2017-11-09Allow blocking calls when protected against ANRs.Jeff Sharkey
2017-04-03Properly guard access to CloseGuard in finalizers.Narayan Kamath
2016-12-21Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh.Ben Lin
2016-12-09Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay
2016-11-16Treat everyone the same, redux.Jeff Sharkey
2016-11-10Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin
2016-07-11Revert "Treat everyone the same."Jeff Sharkey
2016-06-29Treat everyone the same.Jeff Sharkey
2016-02-05Remove com.google.android.syncadapters.contacts from exception listMakoto Onuki
2016-01-10Temporary patch to work around broken casting.Jeff Sharkey
2016-01-07Null cursors don't need to be wrapped.Jeff Sharkey
2016-01-07GmsCore is casting to a concrete subclass, sigh.Jeff Sharkey
2016-01-06Discourage use of "_data" column.Jeff Sharkey
2015-06-12Annotate ContentProviderClient arguments.Jeff Sharkey
2014-11-19Fix issue with call backs from media process.Dianne Hackborn
2013-10-01Detect wedged ContentProviders, treat as ANR.Jeff Sharkey
2013-09-21Create unique files, root ordering, UI bugs.Jeff Sharkey
2013-09-11Handle pipe thumbnails, acquire unstable refs.Jeff Sharkey
2013-09-09Disabled states, more UX work, bug fixes.Jeff Sharkey
2013-09-06Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn
2013-08-28Stronger DocumentsProvider contract.Jeff Sharkey
2013-08-23Add CancellationSignal support to file operations.Jeff Sharkey
2013-01-16More work on App Ops service.Dianne Hackborn
2012-08-07More mult-user API work.Dianne Hackborn
2012-05-29Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn
2012-05-09Add infrastructure for accessing "unstable" content providers.Dianne Hackborn
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-02-02Rename CancellationSignal using preferred spelling.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2010-08-08Add new ContentProvider for doing conversions to data streams.Dianne Hackborn
2009-12-10am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana
2009-10-06- hide Entity and all its referencesFred Quintana
2009-06-01 - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana
2009-05-22add ipc support to batchingFred Quintana
2009-05-13content provider entitiesFred Quintana
2009-04-30decouple SyncAdapter from ContentProviderFred Quintana