Releases: Redth/ZXing.Net.Mobile
Releases · Redth/ZXing.Net.Mobile
2.1.45
- UWP: Refactored much of the UWP code
- UWP: ScanPage is no longer responsible for Navigation, MobileBarcodeScanner takes care of it
- UWP: No more static field for data passing, Navigation call gets passed an instance instead
- UWP: Fixed a case where VideoDeviceController was used to set some stream properties, but MediaPlayer was used to set others, which caused weird preview displays and/or freezing
2.1.44
2.1.12
This release marks a milestone in the project.
From now on, Milestones will be more closely followed, and a better release process will be used going forward.
For this release, there were many bugfixes, mostly around UWP and Android. Some of these bugs are assigned to the milestone: https://github.com/Redth/ZXing.Net.Mobile/milestone/4?closed=1
Some of the highlights:
- UWP: Crash scenarios fixed
- Forms: Better binding support for properties
- Android: fixes for new permissions model
- Android: Better autofocus support
- Android: Focus at coordinates touched
- UWP: Focus at coordinates touched
2.0.4.23
2.0.4.17
ZXing.Net.Mobile-2.0.4.17 try to get appveyor build version from environment variable
1.5.1
1.5.0
- Xplat: Made library somewhat PCL compatible (NuGet bait and switch)
- Xplat: Continuous Scanning mode
- Xplat: Switched to zxing.portable - one step closer to using ZXing as a nuget dependency
- WP8: Closer to feature parity with Android and iOS
- Various bugfixes on all platforms