Releases: tink-ab/tink-money-manager-android
Releases · tink-ab/tink-money-manager-android
0.11.0
Features
- Added new Budgets feature. Please look at the updated finance overview display options guide to add Budgets to the finance overview UI. It is also recommended to look at the updated list of strings in the strings customization guide for customization and adding translations for the newly added strings.
- Updates to Actionable Insights feature to support new insights and insight actions related to budgets.
Dependencies
- Updated to use Tink Core 0.6.1 for budgets related models and services.
- Updated Kotlin version to 1.4.21.
- Replaced guava dependency with guava for android dependency (
30.1-android
). Also added guava as an api dependency to resolve build conflicts.
Fixes and improvements
- Changed Select/Unselect All menu option to an overflow menu item in the Similar Transactions screen.
- Added empty state to overview pie chart to handle periods with zero statistics.
- UI fixes to charts shown in the Statistics screens. Also updated text size and styling for pie charts.
- Fixed an issue in the category selection flow where clicking on the checkbox would consume the click and mark the checkbox but not actually trigger the appropriate selection as intended.
0.10.0
- PFM UI has migrated from using the gRPC framework towards REST APIs. Now, it uses models and services from the Tink Core.
Please note that this is a breaking change, especially in how the PFM UI is initialized in the application. Please check the initialization section in README for the updated steps to setup PFM UI in your application. - Updated logic to use currency code from
UserProfile
while displaying amounts for statistics views. - Fixed locale setting logic used to display dates and periods everywhere.
0.9.11
Please note that this dependency has been renamed to com.tink.pfm:pfm-ui:<version>
.
- You can now add custom views to the Overview screen. Please see the customization guide for details. The sample has been updated to showcase this feature.