summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsPhone
AgeCommit message (Collapse)AuthorFilesLines
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. Hart2-1/+10
* 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-4/+12
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 Smith17-0/+601