summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/NavigationRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart1-8/+19
* Create repro * Remove unnecessary cast * Add null checks on weak references in PageContainer * Remove master/detail fragments from manager when switching master/detail pages Separate renderer ViewGroup removal from renderer disposal in FragmentContainer Separate PageContainer disposal from renderer disposal in FragmentContainer Remove Drawer Listener for NavigationPageRenderer in Dispose * Fix missing spaces; Add explicit SPACE_BEFORE_IF_PARENTHESES settings to DotSettings file * Remove javascript rules * Remove usage of .ForEach()
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-11/+12
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho1-0/+9
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-19/+24
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-1/+0
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-03-22Initial importJason Smith1-0/+302