Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Aug 16, 2023
1 parent b058930 commit 0f0d10d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 13 deletions.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Major change since v0.1.0.

1. FDroid onboard.
2. Remove Xidian Dir, replaced with school contact.
3. Creative and commercialization project query.
4. Lots of WebView function.
5. Empty classroom query.
6. A little tool subwindow.

Details:https://superbart.xyz/p/traintime-pda-v0.2.0-release-note.html
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- View the bill you spent in the cafeteria.
- Empty classroom check.
- Other tools such as call for repairing, school email, etc.
- Xidian Directory: Check the school's service quickly.
- Shuangchuang (Innovation and Entrepreneurship) project query.
- XDU Planet: Look around the blogs of your schoolmates.

Also, this is a software with better privacy, cross-platform Flutter SDK, and not serious developer.
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
自 v0.1.0 版本以来的主要变化。

1. FDroid 上架。
2. 移除西电目录,用电话本代替。
3. 应请求添加双创需求大厅。
4. 添加很多利用 WebView 的小功能。
5. 空闲教室功能。
6. 提取很多使用不多的功能到小工具分页。

详情可以看:https://superbart.xyz/p/traintime-pda-v0.2.0-release-note.html
22 changes: 11 additions & 11 deletions fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Traintime PDA 是为西电本科生设计的开源信息查询软件。(PDA 指个人信息管理工具)

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

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

Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>调取你的相册来选择课程表背景图。</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: watermeter
description: Another personal data assistant for XDU.
publish_to: "none"
version: 0.1.4+4
version: 0.2.0+5

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit 0f0d10d

Please sign in to comment.