summaryrefslogtreecommitdiff
path: root/core/java/android/content/AsyncTaskLoader.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-20Improve Fragment+Loader deprecation JavadocIan Lake
2017-11-13Deprecate framework Fragments and LoadersIan Lake
2017-03-08Fix stale data due to stopped loader.George Mount
2013-10-09Minor code cleanup in loaders.Jeff Brown
2013-10-02Isolate calls to each remote DocumentsProvider.Jeff Sharkey
2013-03-14Fix a bug where we could lose a loader content change.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-02-01Support automatic cancellation of Loaders.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2011-04-20Deprecate a bunch of APIs.Dianne Hackborn
2011-01-30Fix issue #3381489: IllegalStateException: attempt to re-open...Dianne Hackborn
2011-01-24Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn
2011-01-18Hiding the AsyncTaskLoader.waitForLoader methodDmitri Plotnikov
2011-01-17Fix a bunch of API review bugs.Dianne Hackborn
2011-01-11Get rid of old ParcelFileDescriptor API.Dianne Hackborn
2011-01-09Fixed the waitForLoader method.Dmitri Plotnikov
2011-01-08Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn
2011-01-07Adding AsyncTaskLoader.waitForLoader() for testingDmitri Plotnikov
2010-12-21Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn
2010-12-20More cleanup of Loader APIs.Dianne Hackborn
2010-06-16Preventing cursor leaks when a query is interruptedDmitri Plotnikov
2010-05-18Another try at fixing the docs build.Jeff Hamilton
2010-05-18Fix a broken docs link.Jeff Hamilton
2010-05-18Add the Loader and supporting classes.Jeff Hamilton