summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests/NativeBindingTests.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* 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
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix1-11/+21
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix1-1/+0
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+487
* [C, I, A, W] Support Native Bindings * fix tabs