SpotifyRadar
SpotifyRadar copied to clipboard
Allows users to pull in new song releases from their favorite artists and provides users with important metrics like their top tracks, top artists, and recently played tracks, queryable by time range.
Fixes # ## Proposed Changes - Changed considates to consolidates in ReadMe - -
Fixes # App can now compile on iOS 12 and lower build targets ## Proposed Changes - wrapped searchBar.searchTextField.textColor = ColorPreference.mainColor in if #available (iOS 13) conditional - -
## Description 'searchTextField' is only available in iOS 13.0 or newer error in AddArtistsViewController.configureSearchController() ## Expected Behavior searchBar.searchTextField.textColor = ColorPreference.mainColor should only run for devices running iOS 13 + ##...
## Description The artist images aren't being rendered on the Recently Played Tracks List; only the the name, artists and the date fields are there. This occurs because the Observable...
**Please Describe The Problem To Be Solved** As of now, the user has to manually check in with the app to see if new songs have been released by artists...
## Description Navigating out of the AddArtistsViewController doesn't deallocate the `AddArtistsViewController` and the `AddArtistsViewModel`. These are signs of a retain cycle. ## Expected Behavior A message in the console should...
**Please Describe The Problem To Be Solved** Wherever possible, it's always best to improve the user's experience: if the user has Spotify on their device, it makes sense to open...
**Please Describe The Problem To Be Solved** As of now, all links are opened in a safari browser. If the user wants to play a track they opened from the...
**Please Describe The Problem To Be Solved** Sometimes, when internet connectivity is too slow, it might take a while for the cells to get populated with data, which could leave...
**Please Describe The Problem To Be Solved** For someone using the app, it might be unclear how far they have to move the slider to get their desired value, as...