Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.28 KB

CHANGELOG_EXOPLAYER.md

File metadata and controls

42 lines (26 loc) · 1.28 KB

2.18.1.0

  • Bumped com.google.android.exoplayer:exoplayer-ui to 2.18.1
  • Released to mavenCentral

2.11.4.0

Breaking changes

  • Migrated to AndroidX
  • Minimum supported API changed from 16 to 19

New features and improvements

  • Updated PreviewSeekBar to 3.0.0
  • Allow disabling/enabling the preview mode with setPreviewEnabled. Includes new xml attribute previewEnabled
  • Added support for disabling/enabling auto hiding of previews with setAutoHidePreview. Includes new xml attribute previewAutoHide
  • Added support for listening to preview visibility changes with OnVisibilityChangeListener

Bug fixes

  • Fixed PreviewTimeBar not changing the scrubber color when setPreviewThumbTint is called
  • Fixed PreviewTimeBar not using the correct thumb size
  • Fixed PreviewTimeBar not moving the preview if the player position changes programmatically

2.8.1.0

Starting from this version, the previewseekbar-exoplayer extension is tied to the ExoPlayer version

  • Use previewseekbar 2.0.0
  • Updated ExoPlayer to 2.8.1

2.6.0

  • Updated ExoPlayer to 2.6.0
  • Removed custom LoadControl and TrackSelection classes.
  • Updated support library

2.5.1