]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
overly long commodity lists fade to white and expand/collapse on click
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.8.1] - 2019-03-26
4  * Avoid double slashes when constructing backend URLs
5  * Remove all data belonging to deleted profiles
6  * Update profile list when profile list data changes
7  * Fixed "has sub-accounts" internal flag when refreshing account list
8  * Fix icon for f-droid
9  * Cleaner color selection dialog
10  * Internal reorganization of database access. Should reduce the deadlocks significantly
11  * Show accumulated balance in parent accounts retrieved via the JSON API
12
13 ## [0.8] - 2019-03-17
14  - account list is a tree with collapsible nodes
15  - account's transactions still available by tapping on amounts
16  - add support for hledger-web's JSON API for retrieving accounts and transactions
17  - better handling of HTTP errors
18  - better display of network errors
19  - some async task improvements
20  - add version/API level info to the crash report
21
22 ## [0.7] - 2019-03-03
23  - add crash handling dialog with optional sending of the crash to the author
24  - a couple of crashes fixed
25  - per-profile user-selectable theme color
26  - move profile list to the main navigation drawer
27  - some visual glitches fixed
28  - better multi-threading
29
30 ## [0.6] - 2019-02-10
31  - use a floating action button for the save transaction action in the new
32    transaction screen
33  - stop popping-up the date selection dialog when new transaction is started
34  - auto-fill transaction details when a previous transaction description is
35    selected
36
37 ## [0.5] - 2019-02-09
38  - First public release