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