Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
5a28ff7a
Commit
5a28ff7a
authored
Jun 20, 2024
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new pro
parent
70cd6f04
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
50 additions
and
50 deletions
+50
-50
build.gradle
video/app/build.gradle
+1
-1
proguard-rules.pro
video/app/proguard-rules.pro
+5
-5
AndroidManifest.xml
video/app/src/main/AndroidManifest.xml
+2
-2
activity_aboutus.xml
video/app/src/main/res/layout/activity_aboutus.xml
+2
-2
activity_guide.xml
video/app/src/main/res/layout/activity_guide.xml
+1
-1
activity_manage_order.xml
video/app/src/main/res/layout/activity_manage_order.xml
+3
-3
activity_mobile_login.xml
video/app/src/main/res/layout/activity_mobile_login.xml
+2
-2
activity_new_tx_video.xml
video/app/src/main/res/layout/activity_new_tx_video.xml
+1
-1
activity_nine.xml
video/app/src/main/res/layout/activity_nine.xml
+1
-1
activity_recommend.xml
video/app/src/main/res/layout/activity_recommend.xml
+1
-1
activity_settings.xml
video/app/src/main/res/layout/activity_settings.xml
+2
-2
activity_splash.xml
video/app/src/main/res/layout/activity_splash.xml
+1
-1
activity_tx_video.xml
video/app/src/main/res/layout/activity_tx_video.xml
+1
-1
drama_activity_api_detail.xml
video/app/src/main/res/layout/drama_activity_api_detail.xml
+1
-1
fragment_main_my.xml
video/app/src/main/res/layout/fragment_main_my.xml
+3
-3
fragment_tx_video.xml
video/app/src/main/res/layout/fragment_tx_video.xml
+1
-1
item_block_view.xml
video/app/src/main/res/layout/item_block_view.xml
+2
-2
item_express_ad.xml
video/app/src/main/res/layout/item_express_ad.xml
+1
-1
item_tx_video.xml
video/app/src/main/res/layout/item_tx_video.xml
+1
-1
player_item_short_video_play.xml
.../app/src/main/res/layout/player_item_short_video_play.xml
+1
-1
view_lucky_mokey_panel.xml
video/app/src/main/res/layout/view_lucky_mokey_panel.xml
+8
-8
view_lucky_mokey_panel2.xml
video/app/src/main/res/layout/view_lucky_mokey_panel2.xml
+8
-8
MiitHelper.java
video/oaid/src/main/java/com/mints/oaid/MiitHelper.java
+1
-1
No files found.
video/app/build.gradle
View file @
5a28ff7a
...
...
@@ -7,7 +7,7 @@ android {
compileSdkVersion
rootProject
.
ext
.
androidCompileSdkVersion
buildToolsVersion
rootProject
.
ext
.
androidBuildToolsVersion
defaultConfig
{
applicationId
"com.duben.
miniplaylet
u"
applicationId
"com.duben.
supertheater
u"
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
701
...
...
video/app/proguard-rules.pro
View file @
5a28ff7a
...
...
@@ -124,16 +124,16 @@
#忽略警告
-dontwarn com.duben.
miniplaylet
u.mvp.model.
*
*
-dontwarn com.duben.
supertheater
u.mvp.model.
*
*
#保留实体类
-keep class com.duben.
miniplaylet
u.mvp.model.
*
* {
-keep class com.duben.
supertheater
u.mvp.model.
*
* {
*;
}
#忽略警告
-dontwarn com.duben.
miniplaylet
u.ui.widgets.
*
*
-dontwarn com.duben.
supertheater
u.ui.widgets.
*
*
#保留实体类
-keep class com.duben.
miniplaylet
u.ui.widgets.
*
* {
-keep class com.duben.
supertheater
u.ui.widgets.
*
* {
*;
}
...
...
@@ -323,7 +323,7 @@
public static
*
*[] values();
public static
*
* valueOf(java.lang.String);
}
-keep public class com.duben.
miniplaylet
u.R$*{
-keep public class com.duben.
supertheater
u.R$*{
public static final int *;
}
...
...
video/app/src/main/AndroidManifest.xml
View file @
5a28ff7a
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.duben.
miniplaylet
u"
>
package=
"com.duben.
supertheater
u"
>
<!-- 健康运动 -->
<uses-permission
...
...
@@ -206,7 +206,7 @@
<!-- 自有下载 -->
<provider
android:name=
"androidx.core.content.FileProvider"
android:authorities=
"com.duben.
miniplaylet
u.fileprovider"
android:authorities=
"com.duben.
supertheater
u.fileprovider"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
<meta-data
...
...
video/app/src/main/res/layout/activity_aboutus.xml
View file @
5a28ff7a
...
...
@@ -8,7 +8,7 @@
<include
layout=
"@layout/header_layout"
/>
<com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView
<com.duben.
supertheater
u.ui.widgets.ElasticScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:fillViewport=
"true"
...
...
@@ -122,6 +122,6 @@
</LinearLayout>
</RelativeLayout>
</LinearLayout>
</com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView>
</com.duben.
supertheater
u.ui.widgets.ElasticScrollView>
</LinearLayout>
video/app/src/main/res/layout/activity_guide.xml
View file @
5a28ff7a
...
...
@@ -9,7 +9,7 @@
android:orientation=
"vertical"
>
<!-- Viewpager -->
<com.duben.
miniplaylet
u.ui.adapter.NoScrollViewPager
<com.duben.
supertheater
u.ui.adapter.NoScrollViewPager
android:id=
"@+id/vp_guide_viewpager"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
...
...
video/app/src/main/res/layout/activity_manage_order.xml
View file @
5a28ff7a
...
...
@@ -8,7 +8,7 @@
<include
layout=
"@layout/header_layout"
/>
<com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView
<com.duben.
supertheater
u.ui.widgets.ElasticScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
...
...
@@ -23,7 +23,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<com.duben.
miniplaylet
u.ui.widgets.CircleImageView
<com.duben.
supertheater
u.ui.widgets.CircleImageView
android:id=
"@+id/civ_my"
android:layout_width=
"60dp"
android:layout_height=
"60dp"
...
...
@@ -176,7 +176,7 @@
android:src=
"@mipmap/bg_my_hint2"
/>
</LinearLayout>
</com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView>
</com.duben.
supertheater
u.ui.widgets.ElasticScrollView>
</LinearLayout>
\ No newline at end of file
video/app/src/main/res/layout/activity_mobile_login.xml
View file @
5a28ff7a
...
...
@@ -61,7 +61,7 @@
android:layout_marginStart=
"10dp"
android:background=
"@mipmap/ic_mobile"
/>
<com.duben.
miniplaylet
u.ui.widgets.ClearEditText
<com.duben.
supertheater
u.ui.widgets.ClearEditText
android:id=
"@+id/etLoginMobile"
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
...
...
@@ -107,7 +107,7 @@
android:layout_marginLeft=
"20dp"
android:layout_marginRight=
"30dp"
>
<com.duben.
miniplaylet
u.ui.widgets.ClearEditText
<com.duben.
supertheater
u.ui.widgets.ClearEditText
android:id=
"@+id/etLoginCode"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
...
...
video/app/src/main/res/layout/activity_new_tx_video.xml
View file @
5a28ff7a
...
...
@@ -5,7 +5,7 @@
android:background=
"@color/black"
android:orientation=
"vertical"
>
<com.duben.
miniplaylet
u.video.tx.newrecommend.NewSuperShortVideoView
<com.duben.
supertheater
u.video.tx.newrecommend.NewSuperShortVideoView
android:id=
"@+id/new_super_short_video_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/activity_nine.xml
View file @
5a28ff7a
...
...
@@ -42,7 +42,7 @@
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"14dp"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView2
android:id=
"@+id/lucky_panel2"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/activity_recommend.xml
View file @
5a28ff7a
...
...
@@ -31,7 +31,7 @@
app:cardBackgroundColor=
"@android:color/transparent"
app:cardCornerRadius=
"@dimen/dp_10"
>
<com.duben.
miniplaylet
u.video.tx.TXVideoBaseView
<com.duben.
supertheater
u.video.tx.TXVideoBaseView
android:id=
"@+id/baseItemView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/activity_settings.xml
View file @
5a28ff7a
...
...
@@ -6,7 +6,7 @@
<include
layout=
"@layout/header_layout"
/>
<com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView
<com.duben.
supertheater
u.ui.widgets.ElasticScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:overScrollMode=
"never"
>
...
...
@@ -64,6 +64,6 @@
</LinearLayout>
</com.duben.
miniplaylet
u.ui.widgets.ElasticScrollView>
</com.duben.
supertheater
u.ui.widgets.ElasticScrollView>
</LinearLayout>
\ No newline at end of file
video/app/src/main/res/layout/activity_splash.xml
View file @
5a28ff7a
...
...
@@ -21,7 +21,7 @@
android:textColor=
"@color/black"
android:textSize=
"16sp"
/>
<com.duben.
miniplaylet
u.ui.widgets.CycleProgress
<com.duben.
supertheater
u.ui.widgets.CycleProgress
android:id=
"@+id/progressBar"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
video/app/src/main/res/layout/activity_tx_video.xml
View file @
5a28ff7a
...
...
@@ -6,7 +6,7 @@
android:background=
"@color/black"
android:orientation=
"vertical"
>
<com.duben.
miniplaylet
u.video.tx.SuperShortVideoView
<com.duben.
supertheater
u.video.tx.SuperShortVideoView
android:id=
"@+id/super_short_video_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/drama_activity_api_detail.xml
View file @
5a28ff7a
...
...
@@ -182,7 +182,7 @@
android:gravity=
"center"
android:orientation=
"vertical"
>
<com.duben.
miniplaylet
u.ui.widgets.RoundRectLayout
<com.duben.
supertheater
u.ui.widgets.RoundRectLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
video/app/src/main/res/layout/fragment_main_my.xml
View file @
5a28ff7a
...
...
@@ -27,7 +27,7 @@
android:layout_marginTop=
"56dp"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.CircleImageView
<com.duben.
supertheater
u.ui.widgets.CircleImageView
android:id=
"@+id/civ_my"
android:layout_width=
"70dp"
android:layout_height=
"70dp"
...
...
@@ -136,7 +136,7 @@
android:layout_marginTop=
"10dp"
android:visibility=
"gone"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView
android:id=
"@+id/lucky_panel"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
@@ -327,7 +327,7 @@
</FrameLayout>
<com.duben.
miniplaylet
u.ui.widgets.RoundRectLayout
<com.duben.
supertheater
u.ui.widgets.RoundRectLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
video/app/src/main/res/layout/fragment_tx_video.xml
View file @
5a28ff7a
...
...
@@ -4,7 +4,7 @@
android:layout_height=
"match_parent"
android:background=
"@color/black"
>
<com.duben.
miniplaylet
u.video.tx.RecommendVideoView
<com.duben.
supertheater
u.video.tx.RecommendVideoView
android:id=
"@+id/recommend_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/item_block_view.xml
View file @
5a28ff7a
...
...
@@ -11,7 +11,7 @@
android:layout_height=
"match_parent"
android:scaleType=
"center"
/>
<com.duben.
miniplaylet
u.ui.widgets.RoundRectLayout
<com.duben.
supertheater
u.ui.widgets.RoundRectLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#99000000"
>
...
...
@@ -75,6 +75,6 @@
</LinearLayout>
</com.duben.
miniplaylet
u.ui.widgets.RoundRectLayout>
</com.duben.
supertheater
u.ui.widgets.RoundRectLayout>
</FrameLayout>
video/app/src/main/res/layout/item_express_ad.xml
View file @
5a28ff7a
...
...
@@ -3,7 +3,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<com.duben.
miniplaylet
u.ui.widgets.RoundRectLayout
<com.duben.
supertheater
u.ui.widgets.RoundRectLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
...
...
video/app/src/main/res/layout/item_tx_video.xml
View file @
5a28ff7a
...
...
@@ -6,7 +6,7 @@
android:layout_height=
"match_parent"
android:background=
"#77090909"
>
<com.duben.
miniplaylet
u.video.tx.TXVideoBaseView
<com.duben.
supertheater
u.video.tx.TXVideoBaseView
android:id=
"@+id/baseItemView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/player_item_short_video_play.xml
View file @
5a28ff7a
...
...
@@ -5,7 +5,7 @@
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<com.duben.
miniplaylet
u.video.tx.TXVideoBaseView
<com.duben.
supertheater
u.video.tx.TXVideoBaseView
android:id=
"@+id/baseItemView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
video/app/src/main/res/layout/view_lucky_mokey_panel.xml
View file @
5a28ff7a
...
...
@@ -32,7 +32,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item1"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -43,7 +43,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item2"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -54,7 +54,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item3"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -71,7 +71,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item4"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -93,7 +93,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item6"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -110,7 +110,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item7"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -121,7 +121,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item8"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
@@ -132,7 +132,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView
android:id=
"@+id/item9"
android:layout_width=
"76dp"
android:layout_height=
"76dp"
...
...
video/app/src/main/res/layout/view_lucky_mokey_panel2.xml
View file @
5a28ff7a
...
...
@@ -32,7 +32,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item1"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -43,7 +43,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item2"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -54,7 +54,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item3"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -71,7 +71,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item4"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -93,7 +93,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item6"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -110,7 +110,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item7"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -121,7 +121,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item8"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
@@ -132,7 +132,7 @@
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
<com.duben.
miniplaylet
u.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.
supertheater
u.ui.widgets.luckymonkeypanel.PanelItemView2
android:id=
"@+id/item9"
android:layout_width=
"88dp"
android:layout_height=
"88dp"
...
...
video/oaid/src/main/java/com/mints/oaid/MiitHelper.java
View file @
5a28ff7a
...
...
@@ -22,7 +22,7 @@ public class MiitHelper implements IIdentifierListener {
private
boolean
isCertInit
=
false
;
public
boolean
isSDKLogOn
=
true
;
// TODO (1)设置 是否开启sdk日志
public
static
final
String
ASSET_FILE_NAME_CERT
=
"com.duben.
miniplaylet
u.cert.pem"
;
// TODO (2)设置 asset证书文件名
public
static
final
String
ASSET_FILE_NAME_CERT
=
"com.duben.
supertheater
u.cert.pem"
;
// TODO (2)设置 asset证书文件名
public
MiitHelper
(
AppIdsUpdater
appIdsUpdater
)
{
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment