Open jancborchardt opened 7 years ago
Sounds good to me, needs some research on how to influence animations.
This is a bigger issue. It used to work the "right" way when I initially wrote it, but unfortunately due to some bugs @tobiasKaminsky had to make it work the way it is now.
I guess we could look into it once we're rewriting everything to RecyclerView.
(To explain further: this is actually NOT an animation issue)
It's a transition issue. And it takes about a second to such between sections, too.
Finally, it would be useful to use an actionbar subtitle to remind the user of the current section, as it is often not obvious.
@paour I opened a separate issue about your second remark. Actually the title itself should be adjusted, no subtitle needed: https://github.com/nextcloud/android/issues/1693
Currently the other navigation entries like Favorites, Activity and such from the sidebar result in the content being animated in from the bottom. This is very strange and has no corresponding spacial model.
The sidebar is the only moving thing, and the content area should directly be modified without directional animation. Only when you for example navigate into a subfolder or back up again (via left-right).
@nextcloud/android