Releases: snabble/Android-SDK
Releases · snabble/Android-SDK
v0.9.0-beta7
- Added support for transmission codes
- Code lookups of EAN8 codes are now also looking up its EAN13 counterpart
v0.8.21
v0.9.0-beta6
- New products are now at the top of the shopping cart
- Restored shopping cart button ripple effects
- Fixed undo for zero amount products
- Checkout finish/abort telemetry
v0.9.0-beta5
- Showing hints is now configurable
v0.9.0-beta4
- Use system dialog for hints
v0.9.0-beta3
- Increased duration of all snackbar messages
v0.9.0-beta2
- Showing a hint when adding the first item to the shopping cart
New strings:
- Snabble.OK
- Snabble.Hints.title
- Snabble.Hints.closedBags
v0.9.0-beta1
This is a major release which contains the following breaking changes:
- Initialization of the SDK is now done using Snabble.getInstance().setup
- Most of the functionality that was in SnabbleSdk before is now contained in Project
For migration you can replace most calls that were made to a SnabbleSdk instance to Project, everything that is not migrated to Project is contained in Snabble - Config requires a new appId and secret
- Database bundling is now provided by using the loadDatabaseBundle function in ProductDatabase
Changes:
- Support for multiple Projects using one SDK instance
- Support for new authentication scheme
- Support for new metadata format
- Improved asking for camera permission when using SelfScanningFragment
- Fixed BarcodeView on API 16
- Improved performance of BarcodeView
New string keys:
- Snabble.goToSettings
- Snabble.askForPermission