Skip to content

FFImageLoading 1.1.3

Compare
Choose a tag to compare
@molinch molinch released this 01 Jun 18:56
· 1872 commits to master since this release

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