summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsPhone
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-01-12 14:43:57 -0700
committerJason Smith <jason.smith@xamarin.com>2017-01-12 13:43:57 -0800
commitba7b66b83a83328f56e0676efcff5d3c553ac6bf (patch)
tree0d77274282c801aaadd3954850703f21b3967285 /Xamarin.Forms.ControlGallery.WindowsPhone
parentb6cb64e4930de9b16309f2d30c6bb0a2177048fd (diff)
downloadxamarin-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.WindowsPhone')
-rw-r--r--Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj b/Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj
index 349b0b4c..478b1f4e 100644
--- a/Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj
+++ b/Xamarin.Forms.ControlGallery.WindowsPhone/Xamarin.Forms.ControlGallery.WindowsPhone.csproj
@@ -100,6 +100,10 @@
<Project>{2633af57-f2cb-442a-ac19-f97bd8a06571}</Project>
<Name>Xamarin.Forms.Maps.WinRT.Phone</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.WinRT.Phone\Xamarin.Forms.Platform.WinRT.Phone.csproj">
<Project>{3361d52c-2e74-433e-8285-9c9a5c485977}</Project>
<Name>Xamarin.Forms.Platform.WinRT.Phone</Name>