Skip to content

Releases: getkevin/kevin-android

2.5.1

21 Oct 08:41
cf2731d
Compare
Choose a tag to compare

Improvements

  • Added proper user agent for api calls

2.5.0

21 Sep 11:58
2f1bf73
Compare
Choose a tag to compare

Improvements

  • Improved documentation
  • Update ktor to 2.x
  • Bumped dependencies
  • Updated launch modes to prevent multi-tasks

2.4.0

15 Jul 06:52
d37f5da
Compare
Choose a tag to compare

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

02 Jun 13:12
9a47abf
Compare
Choose a tag to compare

Improvements

  • Banks not supporting account linking will be filtered during account linking

2.2.0

26 May 10:49
97673e4
Compare
Choose a tag to compare

Improvements

  • Added ktlint support
  • Added Terms & Conditions and Privacy Policy to bank selection screen

2.1.1

11 May 13:20
0512f92
Compare
Choose a tag to compare

Minor changes

  • Make deeplinking disabled by default

2.1.0

10 May 06:43
27a226b
Compare
Choose a tag to compare

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

13 Apr 08:45
230ed0c
Compare
Choose a tag to compare

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

01 Apr 10:51
c17468b
Compare
Choose a tag to compare

Fixes

  • Fixed SDK not working due to minified code

2.0.0

30 Mar 13:38
1a125f2
Compare
Choose a tag to compare

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