summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/CarouselPageRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-3/+5
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-6/+2
more thought to fix; Fix a few more warnings VS didn't see fit to raise as errors Adding comments to `pragma warning disable` statements pragma comments Fix typo Set TabletMasterDetailRenderer back to previous version Fix incorrect config access in legacy activity
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-0/+4
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-03-22Initial importJason Smith1-0/+100