Skip to content

Releases: PDF417/pdf417-android

v6.0.1

16 Nov 14:13
Compare
Choose a tag to compare
  • fixed camera management on LG X Cam
  • fixed crash on some devices when using ImageListener

v6.0.0

04 Nov 14:22
Compare
Choose a tag to compare
  • removed support for parsing US Driver's license barcodes
    • if you need USDL parsing feature, please upgrade to our BlinkID product
    • you are still able to scan PDF417 barcodes using the PDF417 recognizer, but it will only raw barcode contents, not the parsed license data
  • LibRecognizer.aar renamed to LibPdf417Mobi.aar
  • libBlinkBarcode.so renamed to libPdf417Mobi.so
  • workaround for camera bug on some samsung devices
  • migrated to libc++ native runtime and used clang from NDKr13b for building the native code
    • this enabled c++14 features which will help us yield much better performance in the future