Skip to content

Releases: iZettle/sdk-android

release-2.16.1

26 Jun 08:19
Compare
Choose a tag to compare

What's Changed

  • Added OK CTA for cancelled payments to navigate back in MCE payments
  • Improvements and bug fixes

release-2.15.0

06 May 12:01
Compare
Choose a tag to compare
  • Support for setting PayPal partner attribution ID for manual card entry payments.
  • Improvements and bug fixes.

release-2.11.1

12 Feb 15:55
Compare
Choose a tag to compare
  • New UI style inspired by PayPal
  • Support for setting PayPal partner attribution ID for card payments
  • Improvements and Bug fixes

release-2.6.7

20 Nov 13:45
Compare
Choose a tag to compare

What's Changed

  • Improvements and Bug fixes

release-2.6.5

25 Oct 13:39
Compare
Choose a tag to compare
  • Added Manual Card Entry payment method which is available in the US and UK markets. (Read more on the Zettle Developer Portal)
  • Improvements and Bug fixes

release-2.1.5

21 Sep 09:37
Compare
Choose a tag to compare

What's new

  • Fixed failing payment issue when the default service endpoint is not available

Breaking changes

  • None

release-2.1.4

10 Aug 14:25
Compare
Choose a tag to compare

What's new

  • New major version release with reworked architecture
  • New package names com.zettle.sdk
  • New dependency declarations, choose the features you use
  • More stable payments
  • Provided Authentication - if you want to handle authentication yourself and only provide access tokens to the SDK whenever needed. https://developer.zettle.com/docs/android-sdk
  • Bug fixes

This release is a new major release meaning it's not backwards compatible with the 1.X releases and needs a migration to work. The structure is similar but there are new package names and generic handling of results. We have created a migration guide available here in the developer portal.

release-2.1.1

18 Jul 10:54
Compare
Choose a tag to compare

What's new

  • New major version release with reworked architecture
  • New package names com.zettle.sdk
  • New dependency declarations, choose the features you use
  • More stable payments
  • Provided Authentication - if you want to handle authentication yourself and only provide access tokens to the SDK whenever needed. https://developer.zettle.com/docs/android-sdk

This release is a new major release meaning it's not backwards compatible with the 1.X releases and needs a migration to work. The structure is similar but there are new package names and generic handling of results. We have created a migration guide available here in the developer portal.

release-1.36.8

22 Feb 08:30
Compare
Choose a tag to compare

What's new

  • Support different tipping styles in the card reader (Read more on the Zettle Developer Portal)
  • Bug fixes and documentation updates

Breaking changes

  • None

release-1.36.1

19 Jan 14:40
Compare
Choose a tag to compare

What's new

  • Developer mode (Read more on the Zettle Developer Portal)
  • Expose IZettleSDK.isInitialized flag to check if the SDK is initialised (Read more on the Zettle Developer Portal)
  • Expose IZettleSdk.isLoggedIn flag to check if user is logged in (Read more on the Zettle Developer Portal)
  • Improvements on accessibility
  • Bug fixes and documentation updates

Breaking changes

  • None

Side note

  • We are working on the final stages of version 2.0 of the SDK.