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