FFImageLoading 1.1.4
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