You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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