From 575664b2d667698f5c4ffc97bd941970c7ce5c4a Mon Sep 17 00:00:00 2001 From: MiMo Date: Fri, 17 Jul 2026 19:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E5=8F=8A=E6=96=B0=E5=A2=9E=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E6=8F=90=E9=86=92=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 主要改动: 1. 编译配置 - 强制 Java 7 编译兼容性 (sourceCompatibility/targetCompatibility) - 添加 packagingOptions 解决 android-mail/android-activation 重复 META-INF 文件冲突 2. 依赖更新 - libaes: 15.20.18 → 15.20.20 - 新增 com.sun.mail:android-mail:1.6.7 (替代 javax.mail:1.6.2) - 新增 com.sun.mail:android-activation:1.6.7 3. 新增邮件提醒功能 - 新增 APPMSGMailRemindThread 单例线程 (10秒间隔) - 新增 SMTPConfigView 邮件配置界面 - 修改 RemindThread 同步启停 APPMSGMailRemindThread 4. 设置界面 - SettingsActivity 添加 SMTPConfigView 绑定 - activity_settings.xml 添加邮件配置区域 --- powerbell/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbell/build.gradle b/powerbell/build.gradle index 60afa4f..654eec0 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -84,7 +84,7 @@ dependencies { //api 'androidx.fragment:fragment:1.1.0' // WinBoLL库 nexus.winboll.cc 地址 - api 'cc.winboll.studio:libaes:15.20.19' + api 'cc.winboll.studio:libaes:15.20.20' api 'cc.winboll.studio:libappbase:15.20.34' // WinBoLL备用库 jitpack.io 地址