Skip to content

Releases: snabble/Android-SDK

v0.9.0-beta7

03 Sep 12:05

Choose a tag to compare

v0.9.0-beta7 Pre-release
Pre-release
  • Added support for transmission codes
  • Code lookups of EAN8 codes are now also looking up its EAN13 counterpart

v0.8.21

31 Aug 14:51

Choose a tag to compare

  • Future proofed json parsing

v0.9.0-beta6

27 Aug 14:09

Choose a tag to compare

v0.9.0-beta6 Pre-release
Pre-release
  • 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

27 Aug 11:03

Choose a tag to compare

v0.9.0-beta5 Pre-release
Pre-release
  • Showing hints is now configurable

v0.9.0-beta4

27 Aug 09:51

Choose a tag to compare

v0.9.0-beta4 Pre-release
Pre-release
  • Use system dialog for hints

v0.9.0-beta3

23 Aug 13:37

Choose a tag to compare

v0.9.0-beta3 Pre-release
Pre-release
  • Increased duration of all snackbar messages

v0.9.0-beta2

23 Aug 12:59

Choose a tag to compare

v0.9.0-beta2 Pre-release
Pre-release
  • 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

23 Aug 10:01

Choose a tag to compare

v0.9.0-beta1 Pre-release
Pre-release

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

v0.8.20

22 Aug 08:59

Choose a tag to compare

  • Expose externalId in Shop

v0.8.19

01 Aug 11:58

Choose a tag to compare

  • Added support for product bundles when using online requests