Releases: Redth/ZXing.Net.Mobile
Releases · Redth/ZXing.Net.Mobile
3.1.0-beta2
- 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)!
- @Cheesebaron #965
- @Strifex #909 and #910
- @radioactiveman #950
- @mcortecchia #941
- @micjahn for the wonderful ZXing.Net and fixes to help take a dependency on the NuGet :)
3.1.0-beta1
- 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)!
- @Cheesebaron #965
- @Strifex #909 and #910
- @radioactiveman #950
- @mcortecchia #941
- @micjahn for the wonderful ZXing.Net and fixes to help take a dependency on the NuGet :)
3.0.0-beta5
- 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
🎉 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
🎉 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
🎉 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
2.3.1
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
2.2.5
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