Skip to content

Commit

Permalink
- Added a metadata field (HashMap<String, Object>) for APSVastAdbreak…
Browse files Browse the repository at this point in the history
… object (should be constructed before usage). If used, it will add any keys set to the metadata of each APSMediaUnit generated by the adbreak object

- APSMediaPlayer._overlaysDisplayed is now a public field
- Unit metadata keys now contain integers exclusively for determining the offset. The values for prerolls and postrolls are static (0 and Integer.MAX_VALUE)
  • Loading branch information
andreimarinescu committed Dec 4, 2014
1 parent 858f6f7 commit 910849e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AppscendVastPlayer/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.appscend.vastplayer"
android:versionCode="198"
android:versionName="1.9.8"
android:versionCode="199"
android:versionName="1.9.9"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="13"/>
<application android:allowBackup="true"></application>
Expand Down
4 changes: 2 additions & 2 deletions AppscendVastPlayer/bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.appscend.vastplayer"
android:versionCode="198"
android:versionName="1.9.8"
android:versionCode="199"
android:versionName="1.9.9"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="13"/>
<application android:allowBackup="true"></application>
Expand Down
Binary file modified AppscendVastPlayer/bin/appscendvastplayer.jar
Binary file not shown.
Binary file modified AppscendVastPlayer/libs/appscendvastplayer.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.9.9
=====
- Added a metadata field (HashMap<String, Object>) for APSVastAdbreak object (should be constructed before usage). If used, it will add any keys set to the metadata of each APSMediaUnit generated by the adbreak object
- APSMediaPlayer._overlaysDisplayed is now a public field
- Unit metadata keys now contain integers exclusively for determining the offset. The values for prerolls and postrolls are static (0 and Integer.MAX_VALUE)

1.9.8
=====
- Modified the onTrackingReceived header, it now only accepts two parameters: MediaEventType type and Bundle additionalInfo. The additionalInfo bundle contains by default the old parameters received by onTrackingReceived, on the "urls" and "description" keys.
Expand Down

0 comments on commit 910849e

Please sign in to comment.