Skip to content

Releases: FinTecSystems/xs2a-android

3.7.0

21 Jul 13:56
d145540
Compare
Choose a tag to compare

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

08 Jul 17:31
Compare
Choose a tag to compare
  • Added XS2AWizardLanguage.
  • Added XS2AWizardConfig.language
    • This will force the form to be that language.
    • If null the device language will be used, which defaults to XS2AWizardLanguage.EN if we don't support it.
  • Changed type of FormResponse .language and AutoCompleteResponse.language to XS2AWizardLanguage

3.5.4

06 Jul 09:29
Compare
Choose a tag to compare
  • Updated Coil to v2
    • LogoLine now use a fade-in transition, when images are loaded in for the first time.

3.5.3

06 Jul 08:10
Compare
Choose a tag to compare
  • Loading Indicator now catches all input events while active.

3.5.2

05 Jul 12:11
Compare
Choose a tag to compare
  • 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 and compileSdkVersion to 33

3.5.1

28 Jun 10:25
Compare
Choose a tag to compare
  • Moved flicker line label between the interactive element and the input field.
    • This will make it consistent with the JS Widget.

3.5.0

22 Jun 09:30
Compare
Choose a tag to compare
  • It's now possible to click the label on a CheckBoxLine to toggle it's state.
  • RadioLine and CheckBoxLine now have a uniform ripple effect on tap.
  • Removed padding of RadioLine and CheckBoxLine 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

29 Mar 14:16
Compare
Choose a tag to compare
  • Fixed SDK not being able to reinitialize itself after Activity got destroyed.
  • The following classes are now Serializable and implement the java.io.Serializable-interface:
    • XS2AWizardStep
    • XS2AWizardError
  • Fixed PaddingMarginConfiguration not being a data class.

3.4.1

24 Mar 14:06
Compare
Choose a tag to compare

Fixed crash on XS2AWizardFragment recreation.

  • Added missing default constructor.

3.4.0

11 Mar 10:56
Compare
Choose a tag to compare

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 the AndroidManifest.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.