client_Hale
2018-09-25 6b6d8f48df3e7934e03a47edf779b78857030214
update 渠道差异sdk重新生成
16个文件已修改
2个文件已删除
416 ■■■■ 已修改文件
ChannelDiff/Android/226114725/AndroidManifest.xml 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/226114725/libs/app-game_226114725-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/813015059/AndroidManifest.xml 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/813015059/libs/app-game_813015059-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/815035853/AndroidManifest.xml 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/815035853/libs/app-game_815035853-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/822055139/libs/app-game_822055139-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/test/AndroidManifest.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/test/libs/app-secondworld-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/spxjgame/AndroidManifest.xml 269 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/spxjgame/libs/sp_sdk-game_spxjgame-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/build.gradle 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/src/game_226114725/AndroidManifest.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/src/game_813015059/AndroidManifest.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/src/game_815035853/AndroidManifest.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/src/game_815035853/java/com/secondworld/univeralsdk/H2EngineSDK.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/app/src/secondworld/AndroidManifest.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/sp_sdk/build.gradle 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/226114725/AndroidManifest.xml
@@ -46,8 +46,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" >
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -60,6 +60,15 @@
                android:value="true" />
            <meta-data
                android:name="unityplayer.SkipPermissionsDialog"
                android:value="true" />
            <meta-data
                android:name="android.vendor.home_indicator"
                android:value="hide" />
            <meta-data
                android:name="android.max_aspect"
                android:value="1075419520.000000" />
            <meta-data
                android:name="com.samsung.android.keepalive.density"
                android:value="true" />
        </activity>
@@ -89,17 +98,6 @@
        <meta-data
            android:name="TrackChannelID"
            android:value="_default_" />
        <!-- 今日头条相关配置 -->
        <meta-data
            android:name="TouTiao_AppName"
            android:value="${TT_AppName}" />
        <meta-data
            android:name="TouTiao_AppID"
            android:value="${TT_AppID}" />
        <meta-data
            android:name="TouTiao_Chanel"
            android:value="${TT_Chanel}" />
        <!-- Required SDK 核心功能 -->
        <!-- 可配置android:process参数将PushService放在其他进程中 -->
@@ -240,6 +238,21 @@
        <meta-data
            android:name="JPUSH_APPKEY"
            android:value="22186239fee975f883198cf4" />
        <meta-data
            android:name="android.max_aspect"
            android:value="1075838976.000000" />
        <meta-data
            android:name="com.samsung.android.keepalive.density"
            android:value="true" />
        <meta-data
            android:name="android.notch_support"
            android:value="true" />
        <meta-data
            android:name="notch.config"
            android:value="portrait|landscape" />
        <meta-data
            android:name="android.vendor.full_screen"
            android:value="true" />
    </application>
</manifest>
ChannelDiff/Android/226114725/libs/app-game_226114725-release.aar
Binary files differ
ChannelDiff/Android/813015059/AndroidManifest.xml
@@ -46,8 +46,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" >
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -60,6 +60,15 @@
                android:value="true" />
            <meta-data
                android:name="unityplayer.SkipPermissionsDialog"
                android:value="true" />
            <meta-data
                android:name="android.vendor.home_indicator"
                android:value="hide" />
            <meta-data
                android:name="android.max_aspect"
                android:value="1075419520.000000" />
            <meta-data
                android:name="com.samsung.android.keepalive.density"
                android:value="true" />
        </activity>
@@ -89,17 +98,6 @@
        <meta-data
            android:name="TrackChannelID"
            android:value="_default_" />
        <!-- 今日头条相关配置 -->
        <meta-data
            android:name="TouTiao_AppName"
            android:value="${TT_AppName}" />
        <meta-data
            android:name="TouTiao_AppID"
            android:value="${TT_AppID}" />
        <meta-data
            android:name="TouTiao_Chanel"
            android:value="${TT_Chanel}" />
        <!-- Required SDK 核心功能 -->
        <!-- 可配置android:process参数将PushService放在其他进程中 -->
@@ -240,6 +238,21 @@
        <meta-data
            android:name="JPUSH_APPKEY"
            android:value="63f9523bf41727aaccfd258f" />
        <meta-data
            android:name="android.max_aspect"
            android:value="1075838976.000000" />
        <meta-data
            android:name="com.samsung.android.keepalive.density"
            android:value="true" />
        <meta-data
            android:name="android.notch_support"
            android:value="true" />
        <meta-data
            android:name="notch.config"
            android:value="portrait|landscape" />
        <meta-data
            android:name="android.vendor.full_screen"
            android:value="true" />
    </application>
