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