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