7dd9c6b46f
* Implemented SwipeView Spec * Fixed close SwipeView when scrolling ScrollView in iOS * Removed unnecessary SwipeItemInvokedEventArgs * Separate ISwipeItem in a new file * Changed BaseSwipeEventArgs to be abstract * Changed SwipeView SwipeItems properties to use OneWay BindingMode * SwipeDirectionHelpers is now no EditorBrowsable * Removed unnecessary ContextItem * Changed SwipeItems base type from BO to Element * Added defaultValueCreator for SwipeItems (and new sample) * Changes in UWP SwipeViewRenderer to change some SwipeItems validations * Renamed CustomSwipeItem to SwipeItemView Added Close method Added new SwipeView sample in Core Gallery Propagate BindingContext from SwipeView to SwipeItems Fixed bug in Android where occasionally was not rendering the SwipeItem (BindableLayout) * Moved command execution from the renderers to the abstraction * Implemented Close method on UWP Fixed issue to notify SwipeItems changes (add/remove) on UWP Implemented Uri IconSource (fix SwipeItem using an Url on UWP) * Updated CustomSwipeItem samples * Fixed issue on Android (not rendering SwipeItem occasionally) * Avoid use MessagingCenter to close the SwipeView when scrolling * Added new Core Gallery sample using custom size SwipeItems Fixed icon position on Android with big SwipeItems Fixed custom SwipeItem size issue * Fixed vertical swipe threshold calc * Created ISwipeViewController Moved SwipeItemView to a new class Moved SwipeEventArgs to a new class Changes in touch events in Android to have the same behavior as in Android * Unsubscribe CollectionChanged from the OldElement on UWP renderer * Allow open the swipeView if the width of the SwipeItems exceeds the width of the SwipeView Fixed Android SwipeItem icon position calc issue * Updated SwipeItems to use ISwipeViewController * Fixed typo * Fixed typo * - remove EditorBrowsable * Changed SwipeTransitionMode enum values * - fix samsung fussiness * - fix compile error for UAP |
||
---|---|---|
.. | ||
TestAttributes.cs | ||
UiTestAttribute.cs | ||
Xamarin.Forms.CustomAttributes.csproj |