summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/Xamarin.Forms.Platform.WP8.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Clean sync with 2.3.4-2Kangho Hur1-2/+0
Change-Id: I6a7423d2690a1c30f46e0c128d9504a2464f8f0b
2017-03-24Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart1-0/+2
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart1-0/+1
* Fix disappearing Entry text on UWP Anniversary Edition Fix background color reversion bug in UWP Phone Move SearchBar styling on UWP to its own file Make foreground/background color changes on UWP SearchBar/Entry consistent Fix SearchBar color toggle bug on WP8 * Temporarily moving SDK target to previous version * Fix build error on OSX
2016-04-26Carousel clean (#135)Jason Smith1-1/+0
CarouselView moving to preview repo
2016-04-11Fix warnings 0219 and 0618 in WP8 Platform (#63)E.Z. Hart1-2/+4
* 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-9/+9
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. Hart1-1/+2
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. Hart1-1/+1
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. Hart1-1/+1
Remove 0114 supression from Platform.WP8; fix warnings
2016-04-06Warnings as Errors in product projectskingces951-0/+18
2016-03-22Initial importJason Smith1-0/+245