Skip to content

2.2.5

Compare
Choose a tag to compare
@Redth Redth released this 14 Apr 01:37

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