ohmae / dms-explorer

DLNA Player for Android
MIT License
185 stars 32 forks source link

Back arrow returns to device list instead of previous folder #59

Closed toolstack closed 6 years ago

toolstack commented 6 years ago

In previous versions, selecting the back arrow at the top left would take you up one level in the directory tree.

In the last couple of releases it takes you all the way back to the root level/device selection menu.

Using the Android back button still works as expected.

ohmae commented 6 years ago

Hmm... I thought it was labor to return from a deep hierarchy of directories, so I changed it. https://developer.android.com/training/design-navigation/ancestral-temporal However, I think that this behavior is not so good 😅

toolstack commented 6 years ago

Perhaps having a back button and a home button might make sense? Or even three, one for home, one for the root of the current device and a third for the device list?

ohmae commented 6 years ago

I'm thinking about how to achieve better operability, :thinking: so please wait for a while.

ohmae commented 6 years ago

Since I could not come up with a good idea, I decided to make back arrow(up button) work as back key again. https://github.com/ohmae/DmsExplorer/commit/24ca51efc28230fb6fffd142b4ba47f567fd88f8