Releases: FinTecSystems/xs2a-android
Releases · FinTecSystems/xs2a-android
3.7.0
Tink Rebranding
FinTecSystems is now Tink Germany GmbH.
There are no functional changes besides changing the default themes to the Tink colors.
3.6.0
- Added
XS2AWizardLanguage
. - Added
XS2AWizardConfig.language
- This will force the form to be that language.
- If
null
the device language will be used, which defaults toXS2AWizardLanguage.EN
if we don't support it.
- Changed type of
FormResponse .language
andAutoCompleteResponse.language
toXS2AWizardLanguage
3.5.4
- Updated Coil to v2
LogoLine
now use a fade-in transition, when images are loaded in for the first time.
3.5.3
- Loading Indicator now catches all input events while active.
3.5.2
-
Updated Networking Component to v1.2.0.
- The wizard will no longer lock up if the user submits the form while being offline.
-
Updated dependencies
-
Raised
targetSdkVersion
andcompileSdkVersion
to 33
3.5.1
- Moved flicker line label between the interactive element and the input field.
- This will make it consistent with the JS Widget.
3.5.0
- It's now possible to click the label on a
CheckBoxLine
to toggle it's state. RadioLine
andCheckBoxLine
now have a uniform ripple effect on tap.- Removed padding of
RadioLine
andCheckBoxLine
label. - Changed layout of bank search result entries.
- The top label now shows Bank name and city.
- The bottom label now shows bank-code and bic.
3.4.2
- Fixed SDK not being able to reinitialize itself after
Activity
got destroyed. - The following classes are now
Serializable
and implement thejava.io.Serializable
-interface:XS2AWizardStep
XS2AWizardError
- Fixed
PaddingMarginConfiguration
not being a data class.
3.4.1
Fixed crash on XS2AWizardFragment recreation.
- Added missing default constructor.
3.4.0
Connection Status Banner
A Banner will now be shown, when the Internet Connection has been interrupted.
- Because of that the
ACCESS_NETWORK_STATE
-Permission has been added to theAndroidManifest.xml
.
The following attributes have been added to the Theme:
connectionStatusBannerBackgroundColor
connectionStatusBannerTextColor
Other Changes
- Added Loading-Indicator for AutoComplete Popup.
- Removed
XS2AWizardConfig.enableCredentialsStore
- The FormData will now entirely be serialized to string.
- This will fix the wizard producing technical errors on some transports.