Skip to content

Releases: Adyen/adyen-android

Release 2.2.0

21 Nov 16:31
Compare
Choose a tag to compare
  • Added support for Google Pay.
  • Added Japanese translations.
  • Fixed an issue where payment method logos were black on API level 16.
  • Fixed an issue where icons were not tinted correctly on various API levels.
  • Small fixes and improvements.

Release 2.1.0

16 Oct 11:55
Compare
Choose a tag to compare
  • Added support for WeChat Pay.

Release 2.0.3

28 Sep 12:53
Compare
Choose a tag to compare
  • Quick Integration: Fixed a crash on API level 23 and lower in the card and SEPA Direct Debit details screen.
  • Bug fixes and improvements

Release 2.0.2

24 Jul 13:11
Compare
Choose a tag to compare
  • Fixed a bug that triggered an error message when deleting a one-click payment method.
  • GiroPay has been added to the public API of the SDK for support in the custom integration.
  • Improved theming support and fixed a few issues.
  • CheckoutController.getPaymentMethodHandler() now only requires a PaymentReference to get a PaymentMethodHandler
  • The HostProvider from PaymentSession for the LogoApi has been removed. Use the LogoApi from PaymentHandler instead.

Release 2.0.1

19 Jul 14:21
Compare
Choose a tag to compare
  • Improved validation of card security code in quick integration.
  • Added support for Norwegian.

Release 2.0.0

17 Jul 16:38
Compare
Choose a tag to compare

With this version, we are bringing lots of improvements to our existing SDK for Android, and have put an effort on modularizing our components:

  • We have rewritten our quick integration to use material design and added support for custom theming. We have also added support to provide native out-of-the-box handling for some of our most popular payment methods for reuse in your custom integration. Furthermore, we have added more translations and now support 13 languages.
  • We have rewritten our API for the custom integration to offer better support for configuration changes, state restoration, and to make it easier to handle payments in general by making our API lifecycle aware.
  • We have added a core-card module that provides additional functionality to format, validate, and encrypt card data.
  • We have added a module to read credit card numbers with the device's NFC chip. Entering credit card data has never been that easy for your shoppers!

Release 1.14.2

24 May 15:49
Compare
Choose a tag to compare
  • Added ProGuard Rules
  • Default state for checkmark to store card details is now off in the card form, in compliance with GDPR.

Release 1.14.1

08 Dec 00:00
Compare
Choose a tag to compare
  • Added support for various new languages.

Release 1.13.0

28 Nov 09:14
Compare
Choose a tag to compare
  • The credit card fragment now only shows the switch to store details if the according input detail is present.
  • The credit card fragment now shows the card holder name input field if the input details indicates that this field is required.
  • Small fixes and UI improvements.
  • The app module has been renamed to defaultApp.

Release 1.12.0

09 Nov 13:07
Compare
Choose a tag to compare
  • Fixed translations