]> git.ktnx.net Git - mobile-ledger.git/blob - metadata/en-US/changelogs/20.txt
update change logs
[mobile-ledger.git] / metadata / en-US / changelogs / 20.txt
1  * NEW:
2   - App shortcuts for starting the new transaction activity on Android 7.1+
3   - 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
4  * IMPROVED:
5   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
6   - Account list: Viewing account's transactions migrated to a context menu
7   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
8   - Profile details: deleting a profile requires confirmation
9   - Enable animations when adding/removing rows in the new transaction screen
10   - Better visual feedback when removing transaction details rows by side-swiping
11   - New transactions are now sent via the JSON API if it is available
12   - Better progress handling while downloading transactions via the JSON API
13  * FIXED:
14   - Transaction list: keep account name filter when the device is rotated
15   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
16   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
17   - Fix handling of missing parent accounts in the legacy parser
18   - Removed a couple of memory leaks