Fix #891: new lines in description and memo are no longer exported to QIF#903
Open
Thumas wants to merge 4 commits intocodinguser:developfrom
Open
Fix #891: new lines in description and memo are no longer exported to QIF#903Thumas wants to merge 4 commits intocodinguser:developfrom
Thumas wants to merge 4 commits intocodinguser:developfrom
Conversation
…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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.