Skip to content

Releases: Kirsten98/lyricsForSpotify

Resolved thread issues

19 Jun 02:28
7a73029
Compare
Choose a tag to compare
Pre-release

Resolves issue where Threads were throwing IllegalThreadStateExceptions causing the application to freeze.

Release with bug fixes.

18 Jun 04:06
bc0cc5b
Compare
Choose a tag to compare
Pre-release

Issues fixed

  1. User was not properly being logged out when returning to the home screen.
    RCA: Authorization class was made into a Singleton in order to reset authorization from the StageControl Class and relect in the LyricsForSpotify Class.

  2. After successful login, the user was not allowed to display the lyrics for the next song.
    RCA: currentSongCheckThread was not properly starting during initialization. In addition, Removed the Thread interruption

Bug fixes

14 Jun 07:57
33e5c8d
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Fixes issues:

  • Threads not terminating on closure.
  • Background not changing when applying settings

Version .02

12 Jun 03:54
2de34a4
Compare
Choose a tag to compare
Version .02 Pre-release
Pre-release

Added menu bar for user navigation.

Includes:

  • Return to home
  • Close
  • Stream Friendly
  • Text settings

This release also included the show_dialog in the authorization scene to provide the user a proper way to logout.

Initial Release

15 Feb 07:55
cb41404
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1

Initial commit