Toolify / Backbone

A new file manager for Android 4.0+
Other
2 stars 3 forks source link

Parent Folder selectable #88

Closed BrandoCommando closed 11 years ago

BrandoCommando commented 11 years ago

Currently it is possible to select a "Parent folder". This seems like it could cause some file operation issues involving infinite loops or something. This actually brings up a potential discussion for what should happen when a folder is selected. Should that imply folder content selection? Should we disable sub-level navigation to prevent operational loops?

bkensey commented 11 years ago

Looks like I need to tweak the onTouch code for parent folders, because that is not intended behavior. As for the second point, that is something I never considered before. I think that it probably should imply content selection, so the question is how best to display that.