Skip to content

Releases: tink-ab/tink-link-android

Tink Link Android 2.1.1

26 May 13:18
Compare
Choose a tag to compare
  • Fixed an issue with obfuscation that made the TinkError data model and its internal parameters not visible.

Tink Link Android 2.1.0

08 May 13:06
Compare
Choose a tag to compare
  • Added an error callback (user_cancelled) when the user terminates Tink Link with the close button.
  • Added javadoc and source code for all the public classes and methods.
  • Added a log message for Tink Link version when the library is initialised.

Tink Link Android 2.0.0

29 Mar 12:26
215f07a
Compare
Choose a tag to compare
  • Removed support for Account Aggregation product.
    • Users of this product are encouraged to migrate to the Transactions product instead, or contact their account manager for more information about products suitable for their needs.
  • Added full product coverage of Tink’s products:
    • Account Check
    • Expense Check
    • Income Check
    • Payments
    • Reports
    • Risk Insights
    • Transactions
  • Improved error handling and error responses.
  • Updated theming and customisation options, now available through Tink Console.
  • Minimum required target API level 23 (Android 6).

Tink Link Android 2.0.0 Release Candidate 1

27 Feb 16:12
20473d9
Compare
Choose a tag to compare

This is a major update with breaking changes

Please read the README file for how to install and integrate Tink Link 2.0.0 in your application.

For this release candidate, always refer to the branch 2.0.0 on this repo.

0.16.0

12 Oct 14:49
19dcb63
Compare
Choose a tag to compare
  • Upgraded jsoup to 1.15.3

0.15.4

30 Aug 15:18
Compare
Choose a tag to compare
  • Improved the UI of the account selection screen: added the access type indication (Open Banking or Other) and the provider icon for each connection in the list

Updated to Tink Core version 0.8.6

Release 0.15.3

16 Jun 13:53
Compare
Choose a tag to compare
  • Fixed an issue with keyboard suggesting words while entering passwords
  • Added a message when the search for banks doesn't return any value
  • Added an error message if TinkLink is launched with an incorrect initial configuration
  • Logged the version of the SDK (TinkLink and TinkCore)at startup

Updated to Tink Core version 0.8.4

0.15.2

14 Apr 08:27
Compare
Choose a tag to compare

Improved reusing of credentials for the authentication flow.

  • Fixing the issue after failing to authenticate, it wasn't possible to try again.

Fixing how some analytics events are sent:

  • AUTHENTICATION_SUCCESS
  • PROVIDER_AUTHENTICATION_INITIALIZED
  • CREDENTIALS_SUBMITTED

Fixed incorrect translations in credentials screen.

Updated to Tink Core version 0.8.2

0.15.1

28 Jan 15:40
9a9dc1b
Compare
Choose a tag to compare
  • Made authenticate flag for refresh flows work as intended.
  • Changed so that the credential id is broadcasted as soon as credentials are created.
  • Fixed bugs in the credentials view.

0.15.0

21 Jan 09:00
852e770
Compare
Choose a tag to compare

Breaking change:
Tink.init now throws an exception if called more than once, we recommend initialising it in your application class.

Other changes:

  • Started broadcasting credentials after creation.
  • Changed search in providers list to align with the behaviour in iOS SDK.
  • Added clarification text in the credentials view when user will be redirected.
  • Updated to Tink Core version 0.7.0