Skip to content

[FEATURE] Automatically handle special characters in filenames #80

Description

@MillionsToOne

Is your feature request related to a problem? Please describe.
When extracting files and directories from inside archives, in case there are any special character such as colons and semicolons in the names of the directories or files in the archive, the program refuses to extract due to limitations in Android's sdcardfs

Describe the solution you'd like
The app should automatically replace those characters with underscores or spaces to avoid failure while extracting

Describe alternatives you've considered
Manually extracting through adb shell to /data/local/tmp/ and moving files and directories from there to /sdcard/

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions