Skip to content

0.15.9

Compare
Choose a tag to compare
@oskarh oskarh released this 15 Oct 14:15
· 88 commits to master since this release
e8be52b
  • Months that don't have any transactions now show correctly in the different statistics screens
  • There is now an alternate handler for insights, JavaInsightActionHandler that can be used for those who can't use Kotlin lambdas
  • You can now scroll in the budget screen, to accommodate smaller screens
  • When showing a list of transactions and the list is empty there is now an empty state informing that there are no transactions
  • Clicking the done button in the keyboard when creating a budget now correctly closes the keyboard
  • The string-customization-guide has been updated to include all strings in the SDK
  • Fixed a bug where transactions would sometimes show a day off
  • Long budget names are now ellipsized
  • The currency is now shown by default in the overview screen for statistics, to override this behaviour create a resource for tink_config_overview_show_currency_symbol_in_chart such as below
<?xml version="1.0" encoding="utf-8"?>
<resources>
  <item name="tink_config_overview_show_currency_symbol_in_chart" type="bool">false</item>
</resources>

moneymanager-ui-0-15-9.zip