Skip to content

Releases: n76/Symphony

Improve shuffle and skip track

06 Jun 20:47
@n76 n76
Compare
Choose a tag to compare

Improve operation of skip back a track and keep shuffle order between app runs.

Also removed Proguard from release build to possibly help in some installations.

Bug fix

02 May 13:35
@n76 n76
Compare
Choose a tag to compare

Fix crash in edge case where Android’s media manager has a genre with no songs/tracks.

Bug fix

30 Apr 18:57
@n76 n76
Compare
Choose a tag to compare

Fix crash prev or next pressed when denied permission to access song storage.

Bug Fix

30 Apr 19:09
@n76 n76
Compare
Choose a tag to compare
  • Added privacy policy.
  • Update Gradle version.
  • Revise logic on previous track button: Previous track button now uses the shuffle list rather than tracking play history. This allows the previous button to be operational even if there was no previous track played (initial startup) and eliminates need for special handling to avoid putting previous track into play history.
  • Fix crash when starting notification on newer versions of Android (tested on 8.1)

Development environment update

30 Apr 19:10
@n76 n76
Compare
Choose a tag to compare
  • Update build environment.