Skip to content

Commit

Permalink
Merge pull request #16 from StreamAMG/release/1.2.3
Browse files Browse the repository at this point in the history
SMD-2241 Fix StreamPlay fields
  • Loading branch information
StefanoStream authored Jul 3, 2023
2 parents bdee321 + eb7ea0f commit ca37a38
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 140 deletions.
12 changes: 1 addition & 11 deletions AuthenticationReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,4 @@ authenticationSdk.getUserSummary(token
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.1.9 - Remove getKS call after successful login

### 1.0.1 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to Authentication

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.2.3 - Fixed StreamPlay FixtureID field types

### 1.2.2 - Improved bitrate and subtitle selector and fixed control resize issue

### 1.2.0 - Subtitle improvements: Default subtitle track auto-selected and get Label caption on subtitle selector
Expand Down
10 changes: 1 addition & 9 deletions CloudMatrixReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,4 @@ RELEASETO
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0.1 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to CloudMatrix

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
14 changes: 1 addition & 13 deletions CoreReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,4 @@ The batch job can be fired as many times as required once created, but will not
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0.1 - Release

### Beta releases

### 0.4 - No changes to Core

### 0.3 - Updated batch job service to include completion listener and convenience method to clear jobs after processing

### 0.2 -> 0.2.1 - No changes to Core

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
10 changes: 1 addition & 9 deletions PlayKit2GoReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,4 @@ Media can be 'removed' at any point in it's download lifecycle, and should be re
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0.1 - Release

### Beta releases

### 0.4 - PlayKit2Go Module added to SDK

### 0.1 -> 0.3 - No Purchases Module
All notable changes to this project will be documented [here](Changelog.md)
70 changes: 1 addition & 69 deletions PlayKitReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,72 +647,4 @@ Hovewer, PlayKit will take care to select the default caption track once the vid

# Change Log

All notable changes to this project will be documented in this section.

### 1.2.0
- Default subtitle track auto-selected
- Get Label caption on subtitle selector

### 1.1.8
- Subtitles UI selector

### 1.1.7
- Subtitle feature (no UI integration)
- Added user location to AMG Analytics Plugin
- Updated PlayKit libraries

### 1.1.6
- Bitrate listener added
- Fixed and improved AMG Analytics

### 1.1.5
- IAP enhanced raw receipt

### 1.1.4
- PlayKit fixed Attempt to invoke 'getCurrentPosition()' on null instance of the player engine

### 1.1.3
- AMG SDK: Update PlayKit to the version v4.23.0
- Exposed PlayKit property

### 1.1.2
- Fixed chromecasting crash when offline
- Fixed bitrate selector crash when empty list

### 1.1.1
- Added startPosition to loadMedia
- Fixed bitrate selector icon when live

### 1.1.0
- Improved bitrate selector UI
- Playkit updates
- Modified analytics default url to https

### 1.0.3
- Force casting URL to return a redirected URL if required (HLS only)
- Change call to require completion

### 1.0.2
- Tidied standard control duration field

### 1.0.1
- Play harvested content as VODs
- Minor design change to standard UI
- Added bitrate selector

### 1.0 - Release

### Beta releases

### 0.4 - Minor changes for PlayKit2Go integration

### 0.3
- Added Youbora analytics and the ability to choose analytics services
- Added ability to change scrub bar colours
- Automatically detect live streams
- Tidied Custom Control builder
- Small bug fixes

### 0.2 PlayKit bug fixes

### 0.1 Initial build
All notable changes to this project will be documented [here](Changelog.md)
15 changes: 1 addition & 14 deletions PurchasesReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,4 @@ If you are using custom token to validate the purchase, we recommend using the s
Change Log:
===========

All notable changes to this project will be documented in this section.
### 1.1.9 - Updated validatePurchase API to return custom callback when token missing

### 1.1.8 - Added support to pass custom JWT Token to validate purchase

### 1.1.4 - IAP enhanced raw receipt

### 1.0.1 - Release

### Beta releases

### 0.4 - Purchases Module added to SDK

### 0.1 -> 0.3 - No Purchases Module
All notable changes to this project will be documented [here](Changelog.md)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Sync your Gradle files, and the AMG SDK should import and be available for use.

## Change Log

All notable changes to this project will be documented [here](Changelod.md)
All notable changes to this project will be documented [here](Changelog.md)
10 changes: 1 addition & 9 deletions StreamPlayReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,4 @@ EVENT_TYPE
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0.1 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to StreamPlay

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ plugins {
id 'maven-publish'
}
// Versions of the library modules are matched (eg 1.0 core goes with 1.0 cloudmatrix) to prevent dependency issues
ext.SDK_VERSION_CODE = 22
ext.SDK_VERSION_NAME = "1.2.2"
ext.SDK_VERSION_CODE = 23
ext.SDK_VERSION_NAME = "1.2.3"

publishing {
publications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ data class FixturesModel(
* Any external IDs that tie with this fixture
*/
data class ExternalIDModel(
var optaFixtureId: Int?,
var paFixtureId: Int?,
var sportsradarFixtureId: Int?
var optaFixtureId: String?,
var paFixtureId: String?,
var sportsradarFixtureId: String?
)

/**
Expand Down

0 comments on commit ca37a38

Please sign in to comment.