Releases: brianwernick/PlaylistCore
Releases · brianwernick/PlaylistCore
PlaylistCore 2.2.0
General
- Updated Kotlin to
1.9.10
- Updated the
compileSdk
andtargetSdk
to34
- Removed Jettifier references
Fixes
- #91 : Android 13 media notifications are now properly supported
PlaylistCore 2.1.0
General
- Updated
minSdk
to21
- Updated Kotlin to
1.6.20
- Updated
androidx.media
to1.6.0
- Migrated release to Maven Central
PlaylistCore 2.0.1
PlaylistCore 2.0.0
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
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
General
- Updated the scale type of the notification images to be
fitCenter
instead ofcenterInside
- Fixed inconsistencies in position, duration, and seek positions not all being
long
- Fixed an issue where calling
performSeekEnded()
withoutperformSeekStarted()
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
Bugs
- Fixes #12 (a short clip of media is played before pausing when immediately pausing)
PlaylistCore 1.1.0
General
- Makes the PlaylistListener Generic
- Fixes method naming from lockScreen to remoteViews
- Fixes
ConcurrentModificationException
issues - Updated the external dependencies
Bugs
PlaylistCore 1.0.2
Fixed an issue that was causing media to incorrectly pause
PlaylistCore 1.0.1
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