react-native-theoplayer 10.12.0 → 10.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -10
- package/android/build.gradle +1 -1
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/10.12.0/ads-wrapper-10.12.0.aar +0 -0
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/{10.0.0/ads-wrapper-10.0.0.pom → 10.12.0/ads-wrapper-10.12.0.pom} +2 -2
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/maven-metadata-local.xml +4 -4
- package/lib/commonjs/manifest.json +1 -1
- package/lib/module/manifest.json +1 -1
- package/package.json +1 -1
- package/src/manifest.json +1 -1
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/10.0.0/ads-wrapper-10.0.0.aar +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [10.12.1] - 26-03-19
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Fixed an issue on Android where play-out of a Google DAI stream would crash the app.
|
|
13
|
+
|
|
8
14
|
## [10.12.0] - 26-03-12
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -38,9 +44,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
38
44
|
### Added
|
|
39
45
|
|
|
40
46
|
- Added the `DistributionLoaded` event for THEOlive.
|
|
41
|
-
|
|
42
|
-
### Added
|
|
43
|
-
|
|
44
47
|
- Added contentProtection extraction for THEOlive endpoints on iOS.
|
|
45
48
|
|
|
46
49
|
## [10.9.0] - 26-01-29
|
|
@@ -65,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
65
68
|
### Added
|
|
66
69
|
|
|
67
70
|
- Added support on iOS to push the initial state of the player from the iOS bridge to the React native adapter.
|
|
71
|
+
- Added RNRepo support for Android to the example app. More info on the official [documentation](https://rnrepo.org/) page.
|
|
68
72
|
|
|
69
73
|
### Fixed
|
|
70
74
|
|
|
@@ -74,10 +78,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
74
78
|
- Fixed an issue on Android where the player would sometimes have wrong dimensions after transitioning to fullscreen presentation mode.
|
|
75
79
|
- Fixed an issue on Android where the `useEMSG` property was not included when setting a TheoAds source description.
|
|
76
80
|
|
|
77
|
-
### Added
|
|
78
|
-
|
|
79
|
-
- Added RNRepo support for Android to the example app. More info on the official [documentation](https://rnrepo.org/) page.
|
|
80
|
-
|
|
81
81
|
## [10.7.1] - 26-01-06
|
|
82
82
|
|
|
83
83
|
### Added
|
|
@@ -189,9 +189,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
189
189
|
### Changed
|
|
190
190
|
|
|
191
191
|
- Added `THEOplayer.theoLive` and deprecated `THEOplayer.theolive`, to be consistent with the THEOplayer SDKs for other platforms.
|
|
192
|
-
|
|
193
|
-
### Changed
|
|
194
|
-
|
|
195
192
|
- Moved the `hlsDateRange` property from `SourceConfiguration` to its correct location in `TypedSource`.
|
|
196
193
|
|
|
197
194
|
## [10.1.0] - 25-10-06
|
package/android/build.gradle
CHANGED
|
@@ -125,7 +125,7 @@ repositories {
|
|
|
125
125
|
// The minimum supported THEOplayer version is 10.12.0
|
|
126
126
|
def theoVersion = safeExtGet('THEOplayer_sdk', '[10.12.0, 11.0.0)')
|
|
127
127
|
def theoMediaSessionVersion = safeExtGet('THEOplayer_mediasession', '[8.0.0, 11.0.0)')
|
|
128
|
-
def theoAdsWrapperVersion = "10.
|
|
128
|
+
def theoAdsWrapperVersion = "10.12.0"
|
|
129
129
|
def coroutinesVersion = safeExtGet('coroutinesVersion', '1.10.2')
|
|
130
130
|
def appcompatVersion = safeExtGet('appcompatVersion', '1.7.1')
|
|
131
131
|
def corektxVersion = safeExtGet('corektxVersion', '1.16.0')
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
3
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
-
<modelVersion>10.
|
|
4
|
+
<modelVersion>10.12.0</modelVersion>
|
|
5
5
|
<groupId>com.theoplayer.theoplayer-sdk-android</groupId>
|
|
6
6
|
<artifactId>ads-wrapper</artifactId>
|
|
7
|
-
<version>10.
|
|
7
|
+
<version>10.12.0</version>
|
|
8
8
|
<packaging>aar</packaging>
|
|
9
9
|
<dependencies>
|
|
10
10
|
<!-- Include transitive dependencies -->
|
package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/maven-metadata-local.xml
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<groupId>com.theoplayer.theoplayer-sdk-android</groupId>
|
|
4
4
|
<artifactId>ads-wrapper</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<latest>10.
|
|
7
|
-
<release>10.
|
|
6
|
+
<latest>10.12.0</latest>
|
|
7
|
+
<release>10.12.0</release>
|
|
8
8
|
<versions>
|
|
9
|
-
<version>10.
|
|
9
|
+
<version>10.12.0</version>
|
|
10
10
|
</versions>
|
|
11
|
-
<lastUpdated>
|
|
11
|
+
<lastUpdated>20260318164412</lastUpdated>
|
|
12
12
|
</versioning>
|
|
13
13
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"10.12.
|
|
1
|
+
{"version":"10.12.1","buildDate":"2026-03-19T10:58:07.375Z"}
|
package/lib/module/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"10.12.
|
|
1
|
+
{"version":"10.12.1","buildDate":"2026-03-19T10:58:07.375Z"}
|
package/package.json
CHANGED
package/src/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"10.12.
|
|
1
|
+
{"version":"10.12.1","buildDate":"2026-03-19T10:58:07.375Z"}
|