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