Releases: getkevin/kevin-android
Releases · getkevin/kevin-android
2.5.1
Improvements
- Added proper user agent for api calls
2.5.0
Improvements
- Improved documentation
- Update ktor to 2.x
- Bumped dependencies
- Updated launch modes to prevent multi-tasks
2.4.0
Improvements
- Demo app has been updated with sample for account linking and making payments with linked accounts
- Added prefixes to resources to reduce possibility of matching names
- Added handling for PENDING status group
Bug fixes
- Fixed charity endpoint
2.3.0
Improvements
- Banks not supporting account linking will be filtered during account linking
2.2.0
Improvements
- Added ktlint support
- Added Terms & Conditions and Privacy Policy to bank selection screen
2.1.1
Minor changes
- Make deeplinking disabled by default
2.1.0
New features
- Added support for deep linking
- Added bank filter by id to plugin session configuration files
Improvements
- Added new theme attribute
kevinUseLightBankIcons
that allows to choose what bank icon color should be used (color or white) - Updated translations
2.0.2
Fixes
- Fixed issue where
KevinCountry
would be parsed incorrectly depending on string case. Thanks to @michaldrabik - Added missing material dependency to core module
2.0.1
Fixes
- Fixed SDK not working due to minified code
2.0.0
Breaking changes
- Styling has been significantly reworked. Now we provide even more flexibility when styling every aspect of our SDK screens. Default theme is configured to support inset styles. More information about the changes can be found in our documentation here.
New features
- We have implemented a fully functional demo app where you will be able to test bank/card payments.
- WebView screens, which are invoked during the strong customer authentication now will support dark mode as well as custom locale
- Added support to link a payment card
- Passing SDK theme resource now is optional. By default it will use
R.style.Theme_Kevin_Base