summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/TemplatedItemsList.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces951-29/+1
classes/interfaces in XF.Internals (#806)
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-3/+32
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-2/+2
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-0/+5
* [Controls] Add repro for 42277 * [Android] No crash if GroupHeaderTemplate=null * [Android] Fix DataTemplateSelector crash * [Core] Expose ListProxy on TIL * [iOS] Fix DataTemplateSelector crash * [Win] Fix DataTemplateSelector crash * [Docs] Update docs * [Core] Implement ListProxy explicitly Allows ListProxy property to stay internal. * [Controls] Revert unnecessary change to shproj
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-5/+40
* 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-03-22Initial importJason Smith1-0/+1325