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