ios-app
ios-app copied to clipboard
[FEATURE REQUEST] Add Filter Type: Archive
Would be great to have the search file filter type Archive to find files with the mime type:
.rar application/vnd.rar, application/x-rar-compressed, application/octet-stream
.zip application/zip, application/octet-stream, application/x-zip-compressed, multipart/x-zip
application/tar, application/x-tar, applicaton/x-gtar, multipart/x-tar, application/x-compress, application/x-compressed
application/gzip, application/x-gzip, application/x-gtar, and application/x-tgz
Have a look of the mime types there: https://en.wikipedia.org/wiki/List_of_archive_formats
TASKS
- [ ] Research (if needed)
- [ ] Create branch feature/feature_name
- [ ] Development tasks
- [ ] Implement whatever
- [ ] ...
- [ ] Code review and apply changes requested
- [ ] Design test plan
- [ ] QA
- [ ] Merge branch feature/feature_name into master
PR
- App
- Library (if needed)