summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/NativeBindingHelpers.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces951-6/+1
classes/interfaces in XF.Internals (#806)
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-4/+10
* 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-30[iOS] Keep our native property listener around the same time we keep our ↵Rui Marinho1-3/+6
proxy, check if we are KVO compliant before adding observer (#403)
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix1-11/+16
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+191
* [C, I, A, W] Support Native Bindings * fix tabs