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