summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProviderNative.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-2/+4
* Cursor leakage due to cancellation signalPeter Eliasson2013-12-191-3/+10
* Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+65
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-9/+21
* More work on App Ops service.Dianne Hackborn2013-01-161-23/+44
* Fix cursor window leak when query execution fails.Jeff Brown2013-01-081-7/+15
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+1
* Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-16/+8
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-9/+9
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-5/+36
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-59/+51
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-101/+77
* Clean up handrolled Binder proxies.Jeff Brown2011-10-091-196/+196
* Add better SQL exception handling to the Sync framework (see bug #3202693)Fabrice Di Meglio2010-12-021-6/+13
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-0/+77
* Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-091-9/+54
* Fix Parcel leak in ContentProvider.call()Brad Fitzpatrick2010-03-081-1/+6
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-1/+33
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-98/+0
* - hide Entity and all its referencesFred Quintana2009-10-061-60/+9
* - add a reset to EntityIterator to allow it to go back to the beginningFred Quintana2009-08-201-0/+8
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-4/+12
* add ipc support to batchingFred Quintana2009-05-221-45/+53
* content provider entitiesFred Quintana2009-05-131-1/+164
* decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-26/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+478
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-435/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-43/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+43
* Initial ContributionThe Android Open Source Project2008-10-211-0/+435