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

Conversation

Thumas
Copy link

@Thumas Thumas commented Jun 27, 2021

Fixes #891: After input of a transaction description and before saving the transaction, new lines are removed from the description and replaces with single spaces. Memos may still contain new lines at this point, but when exporting in QIF format, new lines are again replaced with single spaces.

…d with spaces.

When the description TextView loses focus and before the transaction is saved, all new lines are replaced with spaces.
…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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant