Skip to content

Releases: brianwernick/PlaylistCore

PlaylistCore 2.2.0

30 Sep 20:43
b4c626f
Compare
Choose a tag to compare

General

  • Updated Kotlin to 1.9.10
  • Updated the compileSdk and targetSdk to 34
  • Removed Jettifier references

Fixes

  • #91 : Android 13 media notifications are now properly supported

PlaylistCore 2.1.0

02 May 22:57
91808f7
Compare
Choose a tag to compare
General
  • Updated minSdk to 21
  • Updated Kotlin to 1.6.20
  • Updated androidx.media to 1.6.0
  • Migrated release to Maven Central

PlaylistCore 2.0.1

23 Apr 14:14
b7d962b
Compare
Choose a tag to compare
General
  • Updated Kotlin to 1.2.40
Bugs
  • Fixes #65 (Service wouldn't stop at the end of the playlist)
  • Fixes #67 (Service getting stuck when a remote media player disconnected)

PlaylistCore 2.0.0

09 Dec 16:48
Compare
Choose a tag to compare
General
  • Converted Library to Kotlin
  • Reorganized to use Delegation instead of inheritance
  • Updated dependencies
  • Added remote playback support (added Chromecast to the demo)
  • Added Android Oreo notification support

PlaylistCore 1.1.3

05 Mar 18:22
Compare
Choose a tag to compare
General
  • Fixed an issue where audioPlayer.pause() was called incorrectly causing a playlist item to be skipped with the Android MediaPlayer
  • Fixed an issue where passing in a non-0 value to start playback would keep the media paused
  • Updated support library to 25.2.0

PlaylistCore 1.1.2

31 Jan 01:56
Compare
Choose a tag to compare
General
  • Updated the scale type of the notification images to be fitCenter instead of centerInside
  • Fixed inconsistencies in position, duration, and seek positions not all being long
  • Fixed an issue where calling performSeekEnded() without performSeekStarted() would cause the state to get stuck in SEEKING
  • Updated support libraries
  • Updated annotations in the IPlaylistItem
  • Updated the notification helper to use the new builder method to specify big notification content views
Bugs
  • Fixes #33 (IndexOutOfBoundsError)

PlaylistCore 1.1.1

30 Apr 19:28
Compare
Choose a tag to compare
Bugs
  • Fixes #12 (a short clip of media is played before pausing when immediately pausing)

PlaylistCore 1.1.0

09 Apr 23:43
Compare
Choose a tag to compare
General
  • Makes the PlaylistListener Generic
  • Fixes method naming from lockScreen to remoteViews
  • Fixes ConcurrentModificationException issues
  • Updated the external dependencies
Bugs
  • Fixes #7 (Incorrectly playing with no AudioFocus)
  • Fixes #9 (When passing in a seek position to play() the state would never exit SEEKING)

PlaylistCore 1.0.2

19 Mar 01:25
Compare
Choose a tag to compare

Fixed an issue that was causing media to incorrectly pause

PlaylistCore 1.0.1

01 Mar 16:30
Compare
Choose a tag to compare

Added missing PlaylistManager constructors.
Updated helper utility method and variable visibilities.
Fixed a race condition.
Fixed an issue where retrying playback would enter an infinite loop