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