diff options
author | E.Z. Hart <hartez@users.noreply.github.com> | 2017-01-12 14:43:57 -0700 |
---|---|---|
committer | Jason Smith <jason.smith@xamarin.com> | 2017-01-12 13:43:57 -0800 |
commit | ba7b66b83a83328f56e0676efcff5d3c553ac6bf (patch) | |
tree | 0d77274282c801aaadd3954850703f21b3967285 /Xamarin.Forms.ControlGallery.WindowsUniversal | |
parent | b6cb64e4930de9b16309f2d30c6bb0a2177048fd (diff) | |
download | xamarin-forms-ba7b66b83a83328f56e0676efcff5d3c553ac6bf.tar.gz xamarin-forms-ba7b66b83a83328f56e0676efcff5d3c553ac6bf.tar.bz2 xamarin-forms-ba7b66b83a83328f56e0676efcff5d3c553ac6bf.zip |
Fix out-of-memory crashes on iOS when creating maps (#467)
* Pool map views on iOS 10 to avoid memory issues
Clean up disposal implementation for map renderer, delegate
* Enable 39489 test on iOS
* Add missing XF Maps references
* Add missing maps reference to Windows 8.1 project
* Actually enable the test for iOS
* Fix placement of Isolate override
* Don't create a new control for ImageRenderer if NewElement is null
* Reverting fixes to ViewRenderer Dispose; have to fix that in a separate PR
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WindowsUniversal')
-rw-r--r-- | Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj index 7f0162f1..9907d361 100644 --- a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj +++ b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj @@ -110,6 +110,10 @@ <Project>{04d89a60-78ef-4a32-ae17-87e47e0233a5}</Project> <Name>Xamarin.Forms.Maps.UWP</Name> </ProjectReference> + <ProjectReference Include="..\Xamarin.Forms.Maps\Xamarin.Forms.Maps.csproj"> + <Project>{7d13bac2-c6a4-416a-b07e-c169b199e52b}</Project> + <Name>Xamarin.Forms.Maps</Name> + </ProjectReference> <ProjectReference Include="..\Xamarin.Forms.Platform.UAP\Xamarin.Forms.Platform.UAP.csproj"> <Project>{00d8d049-ffaa-4759-8fc9-1eca30777f72}</Project> <Name>Xamarin.Forms.Platform.UAP</Name> |