summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderNative.java
AgeCommit message (Expand)Author
2021-03-29Runtime permission attribution improvementsSvet Ganov
2020-10-28Add async version of "uncanonicalize"Dmitri Plotnikov
2020-02-19Add async version of "canonicalize"Dmitri Plotnikov
2020-01-28Add async version of getProviderMimeTypeDmitri Plotnikov
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-27Add @UnsupportedAppUsage annotationsAndrei Onea
2018-12-08Extract common methods into ContentInterface.Jeff Sharkey
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-12Remove support for auto-paging of cursors.Steve McKay
2017-03-15Adapt unpaged cursors to paged requests.Steve McKay
2016-12-09Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay
2016-11-10Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin
2016-11-07Detect non-oneway calls leaving system_server.Jeff Sharkey
2015-04-29Properly unparcel the PFDs passed toBen Kwa
2014-11-19Fix issue with call backs from media process.Dianne Hackborn
2013-12-19Cursor leakage due to cancellation signalPeter Eliasson
2013-09-06Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn
2013-08-23Add CancellationSignal support to file operations.Jeff Sharkey
2013-01-16More work on App Ops service.Dianne Hackborn
2013-01-08Fix cursor window leak when query execution fails.Jeff Brown
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-03-14Prefetch column names in bulk cursor adaptor.Jeff Brown
2012-02-02Rename CancellationSignal using preferred spelling.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2011-10-11Use ashmem for CursorWindows.Jeff Brown
2011-10-09Fix ownership of CursorWindows across processes.Jeff Brown
2011-10-09Clean up handrolled Binder proxies.Jeff Brown
2010-12-02Add better SQL exception handling to the Sync framework (see bug #3202693)Fabrice Di Meglio
2010-08-08Add new ContentProvider for doing conversions to data streams.Dianne Hackborn
2010-03-09Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick
2010-03-08Fix Parcel leak in ContentProvider.call()Brad Fitzpatrick
2010-03-05Add "call" method on ContentProvider.Brad Fitzpatrick
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-08-20- add a reset to EntityIterator to allow it to go back to the beginningFred 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
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project