Releases: tink-ab/tink-money-manager-android
Releases · tink-ab/tink-money-manager-android
Release-2.1.0
- Added Subscriptions feature
- Set minimum supported version to Android 10
Release-1.1.8
- 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
- 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
- Set minimum supported version to Android 10
- Removed desugaring dependency
- Fixed empty transaction list in statistics details page
Release-1.1.6
- 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
- Fixed wrong padding of title in Transaction Details Screen
Release 1.1.4
- Refreshing Recommended Budgets when shared accounts are changed
Release 1.1.3
- 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
- Fixed visibility issue of 2 create budget views on Overview
- Hiding dynamic budgets component when list is empty on Overview
Release 1.1.1
- 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