Skip to content

Commit

Permalink
修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
flyun committed Sep 7, 2024
1 parent 0d02c6a commit 6666665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ public void onPreviewOpenAnimationEnd() {
FingerprintController.checkKeyReady();
}

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
if (!BuildVars.IS_CHAT_AIR && Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
ActivityManager am = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
if (am.isBackgroundRestricted() && System.currentTimeMillis() - SharedConfig.BackgroundActivityPrefs.getLastCheckedBackgroundActivity() >= 86400000L && SharedConfig.BackgroundActivityPrefs.getDismissedCount() < 3) {
AlertsCreator.createBackgroundActivityDialog(this).show();
Expand Down
1 change: 1 addition & 0 deletions TMessagesProj/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4207,6 +4207,7 @@
<string name="ChangeClaudeApiServerTips">符合Claude协议,可配置自定义Server。输入聊天请求接口网址,会自动匹配自定义Server。\n\nClaude可配置 https://api.anthropic.com/v1/ 或者 https://api.anthropic.com/</string>
<string name="ChangeMoreModel">显示模型列表</string>
<string name="DisableTabletMode">禁用平板模式</string>
<string name="TapOnThePencil">点击铅笔开始新的聊天</string>
<!--chatAir End-->

<!--Prompt Start-->
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Sat Mar 12 05:53:50 MSK 2016
APP_VERSION_CODE=11
APP_VERSION_NAME=1.1.1
APP_VERSION_CODE=12
APP_VERSION_NAME=1.1.2
APP_PACKAGE=info.flyun.chatair
RELEASE_KEY_PASSWORD=android
RELEASE_KEY_ALIAS=androidkey
Expand Down

0 comments on commit 6666665

Please sign in to comment.