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