Releases: kaltura/playkit-dtg-android
Releases · kaltura/playkit-dtg-android
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
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
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.