Skip to content

Commit

Permalink
chore: v1.1.1 for android fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Mar 10, 2024
1 parent 7052d5f commit 9456c4a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 21 deletions.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bugs, sync the codebase with iOS XDYou v1.1.0.
13 changes: 7 additions & 6 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
"Traintime PDA" is an open-source personal data assistant for XDU undergraduates.

- View classtable and set your idol as the background.
- View sport related data: punch record and test score.
The XDYou app in the Apple App Store have the same codebase as this.

- View classtable with exam arrangement and experiment arrangement, also set your idol as the background.
- View sport related data: sport class detail and test score. (Punch machine will be sorely missed)
- Check your dorm's electricity balance and (maybe) pay your electricty fee.
- View your grade and easily calculate GPA and average score by choosing the subjects.
- View your grade and easily calculate GPA and average score by choosing the subjects.
- View the exam schedule by semester.
- View the due time of the borrowed books and query the books in the library.
- View the due time of the borrowed books and query the details of the books in the library.
- View the bill you spent in the cafeteria.
- Empty classroom check.
- Physics experiment schedule check and output to iCalendar.
- Other tools such as call for repairing, school email, etc.
- 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.
- Homepage arrangement widget

If you got some idea about it, contact me freely.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Another personal data assistant for XDU undergraduate.
Free and Open Source data assistant for XDU undergraduate.
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
修复了一些存在于 v1.1.0 的问题,与 iOS XDYou 的 v1.1.0 代码库同步。
25 changes: 13 additions & 12 deletions fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Traintime PDA 是为西电本科生设计的开源信息查询软件。(PDA 指个人信息管理工具)

1. 查看课程表,把你偶像的图片设成背景。
2. 查看体育信息:打卡记录和体测记录。
本程序和 iOS 平台的 XDYou 系出同样的代码库。

1. 查看日程表,包括课程信息,考试信息。顺便把你偶像的图片设成背景。
2. 查看体育信息:体育课程信息和体测成绩记录。(打卡机在人世间完成了一个轮回)
3. 查看宿舍电量,也许顺手交了电费。
4. 查看成绩,包括可以自行选择科目计算均分。
5. 自行选择学期的考试安排查询
4. 查看成绩,包括可以自行选择科目计算均分。(本程序首创)
5. 考试安排查询
6. 查询空闲教室。
7. 物理实验查询,导出成 iCalendar。
8. 图书馆信息查询,个人借书状况和学校书库状况。
9. 校园卡流水查询,也就是在学校食堂的流水啦。
10. 其他小功能:请假,报修之类。
11. 双创需求大厅:找学校里的项目。
12. XDU Planet:查看同学的博客,另该功能代行转发学校教务处通知。

另外,本软件更加注意隐私,使用跨平台 Flutter SDK,并且开发者不正经(确信)
7. 图书馆信息查询,个人借书状况和学校书库状况。
8. 校园卡流水查询,也就是在学校食堂的流水啦。
9. 其他小功能:请假,报修之类。
10. 双创需求大厅:找学校里的项目。
11. XDU Planet:查看同学的博客。
12. 物理实验查看功能。
13. 日程查看桌面小部件。

如果你对本程序啥想法,欢迎向我提出。
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
西电本科生的又一个信息查看应用
开源的西电本科生信息查询软件
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: 1.1.0+18
version: 1.1.1+19

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit 9456c4a

Please sign in to comment.