Skip to content

Commit 64e3c0e

Browse files
Merge branch 'develop' into fix/groovy-syntax
2 parents a3d68dc + 5157923 commit 64e3c0e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## NEXT
2-
3-
* [Android] Removed deprecated renderscript api's, improved performance for analysis.
4-
* [Apple] Prevent half-stopped camera state causing false ALREADY_STARTED.
5-
61
### 7.1.3
72

8-
* [Android] Refactored orientation detection to use `OrientationEventListener` instead of `BroadcastReceiver` for `ACTION_CONFIGURATION_CHANGED`, ensuring physical device orientation is captured correctly and preventing unwanted screen rotations on `MobileScanner` initialization [](https://github.com/juliansteenbakker/mobile_scanner/issues/1486).
93
* Overlay: Updated `BarcodePainter` to receive `deviceOrientation` and dynamically adjust `cameraPreviewSize`, fixing barcode overlay misalignment during device rotation changes [](https://github.com/juliansteenbakker/mobile_scanner/issues/1462).
104

5+
* [Android] Refactored orientation detection to use `OrientationEventListener` instead of `BroadcastReceiver` for `ACTION_CONFIGURATION_CHANGED`, ensuring physical device orientation is captured correctly and preventing unwanted screen rotations on `MobileScanner` initialization [](https://github.com/juliansteenbakker/mobile_scanner/issues/1486).
116
* [Android] Changed minSDK from 21 to 23 in line with Flutter requirements.
7+
* [Android] Removed deprecated renderscript api's, improved performance for analysis.
8+
* [Apple] Prevent half-stopped camera state causing false ALREADY_STARTED.
129
* [Apple] Fixed a bug where invalid images would cause crashes when processing them with CoreVideo.
1310

1411
## 7.1.2

0 commit comments

Comments
 (0)