Releases: FinTecSystems/xs2a-android
Releases · FinTecSystems/xs2a-android
5.2.5
5.2.4
Downgrade:
androidx.lifecycle:lifecycle-viewmodel-compose
to 2.7.0
5.2.3
What's changed
- Bumped
xs2awizard_networking
to 1.2.2- This should fix an error related to wrongly configured timeouts
- Now using
activityViewModels
ofFragment
instead of specifying currentActivity
asLocalViewModelStoreOwner
- 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
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
We have made some fixes for NumberFormatException For input string: "", so there should no more error appear
5.2.0
5.1.4
- Fixed crash when setting
enableScroll
to false and starting multiple sessions in a row.
Thank you @hossamCheck24 for the fix 🎉
5.1.3
- Fixes a crash when the SDK is called within a scrollable container, despite
enableScroll
being set tofalse
.- This should allow the SDK being nested inside another scrollable container, even when
enableScroll
is set totrue
- This should allow the SDK being nested inside another scrollable container, even when
Thank you @hossamCheck24 for the fix 🎉
5.1.2
- 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
- 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