diff --git a/AppscendVastPlayer/AndroidManifest.xml b/AppscendVastPlayer/AndroidManifest.xml index 28d7c0c..1ebdf87 100644 --- a/AppscendVastPlayer/AndroidManifest.xml +++ b/AppscendVastPlayer/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/AppscendVastPlayer/bin/AndroidManifest.xml b/AppscendVastPlayer/bin/AndroidManifest.xml index 28d7c0c..1ebdf87 100644 --- a/AppscendVastPlayer/bin/AndroidManifest.xml +++ b/AppscendVastPlayer/bin/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/AppscendVastPlayer/bin/appscendvastplayer.jar b/AppscendVastPlayer/bin/appscendvastplayer.jar index ce4d5c7..9b89172 100644 Binary files a/AppscendVastPlayer/bin/appscendvastplayer.jar and b/AppscendVastPlayer/bin/appscendvastplayer.jar differ diff --git a/AppscendVastPlayer/libs/appscendvastplayer.jar b/AppscendVastPlayer/libs/appscendvastplayer.jar index 2976148..2344b50 100644 Binary files a/AppscendVastPlayer/libs/appscendvastplayer.jar and b/AppscendVastPlayer/libs/appscendvastplayer.jar differ diff --git a/AppscendVastPlayer/libs/exoplayer-general.jar b/AppscendVastPlayer/libs/exoplayer-general.jar new file mode 100644 index 0000000..e7fb934 Binary files /dev/null and b/AppscendVastPlayer/libs/exoplayer-general.jar differ diff --git a/CHANGELOG.md b/CHANGELOG.md index ab32d2a..d305ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.9.24 (2.0.0 RC1) +================== +- bugfix - cloning a unit did not also copy over the unit manager +- added support for multiple renderers. By default, VeePlay ships with two default renderers, MediaPlayerRenderer (used automatically for 4.0.x devices) and ExoPlayerRenderer(used automatically for 4.1+ devices) +- APSMediaUnit objects now hold a renderer string property. In order to explicitly set a renderer, use the static rendererIdentifier string of the renderer class. +- bugfix - transitioning to full screen and then changing orientation could cause an exception +- this version is a release candidate. Altough it was extensively tested over the past few weeks, it should be tested with each implementation before deploying into production + 1.9.23 ====== - bugfix - finishing the player during playback might cause a crash