summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/LoaderManager.java
Commit message (Expand)AuthorAgeFilesLines
* New ArrayMap class.Dianne Hackborn2013-05-241-2/+2
* Clear loaders array after they are destroyed.Roman Mazur2012-12-131-0/+1
* Nested fragments.Dianne Hackborn2012-09-061-2/+4
* Support automatic cancellation of Loaders.Jeff Brown2012-02-011-5/+51
* SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn2011-12-121-1/+2
* Bug 5535639 - Monkeys mad at FragmentManagerAdam Powell2011-10-311-1/+4
* Add API for deferring fragment start.Adam Powell2011-10-271-0/+14
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-0/+6
* Fix some problems with moving in and out of detached state.Dianne Hackborn2011-06-101-4/+29
* DO NOT MERGE: Integrate from main - Deprecate a bunch of APIs.Dianne Hackborn2011-05-131-1/+7
* Fix issue #3381489: IllegalStateException: attempt to re-open...Dianne Hackborn2011-01-301-0/+2
* Fix some error messages, turn off logging.Dianne Hackborn2011-01-211-1/+1
* Fix issue #3352125: Crash after clearing search queryDianne Hackborn2011-01-201-24/+171
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-8/+0
* Merge "Start renaming FragmentTransaction.openTransaction() to beginTransacti...Dianne Hackborn2011-01-171-1/+1
|\
| * Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-171-1/+1
* | Delivering null cursor to loader callbacks.Dmitri Plotnikov2011-01-171-1/+1
|/
* Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn2010-12-211-14/+20
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-38/+66
* Some fixes to the new loader management.Dianne Hackborn2010-12-171-2/+12
* Fixes for when onLoaderReset() is called.Dianne Hackborn2010-12-161-1/+6
* Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-16/+107
* Fix issue #3274841: Orientation change problem with a paused activityDianne Hackborn2010-12-131-1/+60
* 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