-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
新增:自定义多账号模式下账号信息显示格式 | ||
新增:账号管理页面可强制更新个人信息(适用于转专业等情况) | ||
新增:Material Design3适配以及Material You适配(可以基于壁纸动态修改应用主题色) | ||
新增:学期月历视图,可以以日历的形式查看整个学期的课程安排 | ||
新增:按照ISP管局要求增加备案信息显示(为后面上架应用商店做准备) | ||
新增:意见反馈界面增加管理员在线状态的显示 | ||
|
||
修复:登录页面关于默认密码的提示信息错误 | ||
修复:公告页面中链接显示的颜色过于刺眼 | ||
修复:定时任务执行始终失败(服务端问题) | ||
修复:点击催更按钮报错NullPointerException | ||
修复:自定义课程颜色页面点击顶部搜索框的x按钮时没有重置搜索条件 | ||
修复:当出现错误信息后,所有操作均会“报错”(如登录时提示密码错误,后续重新输入的过程中一直在提示“密码错误”) | ||
修复:意见反馈页面可点击链接的文本颜色与背景色相近导致看不清楚 | ||
|
||
优化:自定义课程、自定义事项、成绩查询等页面的搜索条件布局优化 | ||
优化:自定义课程页面中的节次选择器交互优化 | ||
优化:时间选择器交互优化 | ||
优化:自定义课程、事项新增页面默认全屏弹出,不再先显示为半屏 | ||
优化:不再硬编码“交流反馈群群号”,改为从服务器获取(1群满了无法加入更多的人) | ||
优化:部分界面微调布局 |