Skip to content

FFImageLoading 1.1.4

Compare
Choose a tag to compare
@molinch molinch released this 18 Aug 10:04
· 1862 commits to master since this release

Improvements

  • it is now possible to invalidate the memory cache by calling ImageService.InvalidateMemoryCache()

Issues fixed

  • custom configuration passed to ImageService was ignored. Thanks @robbederks b06671c
  • the disk cache was not thread safe, locks have been added where it matters. Issue #26
    (please note that in the future we might rely on Akavache)
  • some changes to the way tasks are disposed/cleaned, to avoid null references exceptions