Skip to content

Commit 2b28fb4

Browse files
committed
Version 0.11.0
1 parent 94d2d0c commit 2b28fb4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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,
88
all 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+
1012
For 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)