Skip to content

Version 0.7.14

Latest
Compare
Choose a tag to compare
@DJDoubleD DJDoubleD released this 13 Sep 23:55
· 10 commits to master since this release

New Features / improvements

Added Tap-to-Seek Functionality for Synchronized Lyrics (resolves #15)

  • When synchronized Lyrics are available, tapping a specific lyric's text in the lyrics screen during playback, will seek to the selected lyric position

Added a button to clear the current queue (resolves #5)

  • Queue screen now has a "clear all" button at the top right of the screen
  • Clearing the queue will stop playback (since active track is also removed from playback queue...)
  • Changed the shuffle icon on queue screen to Deezer one (clearer + personal preference)

The queue screen now automatically scrolls to current track

Changing app language no longer requires an app restart

Changed the track "Play Mix" feature (resolves #18)

  • The "Play Mix" feature now uses a different API to automatically generate a playlist of similar tracks where the selected track is always played as first item in the queue. This mimics the Deezer web player "Launch Track Mix" behavior.

Crowdin translations

  • Created a dedicated Crowdin project and included the first contributed translations to the app.
  • Added Crowdin tile with a link to the project in the about screen

Bugfixes

Fixed Android Auto support (thanks to @bw8686)

  • Fixed home screen loading
  • Fixed item playback handling

Fix "ghost tracks" being added to history and lastFM (when enabled)

  • Stopped first track of new queue (album, playlist, favorites,...) from being listed in history when any other track from the queue was selected for playback
  • Stopped random track + current track to be added to history when toggling shuffle off

Clear cached authorization result upon completion to allow retries

  • This should fix various problems where the app needed to be restarted after changes in internet connectivity
  • Should also fix the "offline" toggle being stuck after starting offline and restoring internet connectivity

Fixed playerbar primary color

  • Multiple places still exist where primary color isn't applied, will fix them as I encounter them...