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