index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
LoaderManager.java
Age
Commit message (
Expand
)
Author
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2017-03-03
Fix Loader bugs
George Mount
2016-09-21
Don't hold old host callback for fragments on the back stack
Adam Powell
2016-04-27
Fix a bug where restartLoader would result in a stuck loader
Adam Powell
2016-04-11
Prevent duplicate loader onLoadFinished calls on config change
Adam Powell
2015-04-30
Remove dependency upon FragmentActivity
Todd Kennedy
2013-05-24
New ArrayMap class.
Dianne Hackborn
2012-12-13
Clear loaders array after they are destroyed.
Roman Mazur
2012-09-06
Nested fragments.
Dianne Hackborn
2012-02-01
Support automatic cancellation of Loaders.
Jeff Brown
2011-12-12
SDK only: now that support lib is in SDK, we can link to it.
Dianne Hackborn
2011-10-31
Bug 5535639 - Monkeys mad at FragmentManager
Adam Powell
2011-10-27
Add API for deferring fragment start.
Adam Powell
2011-10-04
docs: add developer guide cross-references, Project ACRE
Joe Fernandez
2011-06-10
Fix some problems with moving in and out of detached state.
Dianne Hackborn
2011-05-13
DO NOT MERGE: Integrate from main - Deprecate a bunch of APIs.
Dianne Hackborn
2011-01-30
Fix issue #3381489: IllegalStateException: attempt to re-open...
Dianne Hackborn
2011-01-21
Fix some error messages, turn off logging.
Dianne Hackborn
2011-01-20
Fix issue #3352125: Crash after clearing search query
Dianne Hackborn
2011-01-17
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-17
Merge "Start renaming FragmentTransaction.openTransaction() to beginTransacti...
Dianne Hackborn
2011-01-17
Start renaming FragmentTransaction.openTransaction() to beginTransaction().
Dianne Hackborn
2011-01-17
Delivering null cursor to loader callbacks.
Dmitri Plotnikov
2010-12-21
Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...
Dianne Hackborn
2010-12-20
More cleanup of Loader APIs.
Dianne Hackborn
2010-12-17
Some fixes to the new loader management.
Dianne Hackborn
2010-12-16
Fixes for when onLoaderReset() is called.
Dianne Hackborn
2010-12-16
Fix issue #3272082: Contacts: when going back from edit view,
Dianne Hackborn
2010-12-13
Fix issue #3274841: Orientation change problem with a paused activity
Dianne Hackborn
2010-11-08
Fixe some stuff.
Dianne Hackborn
2010-10-26
Fix issue #3130426: Finsky crash in switching from window carousel
Dianne Hackborn
2010-08-09
This may fix LoaderManager bug where a closed cursor could be used.
Dianne Hackborn
2010-08-05
Fix some Loader bugs.
Dianne Hackborn
2010-07-21
Relay stopLoading() on the loader from LoaderInfo.stop()
Ben Komalo
2010-07-15
Fix bug where loader listener would be registered twice.
Dianne Hackborn
2010-07-12
Change Javadoc to get around brokenness
Kenny Root
2010-07-09
Implement instance passing in LoaderManager.
Dianne Hackborn
2010-07-08
Fix build.
Dianne Hackborn
2010-07-08
Integrate Loader support in to Activity/Fragment.
Dianne Hackborn