index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
AsyncTaskLoader.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2017-03-08
Fix stale data due to stopped loader.
George Mount
2013-10-09
Minor code cleanup in loaders.
Jeff Brown
2013-10-02
Isolate calls to each remote DocumentsProvider.
Jeff Sharkey
2013-03-14
Fix a bug where we could lose a loader content change.
Dianne Hackborn
2013-01-08
Fix cursor window leak when query execution fails.
Jeff Brown
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-02-01
Support automatic cancellation of Loaders.
Jeff Brown
2012-01-27
Implement a cancelation mechanism for queries.
Jeff Brown
2011-04-20
Deprecate a bunch of APIs.
Dianne Hackborn
2011-01-30
Fix issue #3381489: IllegalStateException: attempt to re-open...
Dianne Hackborn
2011-01-24
Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
Dianne Hackborn
2011-01-18
Hiding the AsyncTaskLoader.waitForLoader method
Dmitri Plotnikov
2011-01-17
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-11
Get rid of old ParcelFileDescriptor API.
Dianne Hackborn
2011-01-09
Fixed the waitForLoader method.
Dmitri Plotnikov
2011-01-08
Implement issue # 3255887 could CursorLoader offer...
Dianne Hackborn
2011-01-07
Adding AsyncTaskLoader.waitForLoader() for testing
Dmitri Plotnikov
2010-12-21
Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...
Dianne Hackborn
2010-12-20
More cleanup of Loader APIs.
Dianne Hackborn
2010-06-16
Preventing cursor leaks when a query is interrupted
Dmitri Plotnikov
2010-05-18
Another try at fixing the docs build.
Jeff Hamilton
2010-05-18
Fix a broken docs link.
Jeff Hamilton
2010-05-18
Add the Loader and supporting classes.
Jeff Hamilton