feat: 学习通日历开发+RadiantUI 界面体系 - #14
Closed
InChange-Jiang wants to merge 6 commits into
Closed
Conversation
新增 xuexiaotong 模块(data/UI)及 reminder 模块 更新依赖版本与构建配置
- 新增 debug 签名配置,release 构建使用 debugKey - 优化登录界面文案,补充隐私说明 - 新增学小通开源许可证声明
- 移除 release debugKey 签名配置
- 新增 POST_NOTIFICATIONS 权限申请
- 修复重启后提醒丢失、退出/删除后旧提醒残留
- 修复'仅提醒未完成'条件判断
- 修复同步失败覆盖旧数据、课程进度泄露
- CookieJar 使用 matches(url) 过滤
- 每次同步刷新课程列表和截止时间
- 所有请求使用 use {} 关闭 Response
首次进入学习通页时在底部导航第三 tab 上方弹出一次性玻璃气泡, 提示"再次点击可切换日程 / 课程页";点击气泡或完成一次切换后 永久消失(SharedPreferences 标记)。玻璃材质无条件启用, 复用"猜你想用"气泡配方(vibrancy+blur+lens 实时采样), 带 primary 灯泡图标与呼吸小三角。
InChange-Jiang
force-pushed
the
master
branch
from
September 4, 2026 03:59
8e17b4c to
317f2e6
Compare
默认投影高度 14dp → 10dp,缓解缴费页(电控/网费/浴室/校园卡)表单卡片阴影过重的问题。投影色保持 shadow() 默认纯黑不变,仅通过高度控制重量;全局玻璃卡(含成绩单/天气页)同步生效。
This was referenced Sep 4, 2026
InChange-Jiang
pushed a commit
to InChange-Jiang/AHUTong-Android
that referenced
this pull request
Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本 PR 包含三大块工作,按提交分组说明:
1️⃣ 学习通日历与作业模块(commit
6746cb9+90a0389)新增 xuexiaotong 模块与 reminder 模块(30 文件,+4042 行):
2️⃣ PR 审查意见修复(commit
47e4146)根据上一轮 PR 审查意见修复 10 个问题(11 文件,+97/-72)。
3️⃣ RadiantUI 全套开发(commit
c10f698,本 PR 主体,80 文件 +2091/-7864)全新视觉体系 RadiantUI,与现有 Original / LiquidGlass 并存,运行时可切换(设置页 → 偏好设置):
全新视觉框架
次级页面体系统一(SecondaryPageScaffold)
图标语言统一(iconpark 线性单色 → VectorDrawable)
Reviewer 备注
.gitattributes(* text=auto)并做一次性 renormalize,根治行尾不一致问题