]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
prepare 0.10.0/26 release
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.10.0] - 2019-05-18
4
5 * NEW:
6     - profile list is a prime-time element in the side drawer, always visible
7 * IMPROVEMENTS
8     - better app icon
9     - adjust feature graphic to better fit the f-droid client's interface
10     - more translations
11     - more readable theme colors
12     - better, smoother color selector
13     - internal improvements
14     - omit debug log messages in production build
15     - avoid multiple acc/trn list updating when switching profiles
16     - remove unused Options side drawer element
17     - better "swipe up to show button" implementation, without a dummy padding row under the list
18     - better async DB operations
19 * FIXES
20     - account name filter shown only on transaction list
21     - profile-dependent colors in the header items - account name filter, cancel refresh button
22     - fix "synthetic" accounts created when backend skips unused accounts
23
24 ## [0.9.5] - 2019-04-13
25
26  * IMPROVEMENTS
27     - nicer icon for the new transaction floating action button
28  * FIXES
29     - fixes in the color selection dialog, most notable on Android versions before 7
30
31 ## [0.9.4] - 2019-04-13
32
33  * FIXES
34     - don't attempt to create app shortcuts (and crash) on pre 7.1 devices
35     - fixed profile list expansion on pre 7.1 devices
36     - fix first run experience
37
38 ## [0.9.3] - 2019-04-10
39
40  * FIXED
41   - fix saving of new transactions from the app shortcut when the main app is not running
42
43 ## [0.9.2] - 2019-04-08
44  * FIXED
45   - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
46
47 ## [0.9.1] - 2019-04-06
48  * FIXED
49   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
50
51 ## [0.9] - 2019-04-04
52  * NEW:
53   - App shortcuts to the New transaction screen on Android 7.1+
54   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
55   - Account list: Viewing account's transactions migrated to a context menu
56   - 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
57  * IMPROVED:
58   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
59   - Profile details: deleting a profile requires confirmation
60   - Enable animations when adding/removing rows in the new transaction screen
61   - Better visual feedback when removing transaction details rows by side-swiping
62   - New transactions are now sent via the JSON API if it is available
63   - Better progress handling while downloading transactions via the JSON API
64  * FIXED:
65   - Transaction list: keep account name filter when the device is rotated
66   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
67   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
68   - Fix legacy account parser when handling missing parent accounts
69   - Removed a couple of memory leaks
70
71 ## [0.8.1] - 2019-03-26
72  * Avoid double slashes when constructing backend URLs
73  * Remove all data belonging to deleted profiles
74  * Update profile list when profile list data changes
75  * Fixed "has sub-accounts" internal flag when refreshing account list
76  * Fix icon for f-droid
77  * Cleaner color selection dialog
78  * Internal reorganization of database access. Should reduce the deadlocks significantly
79  * Show accumulated balance in parent accounts retrieved via the JSON API
80
81 ## [0.8] - 2019-03-17
82  - account list is a tree with collapsible nodes
83  - account's transactions still available by tapping on amounts
84  - add support for hledger-web's JSON API for retrieving accounts and transactions
85  - better handling of HTTP errors
86  - better display of network errors
87  - some async task improvements
88  - add version/API level info to the crash report
89
90 ## [0.7] - 2019-03-03
91  - add crash handling dialog with optional sending of the crash to the author
92  - a couple of crashes fixed
93  - per-profile user-selectable theme color
94  - move profile list to the main navigation drawer
95  - some visual glitches fixed
96  - better multi-threading
97
98 ## [0.6] - 2019-02-10
99  - use a floating action button for the save transaction action in the new
100    transaction screen
101  - stop popping-up the date selection dialog when new transaction is started
102  - auto-fill transaction details when a previous transaction description is
103    selected
104
105 ## [0.5] - 2019-02-09
106  - First public release