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

Zip multiple exported QIF files into one for all export destinations #714

Merged
merged 3 commits into from
Aug 2, 2017

Commits on Aug 2, 2017

  1. Always Zip files when exporting to QIF

    When having transactions with multiple commodities, a QIF file for each
    commodity is created. With Android's Storage Access Framework we are
    limited to one file, so now we always pack QIFs into a single ZIP file.
    
    Fixes codinguser#696
    rivaldi8 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c4f6a26 View commit details
    Browse the repository at this point in the history
  2. Don't zip exported files when exporting to a URI (SAF)

    As with Storage Access Framework we are limited to one file, we checked
    if there were multiple files to export and packed them into a ZIP file.
    This only happened when exporting to QIF, which now packs multiple files
    into a ZIP. Other export formats were already generating a single file.
    So now we just copy the exported file.
    rivaldi8 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    1711414 View commit details
    Browse the repository at this point in the history
  3. Avoid creating an empty ZIP file when exporting to QIF

    It may happen when there aren't transactions to export.
    rivaldi8 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    fad4aaa View commit details
    Browse the repository at this point in the history