TUS CLASS Front-end APP
Made with ❤️ and Flutter
A Front-end APP for TUS CLASS. This project is only for Tokyo University of Science students. Powered by Flutter
Available for both iOS and Android.
- 📨Messages
- 📕PDF files
- 📚Other files (if your have APP supports)
- 🎈Entry
- 📅Timetable
- 💯Attendance Rate
- 🏆Grades
- 🔎Grade Search
- 📝Syllabus
- 🔎Syllabus Search
- 🔐Auto Login
❗ Important: Only the Faculty of Engineering is currently tested. There may be a lot of places without adaptation!
If you meet any bugs or issues, please contact with developer, or file an issue and describe what operation caused the bugs. Please file any issues, bugs, or feature requests in the Issues. Thx 😘
- For each subject, the form of the timetable may slightly different and needs to be implemented
- Because the website is “single-threaded" (you can't back or move forward), be sure to wait for the loading to complete (e.g. timetable will only load once and be cached)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- How this APP work
- Fetching data from CLASS using regular expression, and simulate web page submission.
- How to configure schedule
- By longpressing the cell in table.
- Can't search
- Tap the textfield, the keyboard will popup, then tap finish or search key on keyboard
- How this APP store my password
- Using Flutter package: flutter_secure_storage
- Keychain is used for iOS
- AES encryption is used for Android. AES secret key is encrypted with RSA and RSA key is stored in KeyStore
- Note KeyStore was introduced in Android 4.3 (API level 18). The plugin wouldn't work for earlier versions.
- Using Flutter package: flutter_secure_storage
- I18N
- Course may have more than one period
- Version check
- Theme
- Schedule table cell customize
- More user-friendly Exception handle