Skip to content

Releases: Redth/ZXing.Net.Mobile

3.1.0-beta2

19 Jan 14:04
b67c668
Compare
Choose a tag to compare
  • Updated to use Xamarin.Forms 5.x stable
  • Updated AndroidX dependencies
  • ZXing.Net is now a proper NuGet dependency
  • Updated ZXing.Net to use the latest release 0.16.6

Thanks to all you contributors for the PR's (and patience)!

3.1.0-beta1

18 Jan 21:16
3b5b3c1
Compare
Choose a tag to compare
  • Updated to use Xamarin.Forms 5.x stable
  • Updated AndroidX dependencies
  • ZXing.Net is now a proper NuGet dependency
  • Updated ZXing.Net to use the latest release 0.16.6

Thanks to all you contributors for the PR's (and patience)!

3.0.0-beta5

14 Mar 04:26
9a7e3bf
Compare
Choose a tag to compare
  • Fixed crashes and binding issues in Forms ZXingBarcodeImageView
  • Fixed not resetting iOS camera settings after scanning
  • Improved API to use IEnumerable instead of List (this could be a breaking change for some)

3.0.0-beta4

12 Mar 18:54
Compare
Choose a tag to compare

🎉 3.0.0 Preview

  • Refactored code and projects into SDK style, multi-targeted projects
  • Cleaned up (standardized whitespace) and modernized code
  • Several bugfixes from PR's manually included: #849 #836 #820 #815 #810 #512 #725 #802 and more
  • Tizen support (experimental)
  • Sourcelink support
  • Fixed missing dependency in package from beta1
  • Fixed bad packaging of UWP bits from beta2
  • Fixed including invalid .pri file from Forms package in beta3

3.0.0-beta3

12 Mar 17:28
9506a7b
Compare
Choose a tag to compare

🎉 3.0.0 Preview

  • Refactored code and projects into SDK style, multi-targeted projects
  • Cleaned up (standardized whitespace) and modernized code
  • Several bugfixes from PR's manually included: #849 #836 #820 #815 #810 #512 #725 #802 and more
  • Tizen support (experimental)
  • Sourcelink support
  • Fixed missing dependency in package from beta1
  • Fixed bad packaging of UWP bits from beta2

3.0.0-beta2

12 Mar 16:09
7ea4b5e
Compare
Choose a tag to compare

🎉 3.0.0 Preview

  • Refactored code and projects into SDK style, multi-targeted projects
  • Cleaned up (standardized whitespace) and modernized code
  • Several bugfixes from PR's manually included: #849 #836 #820 #815 #810 #512 #725 #802 and more
  • Tizen support (experimental)
  • Sourcelink support
  • Fixed missing dependency in package from beta1

3.0.0-beta1

12 Mar 15:04
7c9dfb1
Compare
Choose a tag to compare

🎉 3.0.0 Preview

  • Refactored code and projects into SDK style, multi-targeted projects
  • Cleaned up (standardized whitespace) and modernized code
  • Several bugfixes from PR's manually included: #849 #836 #820 #815 #810 #512 #725 #802 and more
  • Tizen support (experimental)
  • Sourcelink support

2.3.1

25 Oct 15:37
Compare
Choose a tag to compare

Fixes since 2.2.8:

  • Updated to latest ZXing.Net version
  • Updated to Xamarin.Forms 2.3.4.270
  • Added setting to disable autofocus
  • Added AssumeGS1 scanning option
  • Fixed issue where some barcodes weren't scanned in portrait, even if AutoRotate was enabled (iOS / Android)
  • Fixed Delay between continuous scans not working (iOS)
  • Fixed camera in use error in some cases (UWP)
  • Fixed scanning not working first time after permissions dialog displayed (Android Forms)
  • Fixed scanning working after screen lock (Android Forms)

2.2.8

14 Apr 19:18
Compare
Choose a tag to compare

Fixes since 2.2.5:

  • The binding context of the ZXingDefaultOverlay view was never set, so any attempts to change the visibility of the flash button or set the top/bottom would be ineffective
  • Forms Android library now directly references FastAndroidCamera

2.2.5

14 Apr 01:37
Compare
Choose a tag to compare

The highlight of this release is the huge performance gains to iOS and Android. On both platforms, we are seeing ~100% faster decode time for preview buffer frames due to switching to unsafe/native pointer handling of image data (avoiding extra marshalling back to the mono runtime also reduces memory usage).

Windows Phone 8 is now Deprecated. It will still ship as is with the NuGet packages, but there is no future work being planned for it. Its projects have also been moved into separate solution files.

  • Updated Xamarin.Forms dependency version
  • Updated Support Library dependency versions
  • ZXing.Net is now a submodule
  • Android: Switch to FastAndroidCamera to improve performance 28fbf65
  • All: Added Code39ExtendedMode setting to barcode options d024393
  • WP8: Deprecated
  • UWP: Null reference exception fix a23bed3 and 732916e
  • Android: More null safe checks in Fragment 40ed0b8
  • Android: Refactored and improved camera permissions
  • iOS: Use raw pointer to CVPixelBuffer to speed up decoding 4462d7f
  • Android: Xamarin.Forms: Fix camera orientation after rotate 858d1a5
  • UWP: Turn torch off after scanning 7b54491
  • Android: Fix multi-touch exception a1efa05
  • Android: Autofocus improvements for older api levels 67d690a
  • UWP: Fix crash for devices with external camera cb708ad
  • Fixed member visibility in Forms to help inheritance 273c8f6