zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
5.93k stars 403 forks source link

Support USB storage #923

Open StevanWhite opened 1 year ago

StevanWhite commented 1 year ago

Managing files over USB is pretty minimal functionality for a file manager.

App should 1) allow navigation and basic file operations on USB partition. 2) support multiple partitions 3) handle read-only filesystems and devices appropriately (visibly indicate is read-only, warn user that filesystem is read-only, if they try to write to it.) 4) display filesystem labels properly 5) respond gracefully to on-the-fly insertion and removal of device.

Also, if user has selected app to open inserted USB by default, then USB insertion should open the file browser activity for the drive, as directly as possible.


Some examples of freely-usable (but not all open source) file managers that handle USB pretty well:

zhanghai commented 1 year ago

Did you try Add storage in app drawer?

StevanWhite commented 1 year ago

Sorry, I got my notes mixed up (I tested several apps).
Your app does support USB.

However, it does so only with difficulty.
Please compare to the apps I listed.

My notes show


Very clumsy. But eventually, can manage files.

hamburger --> Add storage... --> External Storage --> hamburger --> Open from and there the drive appears. click that, and then click "use this folder" then give app access to the partition.

and then... have to go through the menus AGAIN, and then, finally, can see the files.