summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/Platform.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-1/+1
* Fix potential NRE accessing current application via Page.RealParent * Update Native Bindings Gallery to use MessagingCenter
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-6/+10
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-1/+1
2016-04-11Fix warnings 0219 and 0618 in WP8 Platform (#63)E.Z. Hart1-9/+3
* 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 DiPietro1-0/+8
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
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-22Initial importJason Smith1-0/+628