You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
-
6
1
### 7.1.3
7
2
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).
9
3
* 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).
10
4
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).
11
6
*[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.
12
9
*[Apple] Fixed a bug where invalid images would cause crashes when processing them with CoreVideo.
0 commit comments