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