summaryrefslogtreecommitdiff
path: root/core/java/android/content/Loader.java
AgeCommit message (Expand)Author
2017-12-20Improve Fragment+Loader deprecation JavadocIan Lake
2017-11-13Deprecate framework Fragments and LoadersIan Lake
2016-08-12docs: fix link in Loader reference pageMark Lu
2016-04-27Don't lose content change during rollback for loader already startedAdam Powell
2014-02-21am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous smal...Elliott Hughes
2014-01-03Miscellaneous small documentation fixes.Mark Doliner
2013-10-09Minor code cleanup in loaders.Jeff Brown
2013-03-14Fix a bug where we could lose a loader content change.Dianne Hackborn
2012-02-01Support automatic cancellation of Loaders.Jeff Brown
2011-12-12SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn
2011-10-31Various performance and other work.Dianne Hackborn
2011-10-04docs: add developer guide cross-references, Project ACREJoe Fernandez
2011-07-27cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8Scott Main
2011-04-20Deprecate a bunch of APIs.Dianne Hackborn
2011-01-30Fix issue #3381489: IllegalStateException: attempt to re-open...Dianne Hackborn
2011-01-08Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn
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-12-16Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn
2010-08-03Adding a method called when detecting content change.Makoto Onuki
2010-05-18Add the Loader and supporting classes.Jeff Hamilton