]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
c5ac1d77a7b059180466b7f93c6cc69cd6388737
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.9.1] - 2019-04-06
4  * FIXED
5   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
6
7 ## [0.9] - 2019-04-04
8  * NEW:
9   - App shortcuts to the New transaction screen on Android 7.1+
10   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
11   - Account list: Viewing account's transactions migrated to a context menu
12   - 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
13  * IMPROVED:
14   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
15   - Profile details: deleting a profile requires confirmation
16   - Enable animations when adding/removing rows in the new transaction screen
17   - Better visual feedback when removing transaction details rows by side-swiping
18   - New transactions are now sent via the JSON API if it is available
19   - Better progress handling while downloading transactions via the JSON API
20  * FIXED:
21   - Transaction list: keep account name filter when the device is rotated
22   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
23   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
24   - Fix legacy account parser when handling missing parent accounts
25   - Removed a couple of memory leaks
26
27 ## [0.8.1] - 2019-03-26
28  * Avoid double slashes when constructing backend URLs
29  * Remove all data belonging to deleted profiles
30  * Update profile list when profile list data changes
31  * Fixed "has sub-accounts" internal flag when refreshing account list
32  * Fix icon for f-droid
33  * Cleaner color selection dialog
34  * Internal reorganization of database access. Should reduce the deadlocks significantly
35  * Show accumulated balance in parent accounts retrieved via the JSON API
36
37 ## [0.8] - 2019-03-17
38  - account list is a tree with collapsible nodes
39  - account's transactions still available by tapping on amounts
40  - add support for hledger-web's JSON API for retrieving accounts and transactions
41  - better handling of HTTP errors
42  - better display of network errors
43  - some async task improvements
44  - add version/API level info to the crash report
45
46 ## [0.7] - 2019-03-03
47  - add crash handling dialog with optional sending of the crash to the author
48  - a couple of crashes fixed
49  - per-profile user-selectable theme color
50  - move profile list to the main navigation drawer
51  - some visual glitches fixed
52  - better multi-threading
53
54 ## [0.6] - 2019-02-10
55  - use a floating action button for the save transaction action in the new
56    transaction screen
57  - stop popping-up the date selection dialog when new transaction is started
58  - auto-fill transaction details when a previous transaction description is
59    selected
60
61 ## [0.5] - 2019-02-09
62  - First public release