summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/AsyncTaskLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Minor code cleanup in loaders.Jeff Brown2013-10-091-17/+17
* Isolate calls to each remote DocumentsProvider.Jeff Sharkey2013-10-021-1/+10
* Fix a bug where we could lose a loader content change.Dianne Hackborn2013-03-141-0/+2
* Fix cursor window leak when query execution fails.Jeff Brown2013-01-081-1/+1
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+1
* Support automatic cancellation of Loaders.Jeff Brown2012-02-011-50/+96
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-0/+20
* Deprecate a bunch of APIs.Dianne Hackborn2011-04-201-1/+18
* Fix issue #3381489: IllegalStateException: attempt to re-open...Dianne Hackborn2011-01-301-9/+9
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+1
* Hiding the AsyncTaskLoader.waitForLoader methodDmitri Plotnikov2011-01-181-1/+3
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-2/+7
* Get rid of old ParcelFileDescriptor API.Dianne Hackborn2011-01-111-3/+20
* Fixed the waitForLoader method.Dmitri Plotnikov2011-01-091-10/+18
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-19/+134
* Adding AsyncTaskLoader.waitForLoader() for testingDmitri Plotnikov2011-01-071-1/+28
* Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn2010-12-211-4/+9
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-5/+1
* Preventing cursor leaks when a query is interruptedDmitri Plotnikov2010-06-161-5/+24
* Another try at fixing the docs build.Jeff Hamilton2010-05-181-2/+2
* Fix a broken docs link.Jeff Hamilton2010-05-181-2/+4
* Add the Loader and supporting classes.Jeff Hamilton2010-05-181-0/+86