1
1
Change Log
2
2
===============================================================================
3
- Version 1.6.0 * (2015-xx-xx )*
3
+ Version 1.6.0 * (2015-06-20 )*
4
4
----------------------------
5
- * Feature: More options for recurrence of scheduled transactions
6
5
* Feature: Scheduled backups (QIF, OFX and XML)
6
+ * Feature: More recurrence options for scheduled transactions
7
7
* Feature: Backup/Export to DropBox and Google Drive
8
8
* Feature: Reports of income and expenses over time - bar, pie and line charts
9
- * Feature: Import scheduled transactions from GnuCash XML
9
+ * Feature: Import scheduled transactions from GnuCash XML (experimental)
10
10
* Feature: Set app as handler for .gnucash and .gnca files
11
11
* Feature: Auto-balance transactions before saving
12
- * Feature: Added navigation drawer for easier access to features
13
- * Feature: Added options for explicitly creating/restoring backups
14
- * Feature: Added support for hidden accounts
12
+ * Feature: Navigation drawer for easier access to features
13
+ * Feature: Options for explicitly creating/restoring backups
14
+ * Feature: Support for hidden accounts
15
15
* Feature: Account delete dialog now has options for moving sub-accounts and transactions
16
16
* Feature: Export to Gnucash desktop-compatible XML
17
- * Feature: Added support for logging to Crashlytics (for beta releases)
17
+ * Feature: Support for logging to Crashlytics (for beta releases)
18
+ * Fixed: Checkboxes in transaction list are hard to see
19
+ * Fixed: Crash when restoring last backup
18
20
* Improvement: Imbalance accounts are created on-the-fly (and hidden in single-entry mode)
19
21
* Improvement: Transaction auto-complete suggestions now include amount, date and do not show duplicates
20
22
* Improvement: Only one ROOT account exists in the database (it is created if necessary)
@@ -24,8 +26,9 @@ Version 1.6.0 *(2015-xx-xx)*
24
26
* Improvement: Future transactions are not considered when calculating account balances
25
27
* Improvement: Database is always cleared during import (no merging of books supported)
26
28
* Improvement: Increased speed and reliability of import operations
29
+ * Improvement: Use Google Espresso for writing UX tests, added new test cases
27
30
* Improvement: Upgraded Java version to 1.7
28
- * Improvement: Use gradle for building source
31
+ * Improvement: Use gradle for building project
29
32
30
33
Version 1.5.5 * (2015-02-20)*
31
34
----------------------------
0 commit comments