Skip to content

Releases: FinTecSystems/xs2a-android

5.2.5

24 Jun 17:27
Compare
Choose a tag to compare

Changes

  • Reverted androidx.security:security-crypto to v1.0.0
    • Modified XS2AWizardViewModel & Crypto to conform to the API-Changes
  • Reverted androidx.biometric:biometric to v1.1.0

5.2.4

19 Jun 14:47
Compare
Choose a tag to compare

Downgrade:

  • androidx.lifecycle:lifecycle-viewmodel-compose to 2.7.0

5.2.3

11 Jun 08:13
ef3ea8e
Compare
Choose a tag to compare

What's changed

  • Bumped xs2awizard_networking to 1.2.2
    • This should fix an error related to wrongly configured timeouts
  • Now using activityViewModels of Fragment instead of specifying current Activity as LocalViewModelStoreOwner
    • This may fix an error where the ViewModel cannot be properly accessed after the 5.2.2 dependency upgrade
  • Bumped kotlinCompilerExtensionVersion to 1.5.11
    • Because of this the Kotlin version has been bumped to 1.9.23 as well
  • Downgraded Compose version to 1.6.6

5.2.2

05 Jun 14:19
Compare
Choose a tag to compare

What's Changed

  • Bug fixes by @maik-mursall in #26
  • The Host App crashing during usage of the Bank Search while using the latest Compose version (1.6.7)
  • The Host App crashing during TabsLine rendering.

Additional changes:

  • Performed a general dependency upgrade
  • Raised targetSdk & compileSdk to 34
  • Removed unnecessary AppCompat dependency

5.2.1

21 Feb 09:14
3c1cf5c
Compare
Choose a tag to compare

We have made some fixes for NumberFormatException For input string: "", so there should no more error appear

5.2.0

14 Aug 14:10
10b755c
Compare
Choose a tag to compare
  • Added support for App2App redirection
    • For now this feature is in Beta
    • The implementation guide can be found here

5.1.4

24 Jul 09:47
Compare
Choose a tag to compare
  • Fixed crash when setting enableScroll to false and starting multiple sessions in a row.

Thank you @hossamCheck24 for the fix 🎉

5.1.3

18 Jul 08:55
Compare
Choose a tag to compare
  • Fixes a crash when the SDK is called within a scrollable container, despite enableScroll being set to false.
    • This should allow the SDK being nested inside another scrollable container, even when enableScroll is set to true

Thank you @hossamCheck24 for the fix 🎉

5.1.2

20 Jun 11:05
5451fc7
Compare
Choose a tag to compare
  • Added "Server Error" Status message, if during the bank search the server returns an malformed response.
    • This also catches the crash associated with it

5.1.1

14 Jun 09:18
307d7b0
Compare
Choose a tag to compare
  • Fixed Issue where some websites couldn't be loaded by the WebView
  • The TopBar of the WebView is now always over the WebView
  • The background color of the TopBar and the WebView is now being set correctly
  • The loading indicator of the TopBar now uses the webViewBorderColor for it's background color
  • Now the current URL is being displayed immediately instead of just when the page starts loading
  • Fixed Issue where the back button would do nothing on certain screens