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