Commit 6666665 1 parent 0d02c6a commit 6666665 Copy full SHA for 6666665
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ public void onPreviewOpenAnimationEnd() {
937
937
FingerprintController .checkKeyReady ();
938
938
}
939
939
940
- if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .P ) {
940
+ if (! BuildVars . IS_CHAT_AIR && Build .VERSION .SDK_INT >= Build .VERSION_CODES .P ) {
941
941
ActivityManager am = (ActivityManager ) getSystemService (Context .ACTIVITY_SERVICE );
942
942
if (am .isBackgroundRestricted () && System .currentTimeMillis () - SharedConfig .BackgroundActivityPrefs .getLastCheckedBackgroundActivity () >= 86400000L && SharedConfig .BackgroundActivityPrefs .getDismissedCount () < 3 ) {
943
943
AlertsCreator .createBackgroundActivityDialog (this ).show ();
Original file line number Diff line number Diff line change 4207
4207
<string name =" ChangeClaudeApiServerTips" >符合Claude协议,可配置自定义Server。输入聊天请求接口网址,会自动匹配自定义Server。\n\nClaude可配置 https://api.anthropic.com/v1/ 或者 https://api.anthropic.com/</string >
4208
4208
<string name =" ChangeMoreModel" >显示模型列表</string >
4209
4209
<string name =" DisableTabletMode" >禁用平板模式</string >
4210
+ <string name =" TapOnThePencil" >点击铅笔开始新的聊天</string >
4210
4211
<!-- chatAir End-->
4211
4212
4212
4213
<!-- Prompt Start-->
Original file line number Diff line number Diff line change 13
13
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14
14
# org.gradle.parallel=true
15
15
# 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
18
18
APP_PACKAGE =info.flyun.chatair
19
19
RELEASE_KEY_PASSWORD =android
20
20
RELEASE_KEY_ALIAS =androidkey
You can’t perform that action at this time.
0 commit comments