Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #891: new lines in description and memo are no longer exported to QIF #903

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jun 20, 2021

  1. Fix codinguser#891 - When editing transactions, new lines are replace…

    …d with spaces.
    
    When the description TextView loses focus and before the transaction is saved, all new lines are replaced with spaces.
    Thumas committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6fab9b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    00f5b8f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Fix of codinguser#891 - New lines are replaced with spaces for descri…

    …ption and memo lines of the QIF export.
    
    Empty memos are no longer exported (field is optional in QIF).
    Also fixed export test and added new test for no new lines export.
    Increased Robolectric version from 4.3.1 to 4.5.1 because of failing build (see robolectric/robolectric#5456).
    Thumas committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    8393afb View commit details
    Browse the repository at this point in the history
  2. Fixed error in new UI test.

    Thumas committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    7b0d6df View commit details
    Browse the repository at this point in the history