summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Platform.cs
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart1-0/+17
2017-06-22Fix possible crash on API 21+ at launch when using Holo theme and FormsApplic...Jimmy Garrido1-10/+14
2017-06-20Align Layout transparency behavior between Android, iOS, Windows (#935)E.Z. Hart1-2/+18
2017-05-04Give layouts a chance to handle touch events after passing though immediate c...E.Z. Hart1-3/+6
2017-04-13Verify FragmentContainer created when queueing fragment transaction (Android)...E.Z. Hart1-2/+17
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido1-26/+11
2017-04-06Android fastrenderers (#845)Rui Marinho1-10/+10
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho1-3/+3
2017-03-24Bz53803 Android app crashes during initialization due to invalid cast of tool...BradChase20111-2/+10
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho1-3/+4
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart1-0/+44
2017-03-03[Android] Fix NavigationPage.BarTextColorProperty on API 21+ with FormsApplic...Jimmy Garrido1-3/+15
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