Releases: tink-ab/tink-link-android
Releases · tink-ab/tink-link-android
0.13.3
- Updated to use Tink Core 0.5.4.
Tink Link UI
- Added
ProviderSelection
as an optional argument forTinkLinkUiActivity
. This will enable users to launch the flow for a single provider or specify a filter for the provider list. - Added
TinkLinkResult
which will be returned upon successful completion of the flow. Possible values areTemporaryUser
andPermanentUser
depending upon the type ofLinkUser
used when starting the flow. - Allow styling of buttons.
0.13.2
- Updated to use Tink Core 0.5.3.
- Updated Tink Link to use AuthenticationUserType in
link-ui
. Also updated thesample-link
to show how this new grouping in the ProviderTreeNode can be used. - Added translations to
link-ui
for:- Danish
- Dutch
- Finnish
- French
- German
- Italian
- Norwegian
- Portuguese
- Spanish
0.13.1
- Updated to use Tink Core 0.5.2.
- Updated Tink Link UI to enable initialization with an authorization code from delegation to use for authentication.
- Fixed an issue in Tink Link UI with the ActionBar style.
0.13.0
- Updated to use Tink Core 0.5.1.
- Updated Tink Link to use CredentialStatus in StreamObservers in CredentialsRepository methods. This also makes use of AuthenticationTask, following the same pattern as introduced in
link-payments
for making transfers and adding beneficiaries. Note that these are breaking changes. You can read more about these changes in our updated Tink Link tutorial.
This release also introduces the Tink Link UI artifact (com.tink:link-ui
)! This can be used to easily let your users securely connect to a bank and retrieve financial data, without having to write all the UI yourself. It's also easy to customize fonts and colors to fit the theme of your app.
0.12.0
- Updated to use Tink Core 0.5.0.
- Added support for adding beneficiaries. You can read more about beneficiaries here.
- Added filter options when listing providers.
- Fixed an issue where unknown enum values would break type conversion.
0.11.0
- Add payments artifact (
com.tink:link-payments
). Read more in our payments tutorial. - Updated to use Tink Core 0.4.0.
0.10.1
- Updated to use Tink Core 0.3.1.
0.10.0
- Updated to use Tink Core 0.3.0.
- Added support for refreshable items. This corresponds to the item parameter when creating credentials.
- Added support for re-authenticating PSD2-credentials.
Breaking Changes:
- Renamed all occurrences of "credential" to "credentials" to better match the wording of the Tink API.
- Updated to use REST only, instead of gRPC. This means you need to update your
TinkConfiguration
.
0.9.0
This release uses Tink Core SDK 0.1.0: https://github.com/tink-ab/tink-core-android/releases/tag/0.1.0