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