File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ 0.13.17]
5-
6- ### Fixed
7- - Fixed payment status screen not updating when in a stopped activity
8- - Fixed scanner shopping cart button not updating when in a stopped activity
9- - Fixed barcode search crashing when multiple templates were matching on a single product with the same input
10-
11- ## [ 0.13.16]
4+ ## [ 0.13.15]
125
136### Changed
147- The default scan area is now 20% bigger as the indicator indicates
15-
16- ### Added
17- - Added setRestrictionOvershoot to BarcodeScannerView to increase the detection area by a
18- multiplier based on the indicator
19-
20- ## [ 0.13.15]
21-
22- ### Added
238- Now warming up the image cache when adding items to the shopping cart
249- Added setRestrictionOvershoot to BarcodeScannerView to increase the detection area by a
2510multiplier based on the indicator
2611
2712### Changed
2813- The default scan area is now 15% bigger as the indicator indicates
2914
15+ ### Fixed
16+ - Fixed payment status screen not updating when in a stopped activity
17+ - Fixed scanner shopping cart button not updating when in a stopped activity
18+ - Fixed barcode search crashing when multiple templates were matching on a single product with the same input
19+
3020## [ 0.13.14]
3121
3222### Added
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allprojects {
2323 }
2424
2525 project. ext {
26- sdkVersion= ' 0.13.17 '
26+ sdkVersion= ' 0.13.15 '
2727 versionCode= 1
2828
2929 compileSdkVersion= 28
You can’t perform that action at this time.
0 commit comments