summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/TableViewModelRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-05-04Unsubscribe OnModelChanged event when TableViewModelRenderer is disposed (#879)jacobmcgoogan1-5/+10
2016-12-06Don't render empty TextCells for TableSections without Title (bugs 26104 and ↵Michael Rumpler1-69/+101
42926) (#287) * Don't render empty TextCells for TableSections without Title (bugs 26104 and 42926) * Cache the Cells so that GetCellForPosition doesn't have to iterate all Cells every time it is called
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-13/+19
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-3/+1
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/+2
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-03-25Reformat using statementsChris King1-1/+1
2016-03-22Initial importJason Smith1-0/+228