Skip to content

Commit

Permalink
Merge pull request CatVodTVOfficial#133 from CatVodTVOfficial/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
S-DL authored Jul 4, 2022
2 parents 31486fc + d0430df commit b7c47f9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>

Expand Down
4 changes: 3 additions & 1 deletion app/src/main/java/com/github/tvbox/osc/bean/ParseBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import android.util.Base64;

import com.github.tvbox.osc.util.DefaultConfig;

/**
* @author pj567
* @date :2021/3/8
Expand All @@ -25,7 +27,7 @@ public void setName(String name) {
}

public String getUrl() {
return url;
return DefaultConfig.checkReplaceProxy(url);
}

public void setUrl(String url) {
Expand Down
Binary file added app/src/main/res/drawable-hdpi/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xhdpi/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xxhdpi/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xxxhdpi/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/app_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/app_icon.png
Binary file not shown.

0 comments on commit b7c47f9

Please sign in to comment.