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
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