You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has the following dependencies, some of which require manual setup. If you would like to use a version of the SDK which has no manual setup, consider using the [lite version](https://github.com/ConnectSDK/Connect-SDK-Android-Lite) of the SDK.
20
20
21
21
This project has the following dependencies.
@@ -27,7 +27,7 @@ This project has the following dependencies.
This metadata tag is necessary to enable Chromecast support.
87
87
88
88
```xml
@@ -96,14 +96,14 @@ This metadata tag is necessary to enable Chromecast support.
96
96
</application>
97
97
```
98
98
99
-
###Proguard configuration
99
+
###Proguard configuration
100
100
Add the following line to your proguard configuration file (otherwise `DiscoveryManager` won't be able to set any `DiscoveryProvider`).
101
101
102
102
```
103
103
-keep class com.connectsdk.** { * ; }
104
104
```
105
105
106
-
###Tests
106
+
###Tests
107
107
Connect SDK has unit tests for some parts of the code, and we are continuing to increase the test coverage.
108
108
These tests are based on third party libraries such as Robolectric, Mockito and PowerMock. You can easily run these tests with Gradle:
109
109
```
@@ -115,9 +115,9 @@ gradle jacocoTestReport
115
115
```
116
116
The test coverage report will be in this folder `Connect-SDK-Android/build/reports/jacoco/jacocoTestReport/html`.
117
117
118
-
##Limitations/Caveats
118
+
##Limitations/Caveats
119
119
120
-
###Subtitles
120
+
###Subtitles
121
121
122
122
- DLNA service support `SRT` format only. Since there is no official specification for them, subtitles may not work on all DLNA-compatible devices. This feature has been tested and works on LG WebOS and Netcast TVs.
123
123
- FireTV service supports `WebVTT` format only. Subtitles on Fire TV are hidden by default. To display them, the user should manually pick one in the media player (click the "Options" button on the remote). The Fling SDK doesn't provide any way to make them appear remotely.
@@ -127,14 +127,14 @@ The test coverage report will be in this folder `Connect-SDK-Android/build/repor
* Ask a question on Stack Overflow with the [Connect-SDK tag](https://stackoverflow.com/tags/connect-sdk) (or [TV tag](https://stackoverflow.com/tags/tv))
0 commit comments