Skip to content

Releases: Redth/ZXing.Net.Mobile

2.1.45

24 Aug 18:56
Compare
Choose a tag to compare
  • 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

24 Aug 18:50
Compare
Choose a tag to compare

Updated to support PCL Profile 259

2.1.12

19 Jul 18:31
Compare
Choose a tag to compare

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

18 Jan 14:34
Compare
Choose a tag to compare
  • Android Bugfixes
  • UWP Bugfixes

2.0.4.17

13 Jan 18:57
Compare
Choose a tag to compare
ZXing.Net.Mobile-2.0.4.17

try to get appveyor build version from environment variable

1.5.1

31 Jul 14:07
Compare
Choose a tag to compare

Added a specific BarcodeWriter implementation for each platform which has a Write method returning a bitmap/image type native to the platform (eg: UIImage on iOS).

1.5.0

30 Jul 17:36
Compare
Choose a tag to compare
  • 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