Skip to content

2.6.0

Compare
Choose a tag to compare
@access-checkout-sdk-ci access-checkout-sdk-ci released this 23 Feb 12:31
01e95b6

Removed

  • Drop functionality which sets hints/placeholders on EditText provided by clients. It is the responsibility of the client to set whichever hint/placeholder they want in the language of their preference. Major version of the SDK has not been changed despite this functionality being dropped, the reason is that the SDK should never have had that functionality in the first place so this is classified as a bug fix

Added

  • SDK now enforces numeric inputType for each EditText specified by the client

Fixed

  • Fix an issue where pressing and maintaining the backspace key does not delete the entirety of the card number field (only occurring when pan formatting is enabled)
  • Fix an issue where the caret would not move when attempting to insert digits towards the end of a card number

Changed

  • Upgrade SDK and app to use API Level 33
  • Upgrade Kotlin to 1.6.21
  • Upgrade Kotlin coroutines to 1.5.2
  • Upgrade Gradle to 7.4 and upgrade gradle-wrapper jar
  • Refactor build pipeline to minimise duplication of workflows
  • Change UI tests to also run against latest versions of Android
  • Fix issue preventing Jacoco from correctly calculating code coverage following to Gradle upgrade