diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cd89c021..6de906a0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -57,7 +57,7 @@ android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true" - tools:ignore="UnusedAttribute"> + tools:ignore="DataExtractionRules,UnusedAttribute"> - + tools:ignore="UseCompoundDrawables"> The specified member cannot be blank or select @all CronID, AgentID and Secret cannot be blank Phone number cannot be blank - New Sender GroupName/Status Bark-Server e.g. https://day.app/XXXXXXXX/ @@ -185,7 +184,6 @@ Priority: custom template for forwarding rules > Global custom template > System default Enable regular replacement content Format: RegularExpression===ReplacementResult,One rule per line.\ne.g. (\\d{3})\\d+(\\d{4})===$1****$2 - Format check: line %d is badly formatted! Format: RegularExpression===ReplacementResult Hide from recent Apps Enable to hide SmsForwarder from recent Apps to keep it alive Custom templates @@ -308,7 +306,6 @@ Senders Rules Logs - Clean Log TODO Forwarding Function Main switch: Enable the forwarding function as required diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 22a69fae..36e98afb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -116,7 +116,6 @@ 指定成员 不能为空 或者 选择@all 企业ID、AgentID、Secret都不能为空 接收手机号不能为空 - 添加发送通道 分组名称/状态 Bark-Server 例:https://day.app/XXXXXXXX/ @@ -185,7 +184,6 @@ 优先级:转发规则的自定义模板 > 全局自定义模版 > 默认 启用正则替换内容 格式:正则表达式===替换结果,每行一个规则.\n例如:(\\d{3})\\d{4}(\\d{4})===$1****$2 - 正则替换检查:第 %d 行格式错误!格式:正则表达式===替换结果 不在最近任务列表中显示 开启后,有效避免手动误杀进程,利于保活 转发信息模版 @@ -307,7 +305,6 @@ 发送通道 转发规则 转发日志 - 清理日志 TODO 转发功能 总开关,请根据实际需要,启用对应的转发功能 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f27b25a5..a9b37a5e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -7,12 +7,14 @@ @color/colorPrimaryDark @color/colorAccent @style/OverflowMenu + @color/white