Skip to content

Releases: phongcao/image-pipeline-windows

Update DefaultNativeMemoryChunkPoolParams

07 Aug 20:06
Compare
Choose a tag to compare

Updates default memory pool parameters to avoid failing on devices having memory limit as: 0-4MB, 32-~66MB.

GIF decoder

05 Jun 16:10
Compare
Choose a tag to compare

Adds GIF decoder (force animated GIFs to be rendered as static images).

New API: GetFileCachePath

16 Mar 19:10
Compare
Choose a tag to compare

By design, when we call PrefetchToDiskCacheAsync method, the image is downloaded and written to the staging area (in memory) and then a background task is initialized to actually writes the file to disk. GetFileCachePath method was added to allow waiting for the file creation and returns its local path.

Update HTTP redirect handling

16 Mar 19:06
Compare
Choose a tag to compare

In http redirect handling, Fresco (Android) doesn't allow the next uri to have the same scheme as the original one (for example, http://domain1.com -> http://domain2.com will always fail). This changes the default behavior to allow more flexibity in http redirect requests.

Update DispatcherHelpers

16 Mar 18:35
Compare
Choose a tag to compare
  • Use CoreApplication.MainView.Dispatcher instead of CoreApplication.MainView.CoreWindow.Dispatcher in DispatcherHelpers for scenarios like background activation (valid dispatcher is on the CoreApplicationView, not necessarily on the CoreWindow).
  • You can now pass an optional dispatcher when fetching images using FetchEncodedBitmapImageAsync and FetchDecodedBitmapImageAsync methods (helpful in multi-window scenario).

New features and bug fixes

16 Jan 19:01
Compare
Choose a tag to compare

Fix for file URI

10 Oct 20:18
Compare
Choose a tag to compare

ImageRequest with file URI (file:///) is now handled properly.

Fix for ms-appdata URI

10 Oct 14:18
Compare
Choose a tag to compare

ImageRequest with ms-appdata URI is now handled properly.

Windows App Certification Kit

03 Oct 21:55
Compare
Choose a tag to compare

Fixing Windows App Certification Kit issues.

VS2017

24 Sep 19:28
Compare
Choose a tag to compare

Fixed Nuget package issue when using Visual Studio 2017.