TeamAmaze / TeamAmaze/AmazeFileManager

Ability to "guess" the first part of a multipart RAR archive

Open
#2,100 0 comments 0 reactions 1 assignee View on GitHub

@TranceLove is already working on this.

Since Nov 28, 2020.

Area-Compression Area-UIUX Issue-Feature
Dominant language
Kotlin
Stars
6.4k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
1

Description

Depends on #2096.

When user extracts a multipart RAR, Amaze should extract from the first part of archive, even when the user tries to extract from parts other than part 1.

Example of expected behaviour :

  1. User tap on part 5 of a 20-part RAR, e.g. file.part05.rar
  2. Amaze guess the first part of the multipart RAR to be file.part01.rar
  3. RarExtractor work from file.part01.rar instead and extract files from there

Archive viewer (CompressedExplorerFragment) may not need this however, to be the same behaviour as desktop archivers like FileRoller or 7zip FM.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.