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