glide icon indicating copy to clipboard operation
glide copied to clipboard

Support androidx lifecycle

Open sjudd opened this issue 3 years ago • 0 comments
trafficstars

When interacting with androidx Fragments and Activities, this change will use their corresponding Lifecycle objects to monitor their Lifecycle, instead of the custom RequestManagerFragments.

For now this just deprecates Glide's support for non-androidx Fragments and Activities. Ideally in a future version we'll remove those methods. However we may decide for backwards compatibility to retain the methods, but to remove their functionality. That would mean that the methods still exist, but they use the global RequestManager and do not provide any lifecycle integration.

sjudd avatar Jul 26 '22 04:07 sjudd