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

Error reporting in MediaPlaybackService #6

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 2 years ago

In the error() method in MediaPlaybackService, add a parameter that gives a description for different errors. The error description could be printed in the Toast notification to give a more descriptive message to the user. You could draw error descriptions from a companion object in the media service params class or String resources file

adam-codersgu commented 1 year ago

Working on branch enhancement/media_service_error_reporting

adam-codersgu commented 1 year ago

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