summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Windows
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12Fix out-of-memory crashes on iOS when creating maps (#467)E.Z. Hart1-0/+4
* 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
2016-11-30[Win] Update cert (#579)Rui Marinho3-1/+2
2016-09-27[Win] Will arrange native children of custom renderers (opt-in) (#322)Samantha Houts2-0/+58
* Add repro for 42602 * [Win] Add option to arrange native children * [Win] Don't allocate arrangedChildren unless required
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-12/+2
* Fix potential NRE accessing current application via Page.RealParent * Update Native Bindings Gallery to use MessagingCenter
2016-08-03Enable WebView to render local HTML files on WinRT platforms (#277)E.Z. Hart4-0/+15
* Enable WebView to render local HTML files on WinRT platforms * Add test to demonstrate that the solution works even if <head> isn't in the HTML string
2016-07-18Windows image loader error handling (#260)E.Z. Hart3-1/+32
* 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
2016-04-06Enable warnings as errors in testskingces951-6/+16
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart2-0/+1
Also make the layout and layout defaults consistent across platforms
2016-03-24Move initialization of configuration files (if needed) to a pre-build taskE.Z. Hart1-1/+1
Remove unneeded init scripts
2016-03-22Initial importJason Smith15-0/+529