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

Enhance the playback animator implementation #53

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

The PlaybackAnimator class was created a while ago. It has undergone some improvements as a result of other work; however, it has yet to have a thorough review. The purpose of this ticket is to see if there's any scope for improving the class further, complete any missing JavaDoc entries, and also see if the implementation of the PlaybackAnimator view in CurrentlyPlayingFragment can be improved also.

adam-codersgu commented 1 year ago

Working on branch enhancement/playback_animator_refinement

adam-codersgu commented 1 year ago

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