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

Have the option to remember progress in some songs #120

Closed adam-codersgu closed 5 months ago

adam-codersgu commented 10 months ago

This could be achieved by editing music info

adam-codersgu commented 6 months ago

Working on branch feature/remember_song_progress

adam-codersgu commented 5 months ago

Remaining tasks on this are to set up the saving of playback progress when song changes or the app is closed. Also need to re-load the progress when the song is played/loaded again. If the song finishes naturally or is restarted then playback progress must be reset

adam-codersgu commented 5 months ago

Merged https://github.com/adam-codersgu/supernova/pull/133