Skip to content

Commit

Permalink
Revert "Js (#1)"
Browse files Browse the repository at this point in the history
This reverts commit 86893e4.
  • Loading branch information
q215613905 committed Sep 1, 2023
1 parent 14fab9c commit 2c7ca19
Show file tree
Hide file tree
Showing 30 changed files with 1,336 additions and 1,722 deletions.
10 changes: 6 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation files('libs/thunder.jar')
implementation files('libs/thunder.jar')
implementation files('libs/commons-lang3-3.12.0.jar')

implementation 'com.squareup.okhttp3:okhttp:3.12.11'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
Expand All @@ -87,7 +88,8 @@ dependencies {
implementation 'com.orhanobut:hawk:2.0.1'

implementation project(":player")
implementation 'wang.harlon.quickjs:wrapper-android:0.20.2'
implementation project(":quickjs")

implementation('org.xwalk:xwalk_shared_library:23.53.589.4') {
exclude group: 'com.android.support'
}
Expand All @@ -96,8 +98,8 @@ dependencies {
implementation 'com.owen:tv-recyclerview:3.0.0'

implementation 'com.github.getActivity:XXPermissions:13.6'
implementation 'org.jsoup:jsoup:1.15.4'
implementation 'org.jsoup:jsoup:1.14.1'
implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final'
implementation 'commons-io:commons-io:2.11.0'
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
}
}
7 changes: 2 additions & 5 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,12 @@
# 迅雷下载模块
-keep class com.xunlei.downloadlib.** {*;}
# quickjs引擎
-keep class com.whl.quickjs.** {*;}
#-keep class com.quickjs.android.** {*;}
# jsoup
-keep class org.jsoup.** {*;}
-keep class com.github.tvbox.quickjs.** {*;}
# 支持影视的ali相关的jar
-keep class com.google.gson.**{*;}
# Zxing
-keep class com.google.zxing.**{*;}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
}
5 changes: 1 addition & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.tvbox.osc"
xmlns:tools="http://schemas.android.com/tools">

<uses-sdk tools:overrideLibrary="com.whl.quickjs.android"/>
package="com.github.tvbox.osc">

<uses-feature
android:name="android.software.leanback"
Expand Down
68 changes: 0 additions & 68 deletions app/src/main/assets/js/lib/gbk.js

This file was deleted.

301 changes: 0 additions & 301 deletions app/src/main/assets/js/lib/模板.js

This file was deleted.

Loading

0 comments on commit 2c7ca19

Please sign in to comment.