Netcetera Android 3DS SDK - Release Notes - Version 2.3.0.0

Published: 16.04.2020

Version 2.3.0.0 is a major release of the Netcetera Android 3DS SDK 2.

Compatibility

This version is not backwards compatible with previous versions of the Netcetera Android 3DS SDK (see Breaking Changes).

New features

Improvements

  • Decreased the number of third party dependencies.
  • Removed Okhttp as third party library (it is now repackaged/embedded into the SDK)
  • UI changes
  • The challenge screen and progress view can now handle activity configuration changes (such as orientation)
  • Added buttons ripple effect following the android material design principle
  • The challenge screen is shown after Issuer and Payment System images finish (or fail) downloading
  • Issuer and Payment System images section is not shown if both of the images fail to download (it was empty space before)
  • The default background color of the cancel button is now transparent

Bug fixes

  • Fixed incorrect disabling of the submit button on the challenge screen (removed the disabling feature)

Breaking Changes

  • Removed android kitkat support

Behavior changes

  • The 3DS SDK controls, hides and cleans up the progress view if successful Transaction.doChallenge(...) method call has occurred. For more details, see sdk processing screen

Documentation updates