</manifest>
ChannelDiff/Android/813015059/libs/app-game_813015059-release.aar
Binary files differ
ChannelDiff/Android/815035853/AndroidManifest.xml
@@ -46,8 +46,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" >
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -60,6 +60,15 @@
                android:value="true" />
            <meta-data
                android:name="unityplayer.SkipPermissionsDialog"
                android:value="true" />
            <meta-data
                android:name="android.vendor.home_indicator"
                android:value="hide" />
            <meta-data
                android:name="android.max_aspect"
                android:value="1075419520.000000" />
            <meta-data
                android:name="com.samsung.android.keepalive.density"
                android:value="true" />
        </activity>
@@ -89,17 +98,6 @@
        <meta-data
            android:name="TrackChannelID"
            android:value="_default_" />
        <!-- 今日头条相关配置 -->
        <meta-data
            android:name="TouTiao_AppName"
            android:value="${TT_AppName}" />
        <meta-data
            android:name="TouTiao_AppID"
            android:value="${TT_AppID}" />
        <meta-data
            android:name="TouTiao_Chanel"
            android:value="${TT_Chanel}" />
        <!-- Required SDK 核心功能 -->
        <!-- 可配置android:process参数将PushService放在其他进程中 -->
@@ -240,6 +238,21 @@
        <meta-data
            android:name="JPUSH_APPKEY"
            android:value="44329480f1b4ac22d737c559" />
        <meta-data
            android:name="android.max_aspect"
            android:value="1075838976.000000" />
        <meta-data
            android:name="com.samsung.android.keepalive.density"
            android:value="true" />
        <meta-data
            android:name="android.notch_support"
            android:value="true" />
        <meta-data
            android:name="notch.config"
            android:value="portrait|landscape" />
        <meta-data
            android:name="android.vendor.full_screen"
            android:value="true" />
    </application>
</manifest>
ChannelDiff/Android/815035853/libs/app-game_815035853-release.aar
Binary files differ
ChannelDiff/Android/822055139/libs/app-game_822055139-release.aar
Binary files differ
ChannelDiff/Android/test/AndroidManifest.xml
@@ -46,8 +46,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" >
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
ChannelDiff/Android/test/libs/app-secondworld-release.aar
Binary files differ
ChannelDiff/spxjgame/AndroidManifest.xml
File was deleted
ChannelDiff/spxjgame/libs/sp_sdk-game_spxjgame-release.aar
Binary files differ
Project/app/build.gradle
@@ -174,6 +174,6 @@
    dependsOn autoCopySecondWorldAndroidManifest
    from 'build/outputs/aar/'
    include "app-secondworld-release.aar"
    into 'C:\\Unity3D_SDK\\ChannelDiff\\test\\libs\\'
    into 'C:\\Unity3D_SDK\\ChannelDiff\\Android\\test\\libs\\'
}
Project/app/src/game_226114725/AndroidManifest.xml
@@ -42,8 +42,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="landscape">
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
Project/app/src/game_813015059/AndroidManifest.xml
@@ -42,8 +42,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="landscape">
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
Project/app/src/game_815035853/AndroidManifest.xml
@@ -42,8 +42,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="landscape">
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
Project/app/src/game_815035853/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -340,6 +340,10 @@
        FreePlatform.getInstance().onCreate();
    }
    public static void onWindowFocusChanged(boolean b)
    {
    }
    public static void onNewIntent(final Activity activity, final Intent intent)
    {
    }
Project/app/src/secondworld/AndroidManifest.xml
@@ -42,8 +42,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="landscape">
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
Project/sp_sdk/build.gradle
@@ -55,12 +55,12 @@
    dependsOn 'assembleGame_spxjgameRelease'
    from zipTree("build/outputs/aar/sp_sdk-game_spxjgame-release.aar")
    include "AndroidManifest.xml"
    into "C:\\Unity3D_SDK\\ChannelDiff\\spxjgame\\"
    into "C:\\Unity3D_SDK\\ChannelDiff\\Android\\spxjgame\\"
}
task autoCopy_spxjgame(type: Copy) {
    dependsOn autoCopy_spxjgame_Manifest
    from "build/outputs/aar/"
    include "sp_sdk-game_spxjgame-release.aar"
    into "C:\\Unity3D_SDK\\ChannelDiff\\spxjgame\\libs\\"
    into "C:\\Unity3D_SDK\\ChannelDiff\\Android\\spxjgame\\libs\\"
}