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