summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
AgeCommit message (Collapse)AuthorFilesLines
2016-04-13Suppress translation if scale is zero (#82)kingces951-2/+2
2016-04-11Fix warnings 0219 and 0618 in WP8 Platform (#63)E.Z. Hart6-16/+9
* Fix warnings 0219 and 0618 in WP8 Platform Remove suppression of warnings 0219 and 0618 in WP8 Platform * Remove pragma for 0618 and use Platform.GetRenderer * All warnings as errors in Release configuration
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro4-10/+23
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-07Merge pull request #60 from xamarin/warnings-WP8-4014E.Z. Hart3-2/+36
Turn off suppression of warning CS4014 Port TaskExtensions from WinRT projects to WP8 Update implementation of OpenUriAction to use TaskExtensions
2016-04-07Un-suppress CS0067 in Platform.WP8; (#57)E.Z. Hart2-1/+6
Fix warning 0067 "An event was declared but never used in the class in which it was declared." Added event invocation method to TextCellRenderer's CanExecuteChanged event to fix warning.
2016-04-06Merge pull request #55 from xamarin/warnings-WP8-0114E.Z. Hart2-2/+2
Remove 0114 supression from Platform.WP8; fix warnings
2016-04-06Warnings as Errors in product projectskingces951-0/+18
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-12/+64
Also make the layout and layout defaults consistent across platforms
2016-03-29Merge pull request #23 from xamarin/fix-bugzilla25234kingces951-0/+10
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-28[WP8] CustomMessageBox dismissal no longer causes black SystemTrayPaul DiPietro1-0/+10
The CustomMessageBox was having an interaction with WP8 where its dismissal was changing the SystemTray's background color to black. It appears that the SystemTray's background color was never set, despite its appearing white prior to the use of a CustomMessageBox.
2016-03-25Reformat using statementsChris King3-10/+10
2016-03-22Initial importJason Smith86-0/+8834