Skip to content

Releases: SwedbankPay/swedbank-pay-sdk-android

1.0.5

10 Mar 15:34
Compare
Choose a tag to compare

Fix crashes related to Parcelable implementations.

1.0.4

03 Mar 14:34
3a95d98
Compare
Choose a tag to compare

Added utility function to delete a payer owned payment token when working with a supporting Merchant Backend

1.0.3

02 Mar 14:53
Compare
Choose a tag to compare

Support opening additional browser windows from the payment menu.

1.0.2

16 Feb 10:23
095d984
Compare
Choose a tag to compare

Removed dependency on deprecated kotlin-android-extensions gradle plugin.

1.0.1

12 Feb 15:18
1e01a6f
Compare
Choose a tag to compare

Updated dependencies of the SDK. Otherwise functionally identical to 1.0.0.

1.0.0-beta.31

11 Feb 15:16
Compare
Choose a tag to compare

First release (actually) distributed on Maven Central

JFrog is shutting down JCenter, which has been the de facto place for distributing Android libraries. This means we need to move to distributing through Maven Central instead. This version has no functional differences to 1.0.0-beta29, but it is advised to move to this release anyway, as 1.0.0-beta29 and earlier will cease to be available when JCenter shuts down.

This is the version that 1.0.0-beta.30 was supposed to be; it had a configuration error and was not actually published.

1.0.0-beta.30

11 Feb 11:10
ab5ca89
Compare
Choose a tag to compare

First release distributed on Maven Central

JFrog is shutting down JCenter, which has been the de facto place for distributing Android libraries. This means we need to move to distributing through Maven Central instead. This version has no functional differences to 1.0.0-beta29, but it is advised to move to this release anyway, as 1.0.0-beta29 and earlier will cease to be available when JCenter shuts down.

1.0.0

12 Feb 11:11
Compare
Choose a tag to compare

Out of beta! This version is otherwise identical to 1.0.0-beta.31

1.0.0-beta29

28 Jan 14:18
Compare
Choose a tag to compare
1.0.0-beta29 Pre-release
Pre-release

Added missing class documentation for PaymentOrder

1.0.0-beta28

20 Jan 15:02
Compare
Choose a tag to compare
1.0.0-beta28 Pre-release
Pre-release

Added missing class documentation.

RiskIndicator.reOrderPurchaseIndicator incorrectly had the same type as RiskIndicator.preOrderPurchaseIndicator. Those now have separate types (ReOrderPurchaseIndicator and PreOrderPurchaseIndicator, respectively). ReOrderPurchaseIndicator is new, and PreOrderPurchaseIndicator is the old PurchaseIndicator renamed.

Some unintentional interfaces were removed.