]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
aac4970b3797f6b170881be4d50486d383c10954
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.21.3] - 2022-04-06
4
5 * FIXES
6     + sync gradle version requirements
7 * OTHERS
8     + bump version of several dependent libraries
9     + bump SDK version to 31
10     + adjust deprecated constructor usage
11
12 ## [0.21.2] - 2022-04-04
13
14 * FIXES
15     + fix crash when auto-balancing multi currency transaction
16     + fix crash when duplicating template
17     + fix crash when restoring configuration backup
18 * IMPROVEMENTS
19     + new transaction: turn on commodity setting when loading previous transaction with commodities
20
21 ## [0.21.1] - 2021-12-30
22
23 * FIXES
24     + add hledger-web 1.23 support when adding transactions too
25     + correct running total when a matching transaction is added in the past
26     + fix crash when sending transaction containing only empty amounts
27
28 ## [0.21.0] - 2021-12-09
29
30 * NEW
31     + Add support for hledger-web 1.23
32 * FIXES
33     + Ship database support file missed in v0.20.4
34
35 ## [0.20.4] - 2021-11-18
36
37 * KNOWN PROBLEMS
38     + Incompatibility with hledger-web 1.23+
39 * FIXES
40     + fix auto-completion of transaction description
41
42 ## [0.20.3] - 2021-09-29
43
44 * FIXES
45     + another fix to DB migration from v0.16.0
46
47 ## [0.20.2] - 2021-09-23
48
49 * NEW
50     + cloud backup
51 * FIXES
52     + two database problems fixed, one causing crashes at startup
53
54 ## [0.20.1] - 2021-09-09
55
56 * FIXES
57     + New transaction: focus amount upon account selection
58     + New transaction: fix a crash when returning to the activity with no focused input field
59     + fix a crash in DB upgrade introduced in v0.20.0
60     + fix config restore with null values
61     + move away from deprecated AsyncTask
62
63 ## [0.20.0] - 2021-08-22
64
65 * NEW
66     + backup/restore of profile/template configuration to a file
67 * FIXES
68     + fix a couple of crashes related to starting new transaction via shortcut
69
70 ## [0.19.2] - 2020-06-09
71
72 * FIXES
73     + fix auto-completion of transaction names with non-ASCII characters on some Android variants/versions (broken in 0.18.0)
74
75 ## [0.19.1] - 2020-05-23
76
77 * FIXES
78     + fix a bug in new transaction screen when an invalid amount is entered
79     + fix loading a previous transaction by description (again)
80     + fix crash when parsing of hledger version with only two components
81
82 ## [0.19.0] - 2020-05-10
83
84 * NEW
85     + add commodity support to the templates
86     + display running totals when filtering transaction list by account
87     + show current balance in account chooser (new transactions)
88 * IMPROVEMENTS
89     + more prominent background for auto-complete pop-ups in dark mode
90     + better placement of account balances with very long/deep account names
91 * FIXES
92     + honor default commodity setting in new transaction screen
93     + honor changes in currently active profile
94     + fix propagation of speculative account updates to parent accounts
95
96 ## [0.18.0] - 2020-05-05
97
98 * NEW
99     + newly added transactions are visible in transaction list without a refresh
100 * IMPROVEMENTS
101     + finished migration to fully asynchronous database layer
102     + better responsiveness when switching from the account list to the transaction list for the first time
103 * FIXES
104     + fix layout glitches in template editor
105     + fix error handling while trying different JSON API versions
106     + stop resetting the date when an old transaction is loaded
107     + several smaller fixes
108
109 ## [0.17.1] - 2020-03-24
110
111 * FIXES
112     + fix a bug in db migration for profiles without detected version
113
114 ## [0.17.0] - 2020-03-11
115
116 * NEW
117     + transaction templates, applied via QR scan
118 * IMPROVEMENTS
119     + bigger commodify button in new transaction screen
120     + unified floating action button behaviour
121     + start migration to a fully asynchronous database layer
122
123 ## [0.16.0] - 2020-12-28
124
125 * NEW
126     + add support for latest JSON API (hledger-web 1.19.1)
127     + backend server version detection
128     + backend communication supports multiple JSON API versions
129 * IMPROVEMENTS
130     + do database-related initialization in the background while the splash screen is shown
131 * FIXES
132     + honour default currency in new transaction entry
133     + several crashes fixed
134
135 ## [0.15.0] - 2020-09-20
136
137 * NEW
138     + splash screen on startup
139     + show account/transaction counts
140 * IMPROVEMENTS
141     + theme fixes, improved contrast
142     + better responsiveness, more work moved to background threads
143     + faster storage of retrieved data
144     + last update info moved to lists to save space
145 * FIXES
146     + fixed progress of data retrieval from hledger-web
147     + fixed extra fetches of remote data
148     + fill currency list with data from the journal
149
150 ## [0.14.1] - 2020-06-28
151
152 * IMPROVEMENTS
153     + better theme support, especially in system-wide dark mode
154 * FIXES
155     + restore f-droid listing icon
156
157 ## [0.14.0] - 2020-06-18
158
159 * NEW
160     + show transaction-level comment in transaction list
161     + scroll to a specific date in the transaction list
162 * IMPROVEMENTS
163     + better all-around theming; employ some material design recommendations
164     + follow system-wide font size settings
165 * FIXES
166     + fix a crash upon profile theme change
167     + fix a crash when returning to the new transaction entry with the date
168       picker open
169     + various small fixes
170
171 ## [0.13.1] - 2020-05-15
172
173 * additional, universal fix for entering numbers
174
175 ## [0.13.0] - 2020-05-14
176
177 * NEW
178     + transaction-level comment entry
179     + ability to hide comment entry, per profile
180 * FIXES:
181     + fixed crash when parsing posting flags with hledger-web before 1.14
182     + visual fixes
183     + fix numerical entry with some samsung keyboards
184
185 ## [0.12.0] - 2020-05-06
186
187 * NEW
188     + support for adding account-level comments for new transactions
189     + currency/commodity support in new transaction screen, per-profile default commodity
190     + control of entry dates in the future
191     + support 1.14 and 1.15+ JSON API
192 * IMPROVEMENTS
193     + darker yellow, green and cyan theme colours
194     + Profiles:
195         - suggest distinct color for new profiles
196         - improved profile editor interface
197     + avoid UI lockup while looking for a previous transaction with the chosen description
198 * FIXES
199     + restore ability to scroll the profile details screen
200     + remove profile-specific options from the database when removing a profile
201     + consistent item colors in the profile details
202     + fixed stuck refreshing indicator when main view is slid to the transaction list while transactions are loading
203     + limit the number of launcher shortcuts to the maximum supported
204
205 ## [0.11.0] - 2019-12-01
206
207 * NEW
208     + new transaction: add clear button to text input fields
209 * SECURITY
210     + avoid exposing basic HTTP authentication to wifi portals
211     + profile editor: warn when using authentication with insecure HTTP scheme
212     + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
213 * IMPROVEMENTS
214     + clarify that crash reports are sent via email and user can review them before sending
215     + allow toggling password visibility in profile details
216     + reworked new transaction screen:
217 * FIXES
218     - re-enable app shortcuts on Android 7.1 (Nougat)
219     - fix possible crash when returning to new transaction screen from another app
220     - fix race in setting up theme colors while creating UI
221     - rotating screen no longer restarts new transaction entry
222     - fix JSON API for hledger-web 1.15.2
223
224 ## [0.10.3] - 2019-06-30
225
226 * FIXES:
227     - JSON API parser: add String constructor for ParsedQuantity
228
229 ## [0.10.2] - 2019-06-14
230
231 * FIXES:
232     - two fixes in the JSON parser by Mattéo Delabre
233       (for version 1.14+ hledger-web backends)
234
235 ## [0.10.1] - 2019-06-05
236
237 * IMPROVEMENTS:
238     - multi-color progress indicators
239 * FIXES:
240     - avoid a crash when parsing amounts like '1,234.56'
241     - show new transaction button when re-entering the app
242     - use a color that is different for the new transaction submission progress
243     - keep account name filter upon app re-entry
244     - add MoLe version to the crash report
245
246 ## [0.10.0] - 2019-05-18
247
248 * NEW:
249     - profile list is a prime-time element in the side drawer, always visible
250 * IMPROVEMENTS
251     - better app icon
252     - adjust feature graphic to better fit the f-droid client's interface
253     - more translations
254     - more readable theme colors
255     - better, smoother color selector
256     - internal improvements
257     - omit debug log messages in production build
258     - avoid multiple acc/trn list updating when switching profiles
259     - remove unused Options side drawer element
260     - better "swipe up to show button" implementation, without a dummy padding row under the list
261     - better async DB operations
262 * FIXES
263     - account name filter shown only on transaction list
264     - profile-dependent colors in the header items - account name filter, cancel refresh button
265     - fix "synthetic" accounts created when backend skips unused accounts
266
267 ## [0.9.5] - 2019-04-13
268
269  * IMPROVEMENTS
270     - nicer icon for the new transaction floating action button
271  * FIXES
272     - fixes in the color selection dialog, most notable on Android versions before 7
273
274 ## [0.9.4] - 2019-04-13
275
276  * FIXES
277     - don't attempt to create app shortcuts (and crash) on pre 7.1 devices
278     - fixed profile list expansion on pre 7.1 devices
279     - fix first run experience
280
281 ## [0.9.3] - 2019-04-10
282
283  * FIXED
284   - fix saving of new transactions from the app shortcut when the main app is not running
285
286 ## [0.9.2] - 2019-04-08
287  * FIXED
288   - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
289
290 ## [0.9.1] - 2019-04-06
291  * FIXED
292   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
293
294 ## [0.9] - 2019-04-04
295  * NEW:
296   - App shortcuts to the New transaction screen on Android 7.1+
297   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
298   - Account list: Viewing account's transactions migrated to a context menu
299   - 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
300  * IMPROVED:
301   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
302   - Profile details: deleting a profile requires confirmation
303   - Enable animations when adding/removing rows in the new transaction screen
304   - Better visual feedback when removing transaction details rows by side-swiping
305   - New transactions are now sent via the JSON API if it is available
306   - Better progress handling while downloading transactions via the JSON API
307  * FIXED:
308   - Transaction list: keep account name filter when the device is rotated
309   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
310   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
311   - Fix legacy account parser when handling missing parent accounts
312   - Removed a couple of memory leaks
313
314 ## [0.8.1] - 2019-03-26
315  * Avoid double slashes when constructing backend URLs
316  * Remove all data belonging to deleted profiles
317  * Update profile list when profile list data changes
318  * Fixed "has sub-accounts" internal flag when refreshing account list
319  * Fix icon for f-droid
320  * Cleaner color selection dialog
321  * Internal reorganization of database access. Should reduce the deadlocks significantly
322  * Show accumulated balance in parent accounts retrieved via the JSON API
323
324 ## [0.8] - 2019-03-17
325  - account list is a tree with collapsible nodes
326  - account's transactions still available by tapping on amounts
327  - add support for hledger-web's JSON API for retrieving accounts and transactions
328  - better handling of HTTP errors
329  - better display of network errors
330  - some async task improvements
331  - add version/API level info to the crash report
332
333 ## [0.7] - 2019-03-03
334  - add crash handling dialog with optional sending of the crash to the author
335  - a couple of crashes fixed
336  - per-profile user-selectable theme color
337  - move profile list to the main navigation drawer
338  - some visual glitches fixed
339  - better multi-threading
340
341 ## [0.6] - 2019-02-10
342  - use a floating action button for the save transaction action in the new
343    transaction screen
344  - stop popping-up the date selection dialog when new transaction is started
345  - auto-fill transaction details when a previous transaction description is
346    selected
347
348 ## [0.5] - 2019-02-09
349  - First public release