summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/LoaderManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fixe some stuff.Dianne Hackborn2010-11-081-6/+6
* Fix issue #3130426: Finsky crash in switching from window carouselDianne Hackborn2010-10-261-9/+53
* This may fix LoaderManager bug where a closed cursor could be used.Dianne Hackborn2010-08-091-5/+8
* Fix some Loader bugs.Dianne Hackborn2010-08-051-15/+76
* Relay stopLoading() on the loader from LoaderInfo.stop()Ben Komalo2010-07-211-0/+1
* Fix bug where loader listener would be registered twice.Dianne Hackborn2010-07-151-49/+80
* Change Javadoc to get around brokennessKenny Root2010-07-121-1/+1
* Implement instance passing in LoaderManager.Dianne Hackborn2010-07-091-73/+199
* Fix build.Dianne Hackborn2010-07-081-2/+1
* Integrate Loader support in to Activity/Fragment.Dianne Hackborn2010-07-081-0/+181