作者 潘达康

压缩原7277 7277_report SDK备份,全部启用新SDK。 新SDK由JingYouSDK改为ZhenWanSDK

正在显示 100 个修改的文件 包含 65 行增加133 行删除

要显示太多修改。

为保证性能只显示 100 of 100+ 个文件。

不能预览此文件类型
... ... @@ -3,73 +3,58 @@
<permissionConfig>
<!-- sevencattle sdk 权限配置 Start -->
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<!-- sevencattle sdk 权限配置 End -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
<uses-permission android:name="freemme.permission.msa" />
</permissionConfig>
<applicationConfig>
<!-- sevencattle sdk Application配置 Start -->
<activity
android:name="com.sevencattle.game.sdk.views.QnAgreePermissActivity"
android:name="com.zhenwan.sdk.activity.ContainerActivity"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="com.sevencattle.game.sdk.views.ContainerActivity"
android:name="com.zhenwan.sdk.activity.PermissionStatementActivity"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="com.sevencattle.game.sdk.views.EdittextActivity"
android:name="com.zhenwan.sdk.activity.EdittextActivity"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<activity
android:name="com.cmic.sso.sdk.view.LoginAuthActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
</activity>
<meta-data
android:name="debugLog"
android:value="true" />
<meta-data
android:name="android.max_aspect"
android:value="2.4" />
<activity android:name="com.bytedance.applog.util.SimulateLaunchActivity" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- 表示该页面可以被隐式调用,必须加上该项 -->
<category android:name="android.intent.category.DEFAULT" />
<!-- 协议部分 -->
<data
android:host="rangersapplog"
android:path="/picker"
android:scheme="rangersapplog.byax6uyt" />
</intent-filter>
</activity>
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<service android:name="com.zhenwan.sdk.service.LogService" />
<service
android:name="com.volcengine.onekit.component.ComponentDiscoveryService"
android:exported="false">
<meta-data
android:name="com.bytedance.applog.onekit.AnalyticsComponentRegistrar"
android:value="com.volcengine.onekit.component.ComponentRegistrar" />
<meta-data
android:name="com.bytedance.applog.onekit.DeviceComponentRegistrar"
android:value="com.volcengine.onekit.component.ComponentRegistrar" />
</service>
<activity android:name="com.bytedance.applog.migrate.MigrateDetectorActivity" />
<receiver
android:name="com.bytedance.applog.collector.Collector"
android:enabled="true"
android:exported="false" />
<meta-data
android:name="com.huawei.hms.client.service.name:ads-identifier"
android:value="ads-identifier:3.4.39.302" />
<!-- sevencattle sdk Application配置 End -->
<meta-data
android:name="android.max_aspect"
android:value="2.4" />
</applicationConfig>
</manifest>
\ No newline at end of file
... ...
不能预览此文件类型
... ... @@ -2,23 +2,30 @@
<config>
<params>
<param name="QNGameId" required="1" showName="QNGameId" desc="seven cattle sdk game id" bWriteInManifest="1" bWriteInClient="0" />
<param name="QNAppKey" required="1" showName="QNAppKey" desc="seven cattle sdk client key" bWriteInManifest="1" bWriteInClient="0" />
<param name="QNGameId" required="1" showName="QNGameId" desc="jing you sdk game id" bWriteInManifest="1" bWriteInClient="0" />
<param name="QNAppKey" required="1" showName="QNAppKey" desc="jing you sdk client key" bWriteInManifest="1" bWriteInClient="0" />
<param name="payJump" value="0" required="0" showName="payJump" desc="pay url need plugin" bWriteInManifest="1" bWriteInClient="0" />
<param name="permissStatement" value="false" required="0" showName="permissStatement" desc="seven cattle sdk permission statement" bWriteInManifest="1" bWriteInClient="0" />
<param name="ttReport" value="false" required="0" showName="ttReport" desc="toutiao ttReport" bWriteInManifest="1" bWriteInClient="0" />
<param name="ttAppid" value="123456" required="0" showName="ttAppid" desc="toutiao ttReport is open" bWriteInManifest="1" bWriteInClient="0" />
<param name="ksReport" value="false" required="0" showName="ksReport" desc="kuai shou report is open" bWriteInManifest="1" bWriteInClient="0" />
<param name="ksAppid" value="123456" required="0" showName="ksAppid" desc="kuai shou app id" bWriteInManifest="1" bWriteInClient="0" />
<param name="ksAppName" value="123456" required="0" showName="ksAppName" desc="kuai shou app name" bWriteInManifest="1" bWriteInClient="0" />
<param name="debugLog" value="" required="0" showName="title" desc="agreement name title" bWriteInManifest="1" bWriteInClient="0" />
<param name="permissStatement" value="false" required="0" showName="permissStatement" desc="jing you sdk permission statement" bWriteInManifest="1" bWriteInClient="0" />
<param name="base_url" value="https://api.7277.cn/" required="0" showName="base_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" />
<param name="html_url" value="https://cdn.7277.cn/sdkv2/sdk.html" required="0" showName="html_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" />
<param name="agreement_url" value="https://cdn.7277.cn/qnsdkyhxy2.html" required="0" showName="agreement_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" />
<param name="polices_url" value="https://cdn.7277.cn/qnsdkysxy2.html" required="0" showName="polices_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" />
<param name="ttAppid" value="" required="0" showName="ttAppid" desc="toutiao report appId" bWriteInManifest="1" bWriteInClient="0" />
<param name="ksAppid" value="" required="0" showName="ksAppid" desc="kuai shou report appId" bWriteInManifest="1" bWriteInClient="0" />
<param name="ksAppName" value="" required="0" showName="ksAppName" desc="kuai shou report appName" bWriteInManifest="1" bWriteInClient="0" />
<param name="ryAppKey" value="" required="0" showName="ryAppKey" desc="re yun AppKey" bWriteInManifest="1" bWriteInClient="0" />
<param name="base_url" value="" required="0" showName="base_url" desc="base api url" bWriteInManifest="1" bWriteInClient="0" />
<param name="html_url" value="" required="0" showName="html_url" desc="base html url" bWriteInManifest="1" bWriteInClient="0" />
<param name="user_agreement" value="" required="0" showName="user_agreement" desc="user agreement" bWriteInManifest="1" bWriteInClient="0" />
<param name="privacy_agreement" value="" required="0" showName="privacy_agreement" desc="privacy agreement" bWriteInManifest="1" bWriteInClient="0" />
<param name="company" value="" required="0" showName="company" desc="agreement company name" bWriteInManifest="1" bWriteInClient="0" />
<param name="title" value="" required="0" showName="title" desc="agreement name title" bWriteInManifest="1" bWriteInClient="0" />
</params>
<operations>
... ... @@ -30,12 +37,12 @@
</operations>
<plugins>
<plugin name="com.stss.sdk.SevenCattleSTSSAggUser" type="1" desc="用户登录接口"/>
<plugin name="com.stss.sdk.SevenCattleSTSSAggPay" type="2" desc="用户支付接口"/>
<plugin name="com.stss.sdk.ZhenWanSDKUser" type="1" desc="用户登录接口"/>
<plugin name="com.stss.sdk.ZhenWanSDKPay" type="2" desc="用户支付接口"/>
</plugins>
<version>
<name>SevenCattle</name>
<name>JingYouSDK</name>
<versionCode>1</versionCode>
<versionName>1.0.1</versionName>
</version>
... ...
不能预览此文件类型
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<rotate
android:duration="1000"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="-1"
android:toDegrees="359" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/loading"
android:pivotX="50%"
android:pivotY="50%" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/color_f0eeee" android:state_pressed="true" />
<item android:drawable="@color/color_ffffff" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- 填充的颜色 -->
<solid android:color="#000000" />
<!-- 设置按钮的四个角为弧形 -->
<!-- android:radius 弧形的半径 -->
<corners android:radius="30dip" />
<!--边框的宽度及颜色-->
<stroke android:width="2px" android:color="@color/qn_login_btn_color" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- 填充的颜色 -->
<solid android:color="@color/qn_gray" />
<!-- 设置按钮的四个角为弧形 -->
<!-- android:radius 弧形的半径 -->
<corners android:radius="30dip" />
<!--边框的宽度及颜色-->
<stroke android:width="2px" android:color="@color/qn_login_btn_color" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="54dp" />
<solid android:color="@color/color_000000"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/umcsdk_sms_normal" android:state_pressed="false" android:state_enabled="true"/>
<item android:drawable="@drawable/umcsdk_sms_press" android:state_pressed="true" android:state_enabled="true"/>
<item android:drawable="@drawable/umcsdk_sms_unable" android:state_enabled="false"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/umcsdk_login_btn_normal" android:state_pressed="false" android:state_enabled="true"/>
<item android:drawable="@drawable/umcsdk_login_btn_press" android:state_pressed="true" android:state_enabled="true"/>
<item android:drawable="@drawable/umcsdk_login_btn_unable" android:state_enabled="false"/>
</selector>
\ No newline at end of file
... ... @@ -3,7 +3,7 @@
<!-- 边框颜色值 -->
<item>
<shape>
<solid android:color="@color/switch_blue"/>
<solid android:color="@color/color_3370ff"/>
<corners android:radius="10dp" />
</shape>
... ... @@ -11,7 +11,7 @@
<!-- 主体背景颜色值 -->
<item android:left="1dp" android:top="-1dp" android:right="1dp" android:bottom="1dp">
<shape>
<solid android:color="@color/white"/>
<solid android:color="@color/color_ffffff"/>
<corners android:radius="10dp" />
</shape>
</item>
... ...
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/qn_black" />
<solid android:color="@color/color_1f2022" />
<corners
android:topLeftRadius="25dp"
android:topRightRadius="25dp"
android:bottomRightRadius="25dp"
android:bottomLeftRadius="25dp"/>
<stroke android:width="1dp" android:color="@color/qn_french_gray" />
<stroke android:width="1dp" android:color="@color/color_c0bcc1" />
</shape>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/qn_gray" />
<solid android:color="@color/color_918f92" />
<corners android:radius="30dip" />
</shape>
\ No newline at end of file
... ...
... ... @@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
<corners android:radius="25dp" />
<stroke android:color="@color/black" />
<stroke android:color="@color/color_1f2022" />
</shape>
\ No newline at end of file
... ...
... ... @@ -3,5 +3,5 @@
android:shape="rectangle">
<solid android:color="#000000" />
<corners android:radius="30dip" />
<stroke android:width="2px" android:color="@color/qn_login_btn_color" />
<stroke android:width="2px" android:color="@color/color_e7d2ac" />
</shape>
\ No newline at end of file
... ...
... ... @@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
<corners android:radius="15dp" />
<stroke android:color="@color/black" />
<stroke android:color="@color/color_1f2022" />
</shape>
\ No newline at end of file
... ...