Skip to content

Tags: nicktylah/gnucash-mobile

Tags

1.0.8

Toggle 1.0.8's commit message
Bumps version number and commits results of `pod install`

1.0.7

Toggle 1.0.7's commit message
Bump to 1.0.7+2 (Google Play thinks build version 1 is already used)

1.0.6

Toggle 1.0.6's commit message
Fixes a bug the broke the tx form

  - If favorites weren't set and the tx was launched from a non-expense account it would break
  - Adds `flutter_launcher_icons` dev dependency
    - Introduced a couple icon-related changes for Android launch

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from nicktylah/format-currency-everywhere

Format currency everywhere

1.0.4

Toggle 1.0.4's commit message
Prevents date from resetting back to current date

1.0.3

Toggle 1.0.3's commit message
Adds transaction deletion

  - Implements transaction deletions via Dismissables (TODO: improved txn storage architecture)
  - Fixes a bug where adding and transaction while viewing a specific
    account would break the UI

1.0.2

Toggle 1.0.2's commit message
Corrections

  - Fixes the case when the floating action button is pressed while
    viewing a transactions-only account (was just a placeholder snackbar
before). Now takes user to txn form with the toAccount populated
correctly
  - Renders newly created txns in list after saving (`listen: true`)
  - Displays "No transactions." if an account has none in the TxnsView
    widget

v1.0

Toggle v1.0's commit message
Merge branch 'main' of https://github.com/nicktylah/gnucash-mobile in…

…to main