Skip to content

Releases: tink-ab/tink-money-manager-ios

Tink Money Manager iOS 0.22.1

24 Nov 10:54
e37ac07
Compare
Choose a tag to compare
  • Added adjusted amount in budget transactions list from shared accounts.
  • Changed actionable insights banner behaviour to always show.
  • Changed how we calculate average amount in statistics over time to include current period.
  • Fixed an issue where it was not possible to select transactions in lists opened from the actionable insights list.
  • Fixed a bug where budget icons on the Finance overview could not be customized.
  • Fixed CTA button for editing budgets with keyword.
  • Fixed a bug where transaction details header didn't show the associated category color.

Tink Money Manager iOS 0.22.0

10 Nov 14:58
93d0086
Compare
Choose a tag to compare
  • Added color customization for the Budgets feature. You can now use different colors in budgets and the rest of the SDK.
  • Added BudgetsViewController that can be used to display a list of budgets.
  • Added default handling to actionable insights using VIEW_TRANSACTIONS and VIEW_TRANSACTIONS_BY_CATEGORY actions.
  • Fixed a bug in statistics where months with no transactions didn't show up.

Tink Money Manager iOS 0.21.2

15 Oct 12:17
3395911
Compare
Choose a tag to compare
  • Updated how long titles on time period and category buttons are presented in statistics over time.
  • Updated how the SDK handles newly created budgets.
  • Updated the target line in budgets over time.

Tink Money Manager iOS 0.21.1

30 Sep 15:06
ee38e29
Compare
Choose a tag to compare
  • Fixed a bug when using Swift Package Manager.

Tink Money Manager iOS 0.21.0

29 Sep 13:45
4148034
Compare
Choose a tag to compare
  • Added a prefix to budget over time chart labels to only show 3 characters for period.
  • Changed ordering of accounts in overview to match when they were first seen.
  • Removed the daily summary in Transactions list.
  • Fixed a bug where budgets with large amounts were shown incorrectly.
  • Fixed a bug where an account could be saved with an empty name.
  • Fixed a bug where the budget transactions list header was not updating correctly.

Tink Money Manager iOS 0.20.0

09 Aug 10:06
a1f776e
Compare
Choose a tag to compare
  • Added the option to configure the ingested account icon. Which can be configured as this:
Appearance.provider.icons.ingestedAccount = // UIImage
  • Added the accounts grouping option on the finance overview.
  • Updated the budget details overview description text.
  • Improved the support for iPad and relayout the view if needed when orientation changes.

Tink Money Manager iOS 0.19.0

09 Jul 11:47
60c9241
Compare
Choose a tag to compare
  • Improved support for landscape mode and orientation changes
  • Added support for iPad
  • Bug fixes

Tink Money Manager iOS 0.18.0

08 Jun 12:13
ab659d8
Compare
Choose a tag to compare
  • Updated the budget model to include created date to indicate when the budget was created.
  • Update the budget overtime screen to only mark the budget progress after the period that the budget was created.
  • Improved the accessibility, the SDK now better supports dynamic font types.
  • Renamed the examples app to samples app.

Tink Money Manager iOS 0.17.0

15 Apr 07:58
c8f0047
Compare
Choose a tag to compare
  • Added a new improving categorization level feature. Read more about it here.
    • Added the improveCategorizationLevel feature on the finance overview.
      • Support using predicate on improveCategorizationLevel feature to control visibility on finance overview.
    • Support using improveCategorizationLevelViewController directly with transactionIDs or transactions to improve categorization.
      • Added a fetchTransactionsToImproveCategorization function in Tink instance for fetching transactions to improve categories.
  • Added source and destination account number to initiate transfer actionable insight delegate.
  • Added support for new actionable insight type SPENDING_BY_PRIMARY_CATEGORY_INCREASED.
  • Fixed insights counting issue on finance overview.

Tink Money Manager iOS 0.16.2

23 Mar 14:00
814a886
Compare
Choose a tag to compare
  • Fixed alignment of labels in category picker.
  • Fixed position of search bar when creating a budget with keyword.
  • Fixed an issue where the keyboard wasn't responsive when creating a budget with keyword.
  • Changed color used for buttons in actionable insight list to button instead of accent.
  • Added timeout to loading state on finance overview when running this SDK in some environments.