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