Releases: getkevin/kevin-android
Releases · getkevin/kevin-android
1.6.1
Bug fixes
- Fixed an issue when callback URL would not be handled on devices with API below 24
1.6.0
New features
- Added support for sandbox environment. To use it just call
Kevin.setSandbox(true)
when setting up SDK.
Bug fixes
- Fixed an issue when non http callback urls won't be handled. Now it should work with any callback url.
1.5.1
Bug fixes
- Fixed an issue when back navigation would not be correctly handled within the SDK confirmation screens
- Fixed an issue when mail/phone links would not be handled correctly
- linkId has been renamed to authorizationCode for the sake of consistency with our APi
1.5.0
New features
- Support for new languages has been added - SK, CS, FI, SV, NO, DA, DE, NL, FR, ES, IT, SL
Bug fixes
- Fixed an issue when not all EEA countries would be displayed
1.4.0
New features
- Support for new languages has been added - BG, RO, HU, GR, LV, EE, PL, PT
1.3.3
Bug fixes
- Updated proguard rules to fix ktor issue
1.3.2
Bug fixes
- Fixed an issue when SDK won't build because of missing drawable and dependency
1.3.1
Bug fixes
- Fixed an issue when SDK won't build because of missing dependency
1.3.0
New features
- Added a possibility to skip payment authentication steps if payment was created with already linked account token (see our API docs)
- Library was moved to MavenCentral
Bug fixes
- Fixed an issue when PaymentSession could internally crash and error itself would not be processed by the client
1.2.2
Minor changes
- SDK domain was migrated