]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
add 0.15.0 release date
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.15.0] - 2020-09-20
4
5 * NEW
6     + splash screen on startup
7     + show account/transaction counts
8 * IMPROVEMENTS
9     + theme fixes, improved contrast
10     + better responsiveness, more work moved to background threads
11     + faster storage of retrieved data
12     + last update info moved to lists to save space
13 * FIXES
14     + fixed progress of data retrieval from hledger-web
15     + fixed extra fetches of remote data
16     + fill currency list with data from the journal
17
18 ## [0.14.1] - 2020-06-28
19
20 * IMPROVEMENTS
21     + better theme support, especially in system-wide dark mode
22 * FIXES
23     + restore f-droid listing icon
24
25 ## [0.14.0] - 2020-06-18
26
27 * NEW
28     + show transaction-level comment in transaction list
29     + scroll to a specific date in the transaction list
30 * IMPROVEMENTS
31     + better all-around theming; employ some material design recommendations
32     + follow system-wide font size settings
33 * FIXES
34     + fix a crash upon profile theme change
35     + fix a crash when returning to the new transaction entry with the date
36       picker open
37     + various small fixes
38
39 ## [0.13.1] - 2020-05-15
40
41 * additional, universal fix for entering numbers
42
43 ## [0.13.0] - 2020-05-14
44
45 * NEW
46     + transaction-level comment entry
47     + ability to hide comment entry, per profile
48 * FIXES:
49     + fixed crash when parsing posting flags with hledger-web before 1.14
50     + visual fixes
51     + fix numerical entry with some samsung keyboards
52
53 ## [0.12.0] - 2020-05-06
54
55 * NEW
56     + support for adding account-level comments for new transactions
57     + currency/commodity support in new transaction screen, per-profile default commodity
58     + control of entry dates in the future
59     + support 1.14 and 1.15+ JSON API
60 * IMPROVEMENTS
61     + darker yellow, green and cyan theme colours
62     + Profiles:
63         - suggest distinct color for new profiles
64         - improved profile editor interface
65     + avoid UI lockup while looking for a previous transaction with the chosen description
66 * FIXES
67     + restore ability to scroll the profile details screen
68     + remove profile-specific options from the database when removing a profile
69     + consistent item colors in the profile details
70     + fixed stuck refreshing indicator when main view is slid to the transaction list while transactions are loading
71     + limit the number of launcher shortcuts to the maximum supported
72
73 ## [0.11.0] - 2019-12-01
74
75 * NEW
76     + new transaction: add clear button to text input fields
77 * SECURITY
78     + avoid exposing basic HTTP authentication to wifi portals
79     + profile editor: warn when using authentication with insecure HTTP scheme
80     + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
81 * IMPROVEMENTS
82     + clarify that crash reports are sent via email and user can review them before sending
83     + allow toggling password visibility in profile details
84     + reworked new transaction screen:
85 * FIXES
86     - re-enable app shortcuts on Android 7.1 (Nougat)
87     - fix possible crash when returning to new transaction screen from another app
88     - fix race in setting up theme colors while creating UI
89     - rotating screen no longer restarts new transaction entry
90     - fix JSON API for hledger-web 1.15.2
91
92 ## [0.10.3] - 2019-06-30
93
94 * FIXES:
95     - JSON API parser: add String constructor for ParsedQuantity
96
97 ## [0.10.2] - 2019-06-14
98
99 * FIXES:
100     - two fixes in the JSON parser by Mattéo Delabre
101       (for version 1.14+ hledger-web backends)
102
103 ## [0.10.1] - 2019-06-05
104
105 * IMPROVEMENTS:
106     - multi-color progress indicators
107 * FIXES:
108     - avoid a crash when parsing amounts like '1,234.56'
109     - show new transaction button when re-entering the app
110     - use a color that is different for the new transaction submission progress
111     - keep account name filter upon app re-entry
112     - add MoLe version to the crash report
113
114 ## [0.10.0] - 2019-05-18
115
116 * NEW:
117     - profile list is a prime-time element in the side drawer, always visible
118 * IMPROVEMENTS
119     - better app icon
120     - adjust feature graphic to better fit the f-droid client's interface
121     - more translations
122     - more readable theme colors
123     - better, smoother color selector
124     - internal improvements
125     - omit debug log messages in production build
126     - avoid multiple acc/trn list updating when switching profiles
127     - remove unused Options side drawer element
128     - better "swipe up to show button" implementation, without a dummy padding row under the list
129     - better async DB operations
130 * FIXES
131     - account name filter shown only on transaction list
132     - profile-dependent colors in the header items - account name filter, cancel refresh button
133     - fix "synthetic" accounts created when backend skips unused accounts
134
135 ## [0.9.5] - 2019-04-13
136
137  * IMPROVEMENTS
138     - nicer icon for the new transaction floating action button
139  * FIXES
140     - fixes in the color selection dialog, most notable on Android versions before 7
141
142 ## [0.9.4] - 2019-04-13
143
144  * FIXES
145     - don't attempt to create app shortcuts (and crash) on pre 7.1 devices
146     - fixed profile list expansion on pre 7.1 devices
147     - fix first run experience
148
149 ## [0.9.3] - 2019-04-10
150
151  * FIXED
152   - fix saving of new transactions from the app shortcut when the main app is not running
153
154 ## [0.9.2] - 2019-04-08
155  * FIXED
156   - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
157
158 ## [0.9.1] - 2019-04-06
159  * FIXED
160   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
161
162 ## [0.9] - 2019-04-04
163  * NEW:
164   - App shortcuts to the New transaction screen on Android 7.1+
165   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
166   - Account list: Viewing account's transactions migrated to a context menu
167   - 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
168  * IMPROVED:
169   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
170   - Profile details: deleting a profile requires confirmation
171   - Enable animations when adding/removing rows in the new transaction screen
172   - Better visual feedback when removing transaction details rows by side-swiping
173   - New transactions are now sent via the JSON API if it is available
174   - Better progress handling while downloading transactions via the JSON API
175  * FIXED:
176   - Transaction list: keep account name filter when the device is rotated
177   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
178   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
179   - Fix legacy account parser when handling missing parent accounts
180   - Removed a couple of memory leaks
181
182 ## [0.8.1] - 2019-03-26
183  * Avoid double slashes when constructing backend URLs
184  * Remove all data belonging to deleted profiles
185  * Update profile list when profile list data changes
186  * Fixed "has sub-accounts" internal flag when refreshing account list
187  * Fix icon for f-droid
188  * Cleaner color selection dialog
189  * Internal reorganization of database access. Should reduce the deadlocks significantly
190  * Show accumulated balance in parent accounts retrieved via the JSON API
191
192 ## [0.8] - 2019-03-17
193  - account list is a tree with collapsible nodes
194  - account's transactions still available by tapping on amounts
195  - add support for hledger-web's JSON API for retrieving accounts and transactions
196  - better handling of HTTP errors
197  - better display of network errors
198  - some async task improvements
199  - add version/API level info to the crash report
200
201 ## [0.7] - 2019-03-03
202  - add crash handling dialog with optional sending of the crash to the author
203  - a couple of crashes fixed
204  - per-profile user-selectable theme color
205  - move profile list to the main navigation drawer
206  - some visual glitches fixed
207  - better multi-threading
208
209 ## [0.6] - 2019-02-10
210  - use a floating action button for the save transaction action in the new
211    transaction screen
212  - stop popping-up the date selection dialog when new transaction is started
213  - auto-fill transaction details when a previous transaction description is
214    selected
215
216 ## [0.5] - 2019-02-09
217  - First public release