patrykcoding / rcloneExplorer

rclone explorer for Android
MIT License
347 stars 50 forks source link

Add pinned remotes to left panel #195

Closed FoxP closed 6 years ago

FoxP commented 6 years ago

Just an idea : add pinned remotes to the left panel? (under the "remotes" icon?)

screenshot_20180804-193304

patrykcoding commented 6 years ago

Great idea. I would however consider having a separate section for pinned remotes, underneath the remotes section, with an option to expand/collapse it. That way if someone doesn't like it, it could be easily collapsed. What do you think?

FoxP commented 6 years ago

It could be in the "remote" section, but collapsable. That way if you don't want to see pinned remotes, you just have to collapse them and then you have the same layout as now. What do you think?

patrykcoding commented 6 years ago

Here's a horribly done mockup of what I'm imagining this to look like. The pinned section can be collapsed and expanded.

drawer-pinned-remotes-mockup

FoxP commented 6 years ago

Or maybe this?

1

2

3

patrykcoding commented 6 years ago

This has been implemented in #202 and a stable release will be available within 30 minutes.

I decided on a little bit different implementation by giving users more choice. Instead of having a collapsible section of remotes that are pinned to the top, it's possible to pin specific remotes to the navigation drawer. This is separate from the pinned-to-top remotes, and gives an option of having different remotes pinned to the top, and different remotes pinned to the navigation drawer.