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