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

All Toast notifications should use String resources #2

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 2 years ago

Currently, many Toast notifications throughout the application use hardcoded text as messages. The hardcoded text should be replaced with String resources. This will help ensure messages are consistent, promote reusability, and facilitate translations. Some String resources may need to be parameterised.

adam-codersgu commented 1 year ago

Working on branch chore/toasts-should-use-string-resources

adam-codersgu commented 1 year ago

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