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