Skip to content

v1.6.0

Compare
Choose a tag to compare
@codinguser codinguser released this 19 Jun 10:33
· 898 commits to master since this release
  • Feature: Scheduled backups (QIF, OFX and XML)
  • Feature: More recurrence options for scheduled transactions
  • Feature: Backup/Export to DropBox and Google Drive
  • Feature: Reports of income and expenses over time - bar, pie and line charts
  • Feature: Import scheduled transactions from GnuCash XML (experimental)
  • Feature: Set app as handler for .gnucash and .gnca files
  • Feature: Auto-balance transactions before saving
  • Feature: Navigation drawer for easier access to features
  • Feature: Options for explicitly creating/restoring backups
  • Feature: Support for hidden accounts
  • Feature: Account delete dialog now has options for moving sub-accounts and transactions
  • Feature: Export to Gnucash desktop-compatible XML
  • Feature: Support for logging to Crashlytics (for beta releases)
  • Fixed: Checkboxes in transaction list are hard to see
  • Fixed: Crash when restoring last backup
  • Improvement: Imbalance accounts are created on-the-fly (and hidden in single-entry mode)
  • Improvement: Transaction auto-complete suggestions now include amount, date and do not show duplicates
  • Improvement: Only one ROOT account exists in the database (it is created if necessary)
  • Improvement: Show the day in transaction headers
  • Improvement: Added created_at and modified_at database columns to all records
  • Improvement: Added ability to mark account as favorite from context menu
  • Improvement: Future transactions are not considered when calculating account balances
  • Improvement: Database is always cleared during import (no merging of books supported)
  • Improvement: Increased speed and reliability of import operations
  • Improvement: Use Google Espresso for writing UX tests, added new test cases
  • Improvement: Upgraded Java version to 1.7
  • Improvement: Use gradle for building project