Skip to content

Releases: snabble/Android-SDK

v0.7.9

14 Jun 10:21

Choose a tag to compare

  • Simplified SDK Setup (enpointBaseUrl and metadataUrl are now optional, and point to the Production environment by default)
  • Fixed shopping cart not updating for updates that occurred when not visible
  • EncodedCodes Checkout is now sending a fire and forget CheckoutProcess
  • Fixed a potential memory leak in CheckoutView

v0.7.8

13 Jun 13:51

Choose a tag to compare

  • Fixed broken database updates on Android 9

v0.7.7

13 Jun 09:14

Choose a tag to compare

  • SelfScanningView now starts itself when getting permission
  • ProductDatabase onDatabaseUpdatedCallback now triggers on same revision updates

v0.7.6

12 Jun 13:20

Choose a tag to compare

  • Fixed a race condition in BarcodeScannerView

v0.7.5

12 Jun 07:45

Choose a tag to compare

  • Additional thread-safety for product database

v0.7.4

11 Jun 12:44

Choose a tag to compare

  • Added delete() and size() to ProductDatabase
  • Fixed a potential memory leak when displaying progress dialogs

v0.7.3

08 Jun 13:18

Choose a tag to compare

  • Added config parameter to set encodedCodes prefix/separator/suffix
  • Added config parameter to allow product database initialization after sdk initialization

v0.7.1

07 Jun 08:15
74eb0e5

Choose a tag to compare

Update contains the following breaking API changes:

  • Removed config parameters for EAN13 prefixes and currency (those are now included in the projects metadata)
  • Exposed JsonObject instead of Bundle for getFlags()

Additionally:

  • Support for new metadata project properties
  • Removed pay now functionality from product dialog
  • Removed exponential retry requests
  • Database updates are now thread safe.

New i18n strings:

  • Snabble.loadingProductInformation

v0.7

06 Jun 15:41

Choose a tag to compare

Update contains the following breaking API changes:

  • Removed config parameters for EAN13 prefixes and currency (those are now included in the projects metadata)
  • Exposed JsonObject instead of Bundle for getFlags()

Additionally:

  • Support for new metadata project properties
  • Removed pay now functionality from product dialog
  • Removed exponential retry requests
  • Database updates are now thread safe.

New i18n strings:

  • Snabble.loadingProductInformation

v0.6.16

04 Jun 10:08

Choose a tag to compare

Removed ICU dependency, as it increased APK sizes by 10MB