Skip to content

FFImageLoading 1.1.5

Compare
Choose a tag to compare
@molinch molinch released this 31 Aug 20:30
· 1844 commits to master since this release

Xamarin.Forms

There is now a Xamarin.Form package that wraps the library: https://www.nuget.org/packages/Xamarin.FFImageLoading.Forms/

Issues fixed

  • Handle .NET & Java OOMs and force a garbage collection when it happens: ff619eb
  • Use WeakReferences instead of SoftReferences: they are garbage collected sooner 8fb206b and a couple of Bitmap Dispose calls so .NET world is no longer keeping a reference to the Bitmap. Only Java world is aware of it.
  • No alpha transparency by default. This becomes a parameter: 6cb8430
    It allows saving 50% of memory since 1 pixel is on 2 bytes instead of 4
  • No more registering issue with MvvmCross 7b3cf63