Skip to content

FFImageLoading 2.2.7

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 10 Jan 17:59
· 844 commits to master since this release

Complete history of changes available here: v2.2.6...v2.2.7

Optimizations

  • [Performance] Scheduler optimizations
  • [Performance] Prevent UI thread overuse by allowing ThreadPool optimization when loading from cache
  • [Windows] Improved image loading due to file info caching
  • [Xamarin.Forms performance] ImageSourceBinding optimization - reduce File.Exists calls
  • Updated SkSvg class, SvgDataResolver improvements

Fixes

  • Images not loading sometimes (scheduler issue)
  • Tuned SchedulerMaxParallelTasks default value
  • Download cache - Use ReadAsByteArrayAsync when no ProgressDownload is needed #449