adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Full screen transition enhancement #22

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

I would like the way full screen transitions in the currently playing fragment are handled to be improved. I would like full screen move to be a setting/preference/option to enable/disable in the popup menu options. By default the app should not fully enter fullscreen mode. This will help the transition between fragments look cleaner. It may be that some flags can still be enabled e.g. hiding action bar but not the bottom navigation buttons. The bottom buttons could always be visible for example? This might actually be the behaviour I'm looking for

adam-codersgu commented 1 year ago

Working on branch enhancement/improve_full_screen_transition

adam-codersgu commented 1 year ago

Need to test on APIs lower than 30 also

adam-codersgu commented 1 year ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/24