Skip to content

Commit 0f0d10d

Browse files
committed
release: v0.2.0
1 parent b058930 commit 0f0d10d

File tree

6 files changed

+35
-13
lines changed

6 files changed

+35
-13
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Major change since v0.1.0.
2+
3+
1. FDroid onboard.
4+
2. Remove Xidian Dir, replaced with school contact.
5+
3. Creative and commercialization project query.
6+
4. Lots of WebView function.
7+
5. Empty classroom query.
8+
6. A little tool subwindow.
9+
10+
Details:https://superbart.xyz/p/traintime-pda-v0.2.0-release-note.html

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- View the bill you spent in the cafeteria.
1010
- Empty classroom check.
1111
- Other tools such as call for repairing, school email, etc.
12-
- Xidian Directory: Check the school's service quickly.
12+
- Shuangchuang (Innovation and Entrepreneurship) project query.
1313
- XDU Planet: Look around the blogs of your schoolmates.
1414

1515
Also, this is a software with better privacy, cross-platform Flutter SDK, and not serious developer.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
自 v0.1.0 版本以来的主要变化。
2+
3+
1. FDroid 上架。
4+
2. 移除西电目录,用电话本代替。
5+
3. 应请求添加双创需求大厅。
6+
4. 添加很多利用 WebView 的小功能。
7+
5. 空闲教室功能。
8+
6. 提取很多使用不多的功能到小工具分页。
9+
10+
详情可以看:https://superbart.xyz/p/traintime-pda-v0.2.0-release-note.html

fastlane/metadata/android/zh-CN/full_description.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Traintime PDA 是为西电本科生设计的开源信息查询软件。(PDA 指个人信息管理工具)
22

3-
- 查看课程表,把你偶像的图片设成背景。
4-
- 查看体育信息:打卡记录和体测记录。
5-
- 查看宿舍电量,也许顺手交了电费。
6-
- 查看成绩,包括可以自行选择科目计算均分。
7-
- 自行选择学期的考试安排查询。
8-
- 查询空闲教室。
9-
- 图书馆信息查询,个人借书状况和学校书库状况。
10-
- 校园卡流水查询,也就是在学校食堂的流水啦。
11-
- 其他小功能:请假,报修之类。
12-
- 西电目录,曾经在疫情封校期间运行的学校综合楼目录 + 食堂目录
13-
- XDU Planet:查看同学的博客,另该功能代行转发学校教务处通知。
3+
1. 查看课程表,把你偶像的图片设成背景。
4+
2. 查看体育信息:打卡记录和体测记录。
5+
3. 查看宿舍电量,也许顺手交了电费。
6+
4. 查看成绩,包括可以自行选择科目计算均分。
7+
5. 自行选择学期的考试安排查询。
8+
6. 查询空闲教室。
9+
7. 图书馆信息查询,个人借书状况和学校书库状况。
10+
8. 校园卡流水查询,也就是在学校食堂的流水啦。
11+
9. 其他小功能:请假,报修之类。
12+
10. 双创需求大厅:找学校里的项目
13+
11. XDU Planet:查看同学的博客,另该功能代行转发学校教务处通知。
1414

1515
另外,本软件更加注意隐私,使用跨平台 Flutter SDK,并且开发者不正经(确信)
1616

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPhotoLibraryUsageDescription</key>
6+
<string>调取你的相册来选择课程表背景图。</string>
57
<key>CADisableMinimumFrameDurationOnPhone</key>
68
<true/>
79
<key>CFBundleDevelopmentRegion</key>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: watermeter
22
description: Another personal data assistant for XDU.
33
publish_to: "none"
4-
version: 0.1.4+4
4+
version: 0.2.0+5
55

66
environment:
77
sdk: ">=3.0.0"

0 commit comments

Comments
 (0)