summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Platform.cs
AgeCommit message (Expand)AuthorFilesLines
2016-11-03[Android] Allow path-based icons to be loaded as toolbar icons (#437)adrianknight891-3/+6
2016-10-20Check for Actionbar at UpdateActionBar method. (#366)gleblebedev1-0/+4
2016-10-15[A] Prevent crash in event when renderer is null in Layout call. (#457)Jason Smith1-2/+2
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-1/+1
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-4/+6
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-6/+8
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-2/+4
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-3/+3
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-14/+10
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-2/+16
2016-04-06Warnings as Errors in product projectskingces951-2/+2
2016-03-25Reformat using statementsChris King1-2/+2
2016-03-22Initial importJason Smith1-0/+1056