ARK-Builders / ARK-Navigator

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

Remember expanded and collapsed folders #55

Open melvin4u445 opened 3 years ago

melvin4u445 commented 3 years ago

This is more of an improvement than a bug. It is a few extra steps each time to open the root folders again after pressing the compass button and returning back to the Manage Folders tab.

Ideally, the app remembers the expanded and collapsed folders and displays it when the user returns back to the view

https://user-images.githubusercontent.com/17034768/132106258-bcfc7217-462c-4c52-ae09-6b29fa002799.mp4

kirillt commented 3 years ago

Agree, that always takes couple of seconds. But I am not sure it should blindly remember last state since a user can, technically, create huge hierarchy even with just 3 levels (devices/roots/favorites). Maybe we should expand levels automatically basing on how big they are.

melvin4u445 commented 3 years ago

Would there be a performance issue on the device if we remember the states and the hierarchy is too big?

kirillt commented 3 years ago

Technically it isn't difficult and performance would not suffer neither.