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

Filemanager feature: Basic archiving support (i.e. zip) #2363

Open
gsantner opened this issue Jul 23, 2024 · 0 comments
Open

Filemanager feature: Basic archiving support (i.e. zip) #2363

gsantner opened this issue Jul 23, 2024 · 0 comments
Labels

Comments

@gsantner
Copy link
Owner

gsantner commented Jul 23, 2024

  • App version: 2.12
  • Android version/rom: 14.x

Explain the Problem

Markor has lots of filemanager capabilities, but one thing I see recurringly missing / in need is:
support for archiving - so to zip & unzip.

This issue is about implementing such a feature to Markor's filemanager, to create archives from selection, and to unarchive to a selected destination.

As of supported formats, zip can be enough to support at the start (and is even part of the Java standard library). One important point is to stay in JVM (i.e. no p7zip/libarchive native dependency that would require ABI specific builds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant