feat:修改google渠道名

feat:增加动态应用名
This commit is contained in:
Max
2023-11-26 15:43:21 +08:00
parent 9828bd433d
commit a51813e706
5 changed files with 8 additions and 19 deletions

View File

@@ -17,6 +17,12 @@ android {
flavorDimensions 'default'
buildConfigField "boolean", "ISOLATION_MODE", "$isolationMode"
if (isolationMode) {
resValue "string", "app_name", "Hi-d"
} else {
resValue "string", "app_name", "Hi"
}
}
splits {

View File

@@ -94,7 +94,7 @@
android:supportsRtl="true"
android:testOnly="false"
android:theme="@style/MyMaterialTheme"
tools:replace="android:name,android:allowBackup"
tools:replace="android:name,android:label,android:allowBackup"
tools:targetApi="n">
<activity
@@ -520,15 +520,6 @@
android:name=".family.view.activity.FamilyGameListActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".treasure_box.activity.TreasureBoxActivity"
android:theme="@style/dialog_web_view_activity" />
<activity
android:name=".treasure_box.activity.BoxRankingActivity"
android:theme="@style/room_message_activity" />
<activity
android:name=".treasure_box.activity.TreasureBoxHonourActivity"
android:theme="@style/dialog_web_view_activity" />
<activity android:name=".ui.setting.VerifyPhoneActivity" />
<activity android:name=".ui.setting.ModifyPwdActivity" />
<activity
@@ -982,10 +973,6 @@
android:configChanges="screenSize|orientation|keyboardHidden|mcc|mnc|locale|touchscreen|screenLayout|keyboard|navigation|fontScale|uiMode|smallestScreenSize|layoutDirection"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".treasurefairy.HomeFairyActivity"
android:exported="false"
android:theme="@style/transparent_activity" />
<activity
android:name=".ui.webview.FairyDialogWebViewActivity"

View File

@@ -1,6 +1,5 @@
<!DOCTYPE resources [<!ENTITY app_name "Habu Live" >]>
<resources>
<string name="app_name">&app_name;</string>
<string name="no_list_data">暫無消息</string>
<string name="str_network_not_capable">網絡不給力</string>
<string name="network_error_reload">網絡異常,加載失敗</string>

View File

@@ -6,7 +6,5 @@ public class Constants {
public static final int UPLOAD_IMAGE_MAX_FILE_LENGTH = 640;
//上传的图片 默认宽高最大值 2340
public static final int UPLOAD_IMAGE_MAX_SIZE = 2340;
//上传的gif 默认大小不能超过 1MB
public static final int UPLOAD_GIF_MAX_SIZE = 1 << 20;
public static final String GOOGLE = "google_habu";
public static final String GOOGLE = "google_hiyoo";
}

View File

@@ -1,5 +1,4 @@
<resources>
<string name="app_name">Library</string>
<string name="loading">正在加载中...</string>
<string name="load_failed">加載失敗,請點我重試</string>
<string name="load_end">沒有更多數據</string>