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