5 - App shortcuts to the New transaction screen on Android 7.1+
6 - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
7 - Account list: Viewing account's transactions migrated to a context menu
8 - Auto-filling of the accounts in the new transaction screen can be limitted to the transactions using accounts corresponding to a filter -- the filter is set in the profile details
10 - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
11 - Profile details: deleting a profile requires confirmation
12 - Enable animations when adding/removing rows in the new transaction screen
13 - Better visual feedback when removing transaction details rows by side-swiping
14 - New transactions are now sent via the JSON API if it is available
15 - Better progress handling while downloading transactions via the JSON API
17 - Transaction list: keep account name filter when the device is rotated
18 - Avoid a restart upon app startup when the active profile uses a non-default colour theme
19 - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
20 - Fix legacy account parser when handling missing parent accounts
21 - Removed a couple of memory leaks
23 ## [0.8.1] - 2019-03-26
24 * Avoid double slashes when constructing backend URLs
25 * Remove all data belonging to deleted profiles
26 * Update profile list when profile list data changes
27 * Fixed "has sub-accounts" internal flag when refreshing account list
28 * Fix icon for f-droid
29 * Cleaner color selection dialog
30 * Internal reorganization of database access. Should reduce the deadlocks significantly
31 * Show accumulated balance in parent accounts retrieved via the JSON API
34 - account list is a tree with collapsible nodes
35 - account's transactions still available by tapping on amounts
36 - add support for hledger-web's JSON API for retrieving accounts and transactions
37 - better handling of HTTP errors
38 - better display of network errors
39 - some async task improvements
40 - add version/API level info to the crash report
43 - add crash handling dialog with optional sending of the crash to the author
44 - a couple of crashes fixed
45 - per-profile user-selectable theme color
46 - move profile list to the main navigation drawer
47 - some visual glitches fixed
48 - better multi-threading
51 - use a floating action button for the save transaction action in the new
53 - stop popping-up the date selection dialog when new transaction is started
54 - auto-fill transaction details when a previous transaction description is
58 - First public release