Skip to content

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

Release-2.1.0

23 Oct 11:12
67f5f2c
Compare
Choose a tag to compare
  • Added Subscriptions feature
  • Set minimum supported version to Android 10

Release-1.1.8

25 Sep 12:14
b919fbb
Compare
Choose a tag to compare
  • Fixed SDK crash related to insights
  • Addressed graphical glitches in the budget chart
  • Resolved budget period inconsistencies across platforms
  • Corrected visibility issues in the top spending category section

Release-1.1.7

06 Sep 07:48
0be1612
Compare
Choose a tag to compare
  • Fixed calendar range to 10 years from current date in budget creation and transaction editing
  • Fixed archive button visibility when there are not insights (Set to always visible when navigated through FinanceOverview)
  • Replaced Kotlin Coil image loading with custom solution
  • Removed platform discrepancy in Left to Spend average amount

Release-2.0.0

18 Jul 20:52
a40d3dd
Compare
Choose a tag to compare
  • Set minimum supported version to Android 10
  • Removed desugaring dependency
  • Fixed empty transaction list in statistics details page

Release-1.1.6

20 Jun 09:48
67cb071
Compare
Choose a tag to compare
  • Added Safe to Spend feature (Safe to Spend is not enabled by default. Speak to your account manager for more information)
  • Added Recurring expenses
  • Created entry point EntryPoint.SafeToSpend to launch Safe to Spend as a stand alone feature
  • Created entry point EntryPoint.RecurringExpenses to launch Recurring expense as a stand alone feature
  • Extended TinkMoneyManager.init() with enableSafeToSpend feature flag to enable/disable Recurring expenses section on top of Transaction list.

To make safe to spend work on OverviewScreen, add it to Statistics like in the example

OverviewFeature.Statistics(
    listOf(
        StatisticType.EXPENSES,
        StatisticType.LEFT_TO_SPEND,
        // StatisticType.SAFE_TO_SPEND, Safe to spend is disabled by default
        StatisticType.INCOME
    )
)

Release 1.1.5

03 Jun 15:04
52abc1f
Compare
Choose a tag to compare
  • Fixed wrong padding of title in Transaction Details Screen

Release 1.1.4

16 Apr 13:32
8a49e4c
Compare
Choose a tag to compare
  • Refreshing Recommended Budgets when shared accounts are changed

Release 1.1.3

26 Mar 09:12
0997615
Compare
Choose a tag to compare
  • Fixed old keyword retention issue when creating budget
  • Fixed incorrect average amount on Budget Creation screen
  • Resolved finance overview screen updation problem after deleting/editing budget

Release 1.1.2

26 Feb 09:59
6a8fb12
Compare
Choose a tag to compare
  • Fixed visibility issue of 2 create budget views on Overview
  • Hiding dynamic budgets component when list is empty on Overview

Release 1.1.1

18 Jan 16:05
c260de6
Compare
Choose a tag to compare
  • Fixed infinite spinner issue on Latest transactions
  • Fixed text overlapping in Budget summary bar chart
  • Fixed text overlapping issue on change button in Transaction Details screen
  • Updated toolbar and status bar to match theme color instead of category color in Transaction Details screen