Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Version 3.0

Latest
Compare
Choose a tag to compare
@mattleibow mattleibow released this 15 Jun 04:49
b322851

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 a ControlTemplate
  • SignaturePad for UWP now uses double (instead of float) for it's StrokeWidth 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 and StrokeCompleted 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 and StrokeCompleted events

Links:

NuGet