Skip to content

Releases: Adyen/adyen-3ds2-android

2.2.1

12 Jan 09:56
Compare
Choose a tag to compare
  • Renamed deviceParameterBlacklist to deviceParameterBlocklist on AdyenConfigParameters
  • Bug fixes and code improvements.

2.2.0

03 Sep 13:18
Compare
Choose a tag to compare
  • Adds support for version 2.2.0 of the EMV® 3-D Secure protocol.

2.1.0-rc09

21 Jul 11:46
Compare
Choose a tag to compare
  • Fixed restricted device parameters on Android 10

2.1.0-rc08

10 Jun 11:46
Compare
Choose a tag to compare
  • Some bugfixes and improvements.

2.1.0-rc07

21 Feb 10:47
Compare
Choose a tag to compare
  • Some bugfixes and improvements.

2.1.0-rc06

12 Dec 11:28
Compare
Choose a tag to compare
  • Added ELO certificate
  • Some bugfixes and improvements.

2.1.0-rc05

08 Nov 15:14
Compare
Choose a tag to compare
  • Added consumer Proguard rules and moved obfuscated code into a dedicated package.
  • Fixed an issue where Transaction.doChallenge() was potentially throwing an undocumented exception.
  • Some bugfixes and improvements.

2.1.0-rc04

29 Aug 13:48
Compare
Choose a tag to compare
  • Added support for UnionPay.
  • Improved the validation of SDK input data.
  • Fixed an issue where no permissions declared in the AndroidManifest would cause an exception during initialization.
  • Fixed an issue causing the SDK encrypted data to exceed its maximum length.
  • Fixed an issue where missing issuer / payment system images would cause an exception during the challenge.
  • General fixes for stability and security.

2.1.0-rc03

01 Aug 13:07
Compare
Choose a tag to compare
  • Improved parsing of font names for UI customization.
  • Added support for excluding certain device parameters from being collected.

2.1.0-rc02

28 Jun 08:51
Compare
Choose a tag to compare
  • Fix challenge activity save and restore state after screen rotation.
  • On challenge activity recreation due to process kill, the challenge activity will be finished and foreground focus will shift to the calling activity.