Releases: xamarin/SignaturePad
Version 3.0
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple for Android, iOS and Windows apps.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store - SignaturePad for Android has been updated to inflate it's own layout instead of constructing the view with code
- SignaturePad for Android now has custom layout attributes for all it's properties
- SignaturePad for UWP has been re-written using
Control
with aControlTemplate
- SignaturePad for UWP now uses
double
(instead offloat
) for it'sStrokeWidth
properties - SignaturePad for UWP now has properties that are fully data-bindable
- Added multiple members to all platforms, making the controls far more customizable
- Added commands for the
Cleared
andStrokeCompleted
events - Fixed a bug with some Android styluses
Links:
NuGet | Windows CI | Mac CI
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store, Portable Class Libraries (PCL) - Added multiple members to all platforms, making the controls far more customizable
- Fixed a bug when adding SignaturePad to designers
- Updated Xamarin.Forms to v2.5.0.280555
- Added commands for the
Cleared
andStrokeCompleted
events
Links:
Version 3.0 (preview build 77)
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple for Android, iOS and Windows apps.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store - SignaturePad for Android has been updated to inflate it's own layout instead of constructing the view with code
- SignaturePad for Android now has custom layout attributes for all it's properties
- SignaturePad for UWP has been re-written using
Control
with aControlTemplate
- SignaturePad for UWP now uses
double
(instead offloat
) for it'sStrokeWidth
properties - SignaturePad for UWP now has properties that are fully data-bindable
- Added multiple members to all platforms, making the controls far more customizable
- Added commands for the
Cleared
andStrokeCompleted
events - Fixed a bug with some Android styluses
Links:
NuGet | Windows CI | Mac CI
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store, Portable Class Libraries (PCL) - Added multiple members to all platforms, making the controls far more customizable
- Fixed a bug when adding SignaturePad to designers
- Updated Xamarin.Forms to v2.5.0.280555
- Added commands for the
Cleared
andStrokeCompleted
events
Links:
Version 2.3
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
Links:
NuGet | Windows CI | Mac CI
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Fix support for disabling input (#94)
Links:
Version 2.2
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- Adding support for controlling the padding used when generating the image (#84)
- Added a
Cleared
event handler for when the signature is cleared (#80) - All the views now have the
StrokeCompleted
andCleared
event - Properly cropping the image in
GetImage
(#84, #87) - Properly disabling input on Android (#94)
Links:
NuGet | Component | Windows CI | Mac CI
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Adding support for controlling the padding used when generating the image (#84)
- Added .NET Standard 1.0+ support (#97)
- Added a
Cleared
event handler for when the signature is cleared (#80) - All the views now have the
StrokeCompleted
andCleared
event - Properly cropping the image in
GetImageStreamAsync
(#84, #87) - Properly disabling input on Android (#94)
Links:
Version 2.1.1
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- Fixed issue when SignaturePad is cleared during a stroke (#76)
- Fixed issue when SignaturePad is in a view that accepts gestures (#18, #78)
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad/2.1.1
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad.Forms/2.1.1
Version 2.1
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- Added support for Windows Runtime 8.1 (Phone and Store) (#70, #71, #72)
- Reduced the number of points in the signature data (#23)
- Android now supports the signature view in a scroll view (or any view that intercepts touch events) (#22, #26)
- Android and iOS strokes now adjust with the screen density
- iOS now supports retina displays properly
- Fixed an issue with UWP when compiled to native code (#74)
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad/2.1.0
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad.Forms/2.1.0
Version 2.0
A brand new SignaturePad that has been almost re-written, with many, many improvements and fixes.
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- Addition of a chrome-less
SignaturePadCanvasView
- This has all the features of the default signature view, but no buttons or labels
- Image APIs are consistent across all platforms
GetImage
andGetImageStreamAsync
are available on all platformsPoints
andStrokes
will now return native points and a collection of lines respectively- Each method has all the overloads for more advanced configuration
- All images can be exported as PNG or JPEG
- Views are constructed in code so they no longer have to be inflated
- Fixed the cropping issues on iOS
- Fixed the layout issues in both iOS and Android
- A few performance improvements
- General fixes and improvements
- The code has be divided into three layers, each dedicated to a specific function
SignaturePadView
- main, typical view with all the usual chromeSignaturePadCanvasView
- view with all signature functionality, but no chromeInkPresenter
- internal-only view that just manages the drawing of ink on the screen
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad/2.0.0
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Addition of a chrome-less
SignaturePadCanvasView
- This has all the features of the default signature view, but no buttons or labels
- Image APIs are consistent across all platforms
GetImage
andGetImageStreamAsync
are available on all platforms- Each method has all the overloads for more advanced configuration
- All images can be exported as PNG or JPEG
- The
SignaturePadView
has been re-written so that all the labels and buttons can be customized fully - Far more bindable properties on both
SignaturePadCanvasView
andSignaturePadView
- Views are constructed in code so they no longer have to be inflated
- A few performance improvements
- General fixes and improvements
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad.Forms/2.0.0
Version 1.5.1
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- No changes
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad/1.5.1
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Fixed bug in UWP when navigating (#59)
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad.Forms/1.5.1
Version 1.5
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple.
- Added UWP support
- Android now no longer crashes when resuming
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad/1.5.0
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Added UWP support
- The pad can now be cleared programmatically
- Now using Xamarin.Forms v2.3.3
NuGet: https://www.nuget.org/packages/Xamarin.Controls.SignaturePad.Forms/1.5.0