Commit 5a28ff7a authored by mengcuiguang2's avatar mengcuiguang2

new pro

parent 70cd6f04
......@@ -7,7 +7,7 @@ android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
buildToolsVersion rootProject.ext.androidBuildToolsVersion
defaultConfig {
applicationId "com.duben.miniplayletu"
applicationId "com.duben.supertheateru"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 701
......
......@@ -124,16 +124,16 @@
#忽略警告
-dontwarn com.duben.miniplayletu.mvp.model.**
-dontwarn com.duben.supertheateru.mvp.model.**
#保留实体类
-keep class com.duben.miniplayletu.mvp.model.** {
-keep class com.duben.supertheateru.mvp.model.** {
*;
}
#忽略警告
-dontwarn com.duben.miniplayletu.ui.widgets.**
-dontwarn com.duben.supertheateru.ui.widgets.**
#保留实体类
-keep class com.duben.miniplayletu.ui.widgets.** {
-keep class com.duben.supertheateru.ui.widgets.** {
*;
}
......@@ -323,7 +323,7 @@
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keep public class com.duben.miniplayletu.R$*{
-keep public class com.duben.supertheateru.R$*{
public static final int *;
}
......
<?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.miniplayletu">
package="com.duben.supertheateru">
<!-- 健康运动 -->
<uses-permission
......@@ -206,7 +206,7 @@
<!-- 自有下载 -->
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.duben.miniplayletu.fileprovider"
android:authorities="com.duben.supertheateru.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
......
......@@ -8,7 +8,7 @@
<include layout="@layout/header_layout" />
<com.duben.miniplayletu.ui.widgets.ElasticScrollView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.ElasticScrollView>
</com.duben.supertheateru.ui.widgets.ElasticScrollView>
</LinearLayout>
......@@ -9,7 +9,7 @@
android:orientation="vertical">
<!-- Viewpager -->
<com.duben.miniplayletu.ui.adapter.NoScrollViewPager
<com.duben.supertheateru.ui.adapter.NoScrollViewPager
android:id="@+id/vp_guide_viewpager"
android:layout_width="match_parent"
android:layout_height="0dp"
......
......@@ -8,7 +8,7 @@
<include layout="@layout/header_layout" />
<com.duben.miniplayletu.ui.widgets.ElasticScrollView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.CircleImageView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.ElasticScrollView>
</com.duben.supertheateru.ui.widgets.ElasticScrollView>
</LinearLayout>
\ No newline at end of file
......@@ -61,7 +61,7 @@
android:layout_marginStart="10dp"
android:background="@mipmap/ic_mobile" />
<com.duben.miniplayletu.ui.widgets.ClearEditText
<com.duben.supertheateru.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.miniplayletu.ui.widgets.ClearEditText
<com.duben.supertheateru.ui.widgets.ClearEditText
android:id="@+id/etLoginCode"
android:layout_width="match_parent"
android:layout_height="match_parent"
......
......@@ -5,7 +5,7 @@
android:background="@color/black"
android:orientation="vertical">
<com.duben.miniplayletu.video.tx.newrecommend.NewSuperShortVideoView
<com.duben.supertheateru.video.tx.newrecommend.NewSuperShortVideoView
android:id="@+id/new_super_short_video_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -42,7 +42,7 @@
android:layout_gravity="center_horizontal"
android:layout_marginTop="14dp">
<com.duben.miniplayletu.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView2
<com.duben.supertheateru.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView2
android:id="@+id/lucky_panel2"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -31,7 +31,7 @@
app:cardBackgroundColor="@android:color/transparent"
app:cardCornerRadius="@dimen/dp_10">
<com.duben.miniplayletu.video.tx.TXVideoBaseView
<com.duben.supertheateru.video.tx.TXVideoBaseView
android:id="@+id/baseItemView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -6,7 +6,7 @@
<include layout="@layout/header_layout" />
<com.duben.miniplayletu.ui.widgets.ElasticScrollView
<com.duben.supertheateru.ui.widgets.ElasticScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never">
......@@ -64,6 +64,6 @@
</LinearLayout>
</com.duben.miniplayletu.ui.widgets.ElasticScrollView>
</com.duben.supertheateru.ui.widgets.ElasticScrollView>
</LinearLayout>
\ No newline at end of file
......@@ -21,7 +21,7 @@
android:textColor="@color/black"
android:textSize="16sp" />
<com.duben.miniplayletu.ui.widgets.CycleProgress
<com.duben.supertheateru.ui.widgets.CycleProgress
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
......@@ -6,7 +6,7 @@
android:background="@color/black"
android:orientation="vertical">
<com.duben.miniplayletu.video.tx.SuperShortVideoView
<com.duben.supertheateru.video.tx.SuperShortVideoView
android:id="@+id/super_short_video_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -182,7 +182,7 @@
android:gravity="center"
android:orientation="vertical">
<com.duben.miniplayletu.ui.widgets.RoundRectLayout
<com.duben.supertheateru.ui.widgets.RoundRectLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
......@@ -27,7 +27,7 @@
android:layout_marginTop="56dp"
android:orientation="horizontal">
<com.duben.miniplayletu.ui.widgets.CircleImageView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.LuckyMonkeyPanelView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.RoundRectLayout
<com.duben.supertheateru.ui.widgets.RoundRectLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
......@@ -4,7 +4,7 @@
android:layout_height="match_parent"
android:background="@color/black">
<com.duben.miniplayletu.video.tx.RecommendVideoView
<com.duben.supertheateru.video.tx.RecommendVideoView
android:id="@+id/recommend_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -11,7 +11,7 @@
android:layout_height="match_parent"
android:scaleType="center" />
<com.duben.miniplayletu.ui.widgets.RoundRectLayout
<com.duben.supertheateru.ui.widgets.RoundRectLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#99000000">
......@@ -75,6 +75,6 @@
</LinearLayout>
</com.duben.miniplayletu.ui.widgets.RoundRectLayout>
</com.duben.supertheateru.ui.widgets.RoundRectLayout>
</FrameLayout>
......@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.duben.miniplayletu.ui.widgets.RoundRectLayout
<com.duben.supertheateru.ui.widgets.RoundRectLayout
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
......
......@@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:background="#77090909">
<com.duben.miniplayletu.video.tx.TXVideoBaseView
<com.duben.supertheateru.video.tx.TXVideoBaseView
android:id="@+id/baseItemView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<com.duben.miniplayletu.video.tx.TXVideoBaseView
<com.duben.supertheateru.video.tx.TXVideoBaseView
android:id="@+id/baseItemView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<com.duben.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView
<com.duben.supertheateru.ui.widgets.luckymonkeypanel.PanelItemView
android:id="@+id/item9"
android:layout_width="76dp"
android:layout_height="76dp"
......
......@@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<com.duben.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.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.miniplayletu.ui.widgets.luckymonkeypanel.PanelItemView2
<com.duben.supertheateru.ui.widgets.luckymonkeypanel.PanelItemView2
android:id="@+id/item9"
android:layout_width="88dp"
android:layout_height="88dp"
......
......@@ -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.miniplayletu.cert.pem"; // TODO (2)设置 asset证书文件名
public static final String ASSET_FILE_NAME_CERT = "com.duben.supertheateru.cert.pem"; // TODO (2)设置 asset证书文件名
public MiitHelper(AppIdsUpdater appIdsUpdater) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment