File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77- SnabbleUICallback has now additional interface methods that needs to be implemented,
88all payment related callbacks are optional if no online payment method is used.
99
10+ showMainscreen() has been replaced with goBack() for more intuitive behaviour
11+
1012For more information see the sample application
1113
1214- Product dialog can now be shown anywhere, not only while having the scanner opened using
@@ -22,10 +24,12 @@ the new class ProductResolver
2224 make online requests when the time since the last update exceeds this value. The default is 1 hour.
2325
2426### Fixed
27+ - Fixed products with embeddedCode == 0 not showing "scanned shelf code" info
2528- Properly cleanup okhttp connections on error responses
2629- Log events in millisecond precision
2730- BarcodeScannerView: Immediately auto focus on startup
28- - BarcodeScannerView: Unrecoverable errors should now show the error text instead of a black screen
31+ - BarcodeScannerView: Unrecoverable errors (such as the camera driver not responding)
32+ should now show the error text instead of a black screen
2933
3034### Removed
3135- ProductDatabase.getBoostedProducts and Product.getBoost
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allprojects {
2323 }
2424
2525 project. ext {
26- sdkVersion= ' 0.11.0-alpha9 '
26+ sdkVersion= ' 0.11.0'
2727 versionCode= 1
2828
2929 compileSdkVersion= 28
You can’t perform that action at this time.
0 commit comments