You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.