Skip to content

Releases: kaltura/playkit-dtg-android

v2.1.5

13 Jul 10:10
Compare
Choose a tag to compare

Changes from v2.1.4

  • Fix concurrent downloads

We suggest calling:
ContentManager.setMaxConcurrentDownloads(4)
before Calling ContentManager.start()

v2.1.4

10 Jul 14:43
Compare
Choose a tag to compare

Changes from v2.1.3

  • Fix mp4 files download - fix file path

v2.1.3

11 Jun 21:52
Compare
Choose a tag to compare

Changes from v2.1.2

  • Fixed download of single-file items with long URLs.

v2.1.2

18 May 12:40
Compare
Choose a tag to compare

Changes from v2.1.1

  • Added DownloadItem.Track.getWidth() and .getHeight(). Only for DASH.

v2.1.1

09 May 21:53
Compare
Choose a tag to compare

Changes from v2.0.0

Fixes

  • Download errors are reported to app, via the new DownloadStateListener.onDownloadFailed() and DownloadState.FAILED.

Features

  • Added ContentManager.setAutoResumeItemsInProgress(), allowing apps to prevent auto resume of items that were IN_PROGRESS when the ContentManager was stopped. The default behavior is to auto resume.

Breaking Changes

Added DownloadStateListener.onDownloadFailed() and DownloadState.FAILED. This allows the app to be notified about download errors. When a DownloadItem fails to download, its state changes to FAILED. The app can later retry the download by calling DownloadItem.startDownload().
Removed DownloadStateListener.onDownloadStop(). It was never called.

v2.1.0.rc3

03 May 08:28
Compare
Choose a tag to compare
v2.1.0.rc3 Pre-release
Pre-release

Changes from v2.1.0.rc2

Fixes

  • Download errors are reported to app, via the new DownloadStateListener.onDownloadFailed() and DownloadState.FAILED.

Features

  • Added ContentManager.setAutoResumeItemsInProgress(), allowing apps to prevent auto resume of items that were IN_PROGRESS when the ContentManager was stopped. The default behavior is to auto resume.

Breaking Changes

Added DownloadStateListener.onDownloadFailed() and DownloadState.FAILED. This allows the app to be notified about download errors. When a DownloadItem fails to download, its state changes to FAILED. The app can later retry the download by calling DownloadItem.startDownload().
Removed DownloadStateListener.onDownloadStop(). It was never called.

v2.1.0.rc2

24 Apr 18:46
Compare
Choose a tag to compare
v2.1.0.rc2 Pre-release
Pre-release

v2.1.0.rc1

24 Apr 18:09
Compare
Choose a tag to compare
v2.1.0.rc1 Pre-release
Pre-release

v2.0.2

22 Mar 11:08
Compare
Choose a tag to compare

v2.0.1

16 Jan 06:51
Compare
Choose a tag to compare