Windows image loader error handling (#260)
authorE.Z. Hart <hartez@users.noreply.github.com>
Mon, 18 Jul 2016 23:16:47 +0000 (17:16 -0600)
committerJason Smith <jason.smith@xamarin.com>
Mon, 18 Jul 2016 23:16:47 +0000 (16:16 -0700)
commit272033723ea275ceb8a288fa605eafd035c79f2d
treeabc639d0f5627f3877f9e237e473bda168e9e030
parentc9da550ce4987e01c1bbce9d0a17b860e1d300b3
Windows image loader error handling (#260)

* Repros for various image issues

* Log image loading errors

* Better repro instructions and user interface

* Image loading tests now running on WinRT/UWP phone/tablet/desktop

* Move FailImageSource into shared project

* Move FailImageSource into shared project

* Update docs
24 files changed:
Xamarin.Forms.ControlGallery.Windows/BrokenImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Windows/Properties/AssemblyInfo.cs
Xamarin.Forms.ControlGallery.Windows/Xamarin.Forms.ControlGallery.Windows.csproj
Xamarin.Forms.ControlGallery.WindowsPhone/Properties/AssemblyInfo.cs
Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj
Xamarin.Forms.ControlGallery.WindowsUniversal/Properties/AssemblyInfo.cs
Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
Xamarin.Forms.ControlGallery.WindowsUniversal/invalidimage.jpg [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/FailImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/ImageLoadingErrorHandling.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Core/ImageSource.cs
Xamarin.Forms.Core/UriImageSource.cs
Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
Xamarin.Forms.Platform.WinRT/FileImageSourceHandler.cs
Xamarin.Forms.Platform.WinRT/IImageSourceHandler.cs
Xamarin.Forms.Platform.WinRT/ImageRenderer.cs
Xamarin.Forms.Platform.WinRT/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.WinRT/StreamImagesourceHandler.cs
Xamarin.Forms.Platform.WinRT/UriImageSourceHandler.cs [moved from Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs with 73% similarity]
Xamarin.Forms.Platform.WinRT/WindowsBasePlatformServices.cs
Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
docs/Xamarin.Forms.Core/Xamarin.Forms/ImageSource.xml