Skip to content

Commit 6666665

Browse files
committed
修改文案
1 parent 0d02c6a commit 6666665

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

TMessagesProj/src/main/java/org/telegram/ui/LaunchActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ public void onPreviewOpenAnimationEnd() {
937937
FingerprintController.checkKeyReady();
938938
}
939939

940-
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
940+
if (!BuildVars.IS_CHAT_AIR && Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
941941
ActivityManager am = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
942942
if (am.isBackgroundRestricted() && System.currentTimeMillis() - SharedConfig.BackgroundActivityPrefs.getLastCheckedBackgroundActivity() >= 86400000L && SharedConfig.BackgroundActivityPrefs.getDismissedCount() < 3) {
943943
AlertsCreator.createBackgroundActivityDialog(this).show();

TMessagesProj/src/main/res/values-zh/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4207,6 +4207,7 @@
42074207
<string name="ChangeClaudeApiServerTips">符合Claude协议,可配置自定义Server。输入聊天请求接口网址,会自动匹配自定义Server。\n\nClaude可配置 https://api.anthropic.com/v1/ 或者 https://api.anthropic.com/</string>
42084208
<string name="ChangeMoreModel">显示模型列表</string>
42094209
<string name="DisableTabletMode">禁用平板模式</string>
4210+
<string name="TapOnThePencil">点击铅笔开始新的聊天</string>
42104211
<!--chatAir End-->
42114212

42124213
<!--Prompt Start-->

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Sat Mar 12 05:53:50 MSK 2016
16-
APP_VERSION_CODE=11
17-
APP_VERSION_NAME=1.1.1
16+
APP_VERSION_CODE=12
17+
APP_VERSION_NAME=1.1.2
1818
APP_PACKAGE=info.flyun.chatair
1919
RELEASE_KEY_PASSWORD=android
2020
RELEASE_KEY_ALIAS=androidkey

0 commit comments

Comments
 (0)