Merge pull request #133 from CatVodTVOfficial/dev

Dev
pull/1/head
S-DL 4 years ago committed by GitHub
commit b7c47f9434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/AndroidManifest.xml
  2. 4
      app/src/main/java/com/github/tvbox/osc/bean/ParseBean.java
  3. BIN
      app/src/main/res/drawable-hdpi/app_icon.png
  4. BIN
      app/src/main/res/drawable-xhdpi/app_icon.png
  5. BIN
      app/src/main/res/drawable-xxhdpi/app_icon.png
  6. BIN
      app/src/main/res/drawable-xxxhdpi/app_icon.png
  7. BIN
      app/src/main/res/drawable/app_banner.png
  8. BIN
      app/src/main/res/drawable/app_icon.png

@ -14,6 +14,7 @@
<application
android:name=".base.App"
android:allowBackup="true"
android:banner="@drawable/app_banner"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:icon="@drawable/app_icon"
@ -31,6 +32,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>

@ -2,6 +2,8 @@ package com.github.tvbox.osc.bean;
import android.util.Base64;
import com.github.tvbox.osc.util.DefaultConfig;
/**
* @author pj567
* @date :2021/3/8
@ -25,7 +27,7 @@ public class ParseBean {
}
public String getUrl() {
return url;
return DefaultConfig.checkReplaceProxy(url);
}
public void setUrl(String url) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Loading…
Cancel
Save