summaryrefslogtreecommitdiff
path: root/core/java/android/content/IContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Runtime permission attribution improvementsSvet Ganov2021-03-291-32/+36
* Add async version of "uncanonicalize"Dmitri Plotnikov2020-10-281-0/+9
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-111-19/+20
* Add async version of "canonicalize"Dmitri Plotnikov2020-02-191-1/+10
* Add async version of getProviderMimeTypeDmitri Plotnikov2020-01-281-0/+10
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Extend insert/update/delete to provide extras.Jeff Sharkey2019-11-151-9/+11
* Note with featureId from ContentProviderPhilip P. Moltmann2019-10-291-38/+67
* Detailed ContentProvider permissions checks.Jeff Sharkey2019-07-121-0/+5
* Extract common methods into ContentInterface.Jeff Sharkey2018-12-081-5/+20
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+8
* Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay2016-12-091-3/+3
* Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin2016-11-101-0/+4
* Mark arg and extras @Nullable in ContentProvider#call()Scott Kennedy2015-03-011-1/+3
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-1/+2
* Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+5
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-3/+5
* More work on App Ops service.Dianne Hackborn2013-01-161-12/+15
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+1
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-2/+2
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-1/+4
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-10/+0
* Unhide Content{Resolver,Provider}.call()Brad Fitzpatrick2011-01-121-12/+1
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-0/+8
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-1/+14
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-10/+0
* - hide Entity and all its referencesFred Quintana2009-10-061-4/+6
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-1/+2
* add ipc support to batchingFred Quintana2009-05-221-4/+7
* content provider entitiesFred Quintana2009-05-131-0/+8
* decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-2/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+72
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-68/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+4
* Initial ContributionThe Android Open Source Project2008-10-211-0/+68