nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.32k stars 1.78k forks source link

"Animation" (transitions) of panes like Favorites, Activity etc feels out of place #1625

Open jancborchardt opened 7 years ago

jancborchardt commented 7 years ago

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

AndyScherzinger commented 7 years ago

Sounds good to me, needs some research on how to influence animations.

mario commented 7 years ago

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.

mario commented 7 years ago

(To explain further: this is actually NOT an animation issue)

paour commented 7 years ago

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.

jancborchardt commented 7 years ago

@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