Skip to content

FFImageLoading 1.1.1

Compare
Choose a tag to compare
@molinch molinch released this 05 May 09:28
· 1902 commits to master since this release

RecyclerView

This minor release solves an issue when FFImageLoading is used with RecyclerView. #17
RecyclerView detaches cells and can reuse them without calling OnBindViewHolder() due to that we should not cancel request neither nullify drawable if ImageView is detached.
Related commit is f806962?w=1

Minor improvements

  • Placeholders are retrieved from memory cache when possible
  • Loading an image from a captive network throws now an exception within ModernHttpClient. This is useful otherwise cached data could be wrong