summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Loader.java
Commit message (Expand)AuthorAgeFilesLines
* 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