FFImageLoading 1.1.3
Improvements
Performance improvements: skipping paths when not needed.
Automatically nullify callbacks to avoid memory leaks.
Fading change on Android
Android: Fading is no longer using TransitionDrawable.
TransitionDrawable was not reliable when used in RecyclerViews. Furthermore it was less performant than having a simple alpha transition done in Drawable.Draw.
New implementation uses same logic as PicassoDrawable.
Issues fixed
- some scheduler issues
- callbacks invoked too many times and ensure callback are never null
- no more exceptions in console output when a local image is missing
- continuations are always scheduled on UI thread now