Skip to content

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

Tink Money Manager iOS 0.28.0

09 May 15:16
7b62ca4
Compare
Choose a tag to compare
  • Updated minimum supported version of Xcode to 14.1.
  • Fixed an issue in actionable insights where WeeklySummaryExpensesByDay would sometimes not present the data correctly.
  • Fixed wrong financial institution logos on the Accounts screen.
  • Added ability to specify the default icon used as placeholder for the financial institution logos on the Accounts screen by:
Appearance.provider.icons.defaultAccount = UIImage(named: "bank-icon-placeholder")

Tink Money Manager iOS 0.27.2

04 Oct 13:46
3e0b66a
Compare
Choose a tag to compare
  • Improved and simplified logic of displaying information in Budgets.
  • Fixed empty state for Accounts Carousel with custom appearance.

Tink Money Manager iOS 0.27.1

06 Sep 07:53
091119a
Compare
Choose a tag to compare
  • Improved user experience and accessibility for the Left To Spend feature.
  • Added new localized strings Budget.Detail.Progress.StartsAtDate and Budget.Detail.Progress.StartsTomorrow for describing the date intervals before the budget starts.
  • Added a new localized string Overview.Accounts.Title used as a title for accounts cards sections if the option is chosen to show all accounts: .accounts(.all, .kind).
  • Improved handling of pending transactions in Budgets.
  • Fixed a bug where the budget target views size wouldn't update after editing the amount.
  • Removed the possibility to create budget target amounts with decimals.

Tink Money Manager iOS 0.27.0

20 Jun 13:02
ff26773
Compare
Choose a tag to compare
  • Added support for pending transactions
    Screen Shot 2022-06-20 at 14 34 48

  • Implemented additional configuration to disable pending transaction categorization which is enabled by default:

let viewController = FinanceOverviewViewController(features: features)
viewController.configuration.editingPendingTransactions = .disabled

Tink Money Manager iOS 0.26.0

02 Jun 14:47
0360fd1
Compare
Choose a tag to compare
  • Improved logic for calculating remaining value of budgets.
  • Updated title for closed budgets.
  • Redesigned Favorite accounts section of the Financial Overview.

Tink Money Manager iOS 0.25.1

03 May 11:20
32036a3
Compare
Choose a tag to compare
  • Updated dependency version

Tink Money Manager iOS 0.25.0

14 Mar 15:03
9d18fc2
Compare
Choose a tag to compare
  • Added a global constant TinkMoneyManagerUI.version, which represents the actual version of the library.
  • Added a default action to WEEKLY_UNCATEGORIZED_TRANSACTIONS that show a list of uncategorized transactions.

Tink Money Manager UI iOS 0.24.0

19 Jan 13:38
391ac95
Compare
Choose a tag to compare
  • Fixed an issue where the average line in Budgets Overtime was off.
  • Fixed a bug where the budget amount did not update when a associated transaction was recategorised.
  • Fixed wrong period formatting in pie charts.
  • Fixed the wrong insights and archived events background colors.
  • Fixed an issue where budget cards in the Finance Overview did not relayout after orientation change.
  • Fixed a bug where the empty background in insights did not scroll properly.
  • Added handling for return keyboard buttons.
  • Updated so the current statistics period shows "Today" instead of a date as end date for current period.
  • Updated budget copy when there is 0 left.
  • Removed the 3 character limitation from weekly budgets period label.
  • Deprecated custom illustrations for actionable insights. It is no longer possible to add a custom empty view to the actionable insights view controller.
  • Deprecated shouldShowCurrencySymbolInStatisticsTotal. Currency symbols will now always show in statistics pie charts.

Tink Money Manager iOS 0.23.0

08 Dec 13:39
613ecb8
Compare
Choose a tag to compare
  • Added color customization for the Accounts, Actionable Insights and Statistics features. You can now use different colors in different features of the Money Manager SDK.
  • Updated copy for Budgets.
  • Updated the appearance of decimals across the SDK.
  • Fixed an issue where there was an extra month in the future in Statistics.
  • Fixed an issue where the insights banner would show the wrong number of insights in some edge cases in the Financial Overview screen.

Tink Money Manager iOS 0.22.2

24 Nov 14:31
60cf9ea
Compare
Choose a tag to compare
  • Update Search icon color to use same as rest of Category pickers' colors.
  • Added missing icon colors on Budgets.