summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Loader.java
Commit message (Expand)AuthorAgeFilesLines
* am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous smal...Elliott Hughes2014-02-211-1/+1
|\
| * Miscellaneous small documentation fixes.Mark Doliner2014-01-031-1/+1
* | Minor code cleanup in loaders.Jeff Brown2013-10-091-1/+1
|/
* Fix a bug where we could lose a loader content change.Dianne Hackborn2013-03-141-5/+37
* Support automatic cancellation of Loaders.Jeff Brown2012-02-011-0/+101
* SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn2011-12-121-0/+15
* Various performance and other work.Dianne Hackborn2011-10-311-1/+25
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-2/+6
* cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8Scott Main2011-07-271-0/+2
* Deprecate a bunch of APIs.Dianne Hackborn2011-04-201-4/+11
* Fix issue #3381489: IllegalStateException: attempt to re-open...Dianne Hackborn2011-01-301-0/+35
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-18/+33
* Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn2010-12-211-9/+38
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-13/+125
* Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-6/+18
* Adding a method called when detecting content change.Makoto Onuki2010-08-031-4/+14
* Add the Loader and supporting classes.Jeff Hamilton2010-05-181-0/+154