Releases: Worldline-Global-Collect/connect-sdk-client-android-example-kotlin
Releases · Worldline-Global-Collect/connect-sdk-client-android-example-kotlin
2.0.4
2.0.3
Updated:
- Updated dependencies
- Updated AGP to 8.9.1
- Updated Kotlin version to 2.1.20
- Improved UI for edge-to-edge support
Added:
- Added Compose Compiler plugin, since that is required starting from Kotlin version 2.0.0
2.0.2
Added:
- Added a toggle to enable whether the payment is in installments. This value will be taken into account when determining the availability of credit cards when making an IIN Details call.
Updated:
- Updated dependencies.
2.0.1
Added:
- Added AliPay+ logo.
- Added AliPay+ translations.
Fixed:
- The XML example now sets the unmasked value of expiry date in a
PaymentRequest
. - If the selected
PaymentItem
is of typeBasicPaymentProduct
, there is now a check if the item’spaymentMethod
is “card” before proceeding to the card input screen.
Updated:
- Updated dependencies.
- Updated Trustly logo to its latest version.
2.0.0
This example is a rebranded and updated version of the example that was previously published under the Ingenico name. Next to renaming to Worldline, the example has been updated to be compatible with the rebranded and updated version of the Android SDK. Previous versions and release notes of this example can be found here.
An overview of the changes:
Fixed:
- The colour of the header when using the Jetpack Compose example in dark mode.
Added:
- Additional null checks for usages of
PaymentProductField.displayHints
because this property might be null.