* [C] do not reapply a Binding with a Source when the Context changes
* apply the same to typedBindings
* [C] Use a flag to Apply()
* [C] Remove 2 other unnecessary Binding refreshs
* [Controls] Improve sample for MacOS control gallery, add a storyboard for the menu
* [Core] Add QuitApp to platform services
* [Core] Add ClickedGestureREcognizer
* [MacOS] Implement ClickGestureRecognizer
* [Core] Add MainMenu
* [MacOS] Implement Main top menu
* [Controls] Add desktop support test page
* [MacOS] Update menu items if they change
* [MacOS] Refactor to make it build for iOS
* [Core] Add Menu attached property to Element
* [MacOS] Implement MacOS context menu
* [Core] Fix type of ADP
* [Core] Add Accelerators to MenuItem
* [ControlGallery] Add example for Accelerator MenuItems
* [Core,iOS] Update ClickedEventArgs to ButtonMask enum
* [Docs] Update docs
* [Core]Fix build error
* [WP8] Implement QuitApp
* [WP8] Log warning instead of throw
* [Tests] Add unit tests for menu and menuitem
* [Docs]Update docs
* Update build submodule
* [Core,MacOS,Docs] Use Attached Property for MainMenu
* [Core] Update ButtonsMask, reduce calls to GetValue getting parameter
* [All] Use Accelerator class
* [Core] Add tests for accelerator
* [All] Move QuitApp to QuitApplication
* [Core, Tests] Add more tests for Accelerator
* [Core]Parse win modifier also
* [UnitTests] Fix TestCaseSource
* [MacOS,Core] Fix typo on Modifiers
* [MacOS] Fix typo
* [WinRT] Fix build
* [Docs] Update docs
* [Core] Add GetHandlerForObject and GetHandlerTypeForObject to Registrar
These new methods first try to use IReflectableType in order to support
dynamic objects. If that fails, GetType is used.
* [Platforms] Switch to query the Registrar using GetHandlerForObject
This enables dynamic objects to be used as renderers and other
points of extensibility.
* Take into account dynamic type info when comparing cell renderers
* Fix null renderer object type
* Update Registrar`1.xml
* Update Registrar`1.xml
* [Tests] Add nunit test adapter
* [Tests] Add nunit vs adapter to Xaml and Pages unit tests project
* [Tests] See if this works for TestSource
* [vsts] Add ignore for now on generic tests
* Fix InternalChildren clear logic
* Improve InternalChildren clear logic
* Add test code to verify InternalChildren clear logic
* Add missing test cases
* Improve time complexity of clear logic
* Fix the test case where InvalidOperationException occurs.
* Correct the name casing of the test case
* Modify a wrong test code
* 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
* Update RelativeLayout to make it respond to constraint changes
Constraints of a RelativeLayout are bindable properties but the layout
does not update when the constraints are updated.
This change will invalidate the layout whenever XConstraint,
YConstraint, WidthConstraint or HeightConstraint is changed (either in
code or through a change in the bound property)
* Specified changed handler as named property
* Adding attached property accessors for layout properties
Since the constraint attached properties can now be updated at runtime,
setters are required for those properties. Also, when adding a child
view at runtime using the Add() method with x/y/w/h constraints,
generating the bounds constraints is deferred to the layout phase.
* Unit tests for runtime constraints updates in RelativeLayout
* Rename unit test method
Rename LayoutChangesAtRuntim() to LayoutIsUpdatedWhenConstraintsChange()
* Wrap RelativeLayout update setters in BatchBegin/Commit
* Update documentation of RelativeLayout
Added SetXConstraint(), SetYConstraint(), SetWidthConstraint() and
SetHeightConstraint()
* Add pressed and released events to Button
* Update ButtonRenderer.cs
* Apply safely casting to android button renderer
* Use safety casting for Android buttin renderer
* [Windows] Fix modal pages being laid out below soft buttons (#395)
* Add sample HanselForms and TwitterDemo to ControlGallery (#651)
* [Controls] Add Hanselforms sample
* Remove extra twitter sample
* [Controls]Add TwitterDemo sample
* [Controls] Fix build
* Slider should show user-set value on initial load (#378)
* [UWP] Use toolbar foreground color on primary items (#640)
* Avoid duplicating code in OmPlatform (#591)
* [iOS] Entry should not pass a newline to the next responder (#397)
* UITextField should not return so that the next field does not get passed a newline
* Added code sample
* [XamlC] import members on x:Static and factories (#642)
* [Xaml] support short Properties for PropertyCondition (#645)
* Xamlc compile data triggers (#648)
* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider
* [XamlC] avoid generating ServiceProvider for unused ProvideValue
* fix tests
* Fix comment typo
* [UWP] Fix TextBox style for foreground focus color (#618)
* Adding image to use for CellsGalleryImageUrlCellList UI test
* Update ImageCellListPage to use an image we control;
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images
to load if necessary
* fix nre when changing content in datepickerselected (#494)
* Make CellsGalleryImageUrlCellList test finish early if possible
* [iOS] Change keyboard type while keyboard is visible (#443)
* Change keyboard while changing text
* add sample code
* [Android] Fix NavigationPage dispose crash when it parents a MasterDetailPage (#577)
* fix navigation page dispose crash
* changes after review
* [XamlC] detect duplicate x:Name at compile time (#655)
* [XamlC] detect duplicate x:Name at compile time
* invoking methods with the right arguments produces better results
* Make UWP toolbar display rules consistent with other platforms (#638)
* Allow subscriber to be collected if MessagingCenter is the only reference to it (#617)
* Repro
* Make messaging center callbacks weak references
* Preserve attribute
* Fix test method name
* Watch for collection of actual delegate target instead of wrapper delegate
* Preserve the original platform instance when changing main page
* Better tests for lambda situations
* Update tests, make callback target a weakreference if it's the subscriber
* Ensure old Platform MessagingCenter subs are gone before creating new Platform
* [iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)
* disable multiple cell swipe
* add sample code
* refactored
* convert to weakreference
* remove null setting
* change weakreference setting place
* remove if
* revert isopen changes
* add instructions
* [WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)
* [WinRT/UWP] Apply BackgroundColor to Stepper buttons
* Add explanatory text; use nameof
* Move explanatory text to a label
* Return group instead of internal class (#461)
* [iOS/Android] Move Map camera to correct region on layout change (#548)
* Move to region on layout change
* remove visibility check
* [iOS] Platform specifics for controlling Picker SelectedIndex change behavior (#540)
* picker selected index could change when picker view is dismissed
* use enum
* [iOS] Ignore intermittent failing test on XTC (#666)
* [UITest] Update to UITest 2.0.5 (#665)
* Rebase the current branch onto upstream latest
* Make StackCopy less awkward
* Clean up comment
* Update docs
* Update docs
* Replace SecondToLast with an arbitrarily deep Peek method
* Update docs
* Handle negative depths in Peek()
* iOS and Android timers should be runnable from any thread and executed on the main thread
* removing unused Timer class declarations with minor refactoring efforts
* iOS and Android timers should be runnable from any thread and executed on the main thread
* removing bak file
* switch to v7
* add test code
* Repro
* Make messaging center callbacks weak references
* Preserve attribute
* Fix test method name
* Watch for collection of actual delegate target instead of wrapper delegate
* Preserve the original platform instance when changing main page
* Better tests for lambda situations
* Update tests, make callback target a weakreference if it's the subscriber
* Ensure old Platform MessagingCenter subs are gone before creating new Platform