Skip to content

Commit 0fe7f0c

Browse files
Merge pull request #66 from THEOplayer/optiview-docs
Update links to optiview.dolby.com/docs
2 parents 1658f75 + dc68684 commit 0fe7f0c

5 files changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A component library for building a world-class video player experience powered b
1313

1414
## Motivation
1515

16-
THEOplayer Android SDK version 4.x comes with a built-in UI based on [video.js](https://github.com/videojs/video.js) running within a `WebView` inside of a [`THEOplayerView`](https://docs.theoplayer.com/api-reference/android/com/theoplayer/android/api/THEOplayerView.html). This new UI aims to solve some limitations from the old approach:
16+
THEOplayer Android SDK version 4.x comes with a built-in UI based on [video.js](https://github.com/videojs/video.js) running within a `WebView` inside of a [`THEOplayerView`](https://optiview.dolby.com/docs/theoplayer/v9/api-reference/android/com/theoplayer/android/api/THEOplayerView.html). This new UI aims to solve some limitations from the old approach:
1717

1818
- Built for Android. With the old UI, you would effectively use web technologies to customize your player, which feels disconnected from the rest of your Android app. With the new UI, you get a truly native UI that can take full advantage of the Android platform.
1919
- Designed with customization in mind. With the old UI, customizing anything beyond changing some text and icon colors was difficult, and could break in unpredictable ways when updating to a new THEOplayer version. With the new UI, all components can be customized in a variety of ways with a well-documented API.

site/guides/custom-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
2-
layout: redirect
3-
redirect_to: https://www.theoplayer.com/docs/open-video-ui/android/guides/custom-ui/
1+
---
2+
layout: redirect
3+
redirect_to: https://optiview.dolby.com/docs/open-video-ui/android/guides/custom-ui/
44
---

site/guides/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
2-
layout: redirect
3-
redirect_to: https://www.theoplayer.com/docs/open-video-ui/android/guides/
1+
---
2+
layout: redirect
3+
redirect_to: https://optiview.dolby.com/docs/open-video-ui/android/guides/
44
---

site/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
2-
layout: redirect
3-
redirect_to: https://www.theoplayer.com/docs/open-video-ui/android/
1+
---
2+
layout: redirect
3+
redirect_to: https://optiview.dolby.com/docs/open-video-ui/android/
44
---

ui/build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,15 @@ dokka {
103103

104104
externalDocumentationLinks {
105105
register("com.theoplayer.android.api") {
106-
url("https://www.theoplayer.com/docs/theoplayer/v8/api-reference/android/")
107-
// Default package-list URL doesn't work on theoplayer.com... Use GitHub for now.
108-
packageListUrl("https://raw.githubusercontent.com/THEOplayer/documentation/refs/heads/main/theoplayer/static/theoplayer/v8/api-reference/android/package-list")
106+
url("https://optiview.dolby.com/docs/theoplayer/v9/api-reference/android/")
107+
packageListUrl("https://optiview.dolby.com/docs/theoplayer/v9/api-reference/android/package-list")
109108
}
110109
}
111110
}
112111

113112
pluginsConfiguration.html {
114113
customAssets.from("assets/logo-icon.svg")
115-
footerMessage = "$copyright ${Year.now().value} THEO Technologies"
114+
footerMessage = "$copyright ${Year.now().value} Dolby Laboratories, Inc. All rights reserved."
116115
}
117116

118117
dokkaPublications.html {

0 commit comments

Comments
 (0)