This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Releases: bobekos/SimpleBarcodeScanner
Releases · bobekos/SimpleBarcodeScanner
1.0.23
1.0.22
Fix
- In the last update the camera was not released at dispose. Only barcode detection was deactivated. This has been corrected now. To prevent the camera preview from being released the attribute "holdCameraOnDispose" has been added.
Features
- set the minSdk to 14
- add holdCameraOnDispose attribute
1.0.21
Fix
- fix when multiple surface listeners were add and called
- surround camera release function with try catch block thx @JanStoltman
- the barcode detector is now also released
- release the camera outside the subscription to allow single emit
1.0.20
Features
- Add AndroidX support (thx @JanStoltman )
- Handle the isOperational method of the barcode detector (thx @JanStoltman ) (see docs)
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
Method changes
setPreviewSize(width: Int, height: Int)
Takes now display width and height as default values. The surface size is now calculated to the correct dimensions without hurting the aspect ratio from camera preview.
Bugs
- Fix the issue with wrong aspect ratio
- Fix portrait / landscape overlay drawing