ios-app
ios-app copied to clipboard
[WIP] [feature/un-compress] Implementation of "Compress/Uncompress" Action
Description
This PR implements new actions to compress or uncompress files from the file list or with shortcuts actions.
Current State
- [x] Compress of files and directories
- [x] Protect with password
- [x] Uncompress file
- [ ] Uncompress (and import) directory
- [ ] Add as Pro-Feature
Related Issue
#719
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
@felix-schwarz there is still a SDK method missing to import a folder with subfolders. Is there any update about that?