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