ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Remove "Emulated" and show root folders right away #88

Closed melvin4u445 closed 1 year ago

melvin4u445 commented 3 years ago

Is there a reason to show the root folders under "Emulated" or can we just show them in the main view without one additional hierarchy?

image

kirillt commented 2 years ago

Yes, there is. The highest level of hierarchy here is device and emulated is internal memory, while something like 9C33-6BBD (in my case) is external memory (SD card). Virtual devices should be also implemented eventually (see https://github.com/ARK-Builders/ARK-Navigator/issues/24).

Devices also are starting points in the folder picker (+ button).

kirillt commented 2 years ago

Might be useful to add button/preference to flatten hierarchy since not always a user wants to know where exactly data is stored.

melvin4u445 commented 2 years ago

Agreed!