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