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