Skip to content

Commit

Permalink
Bumped to 2.0-draft18 (1448)
Browse files Browse the repository at this point in the history
- Update dependencies to latest: Gradle to 8.8, AGP to 8.5.0 (This will resolve login issue when server rebooted)
- When you're failed when logging in but done it before, this will show a option for you to re-login instead
- SchoolYearChooser will choose between two arrows instead of ComboBox
- Improve Vietnamese strings
- Accounts:
+ Account Information: Show a tooltip about editing contents
+ Account Subject Fee: Show total price and credits about this school year / semester
+ Account Training Status: Redesign UI
- Main Screen (tab mode)
+ Remove SnackbarState in Notifications (fixes duplicate SnackbarState)
  • Loading branch information
ZoeMeow1027 committed Jun 18, 2024
1 parent 9447fc0 commit 049b916
Show file tree
Hide file tree
Showing 44 changed files with 1,597 additions and 888 deletions.
263 changes: 263 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,31 @@
- This will save changelog for application. Feel free to report issues, fork or contribute this project :))
- You can also view file changed at [https://github.com/ZoeMeow1027/DutSchedule/commits](https://github.com/ZoeMeow1027/DutSchedule/commits).

## Known issues:
- `Your current wallpaper` option in app background settings will be disabled on Android 14. You can check why in `Issue` tab in repository.
## Known issues
- `Your current wallpaper` option in app background settings will be disabled on Android 14 and later. You can check why in `Issue` tab in repository.

## 2.0-draft18 (1448)
### Changes and fixes
- Update dependencies to latest
- Gradle to 8.8
- AGP to 8.5.0
- This will resolve login issue when server rebooted
- When you're failed when logging in but done it before, this will show a option for you to re-login instead
- SchoolYearChooser will choose between two arrows instead of ComboBox
- Improve Vietnamese strings
- Account
- Account Information: Show a tooltip about editing contents
- Account Subject Fee: Show total price and credits about this school year / semester
- Account Training Status: Redesign UI
- Main Screen (tab mode)
- Remove SnackbarState in Notifications (fixes duplicate SnackbarState)

## 2.0-draft17 (1404)
- What's new
### What's new
- News notification settings: Change your preferences about news notifications.
- Changed UI for Subject Fee (not final yet).

- Changes and fixes
### Changes and fixes
- Fixed [#24](https://github.com/ZoeMeow1027/DutSchedule/issues/24).
- Add a option to get current school year from Internet.
- To access that, please go to `Settings` -> `Experiment Settings` -> `Current School Year`.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you found a issue, you can report this via [issue tab](https://github.com/Zoe
- On Android 14, Google is restricted for getting current wallpaper on Android 14 or later. This issue will be delayed very loong until a posible fix. You can [see why here](https://github.com/ZoeMeow1027/DutSchedule/issues/19).

# Developing
- Required Gradle: 8.7
- Required Gradle: 8.8
- Older version of Gradle may be failed while building.
- Build with Android Studio:
- Make sure your IDE support [Gradle](https://gradle.org/releases/) above, which can be fixed by upgrading your IDE.
Expand All @@ -60,6 +60,7 @@ In Powershell: ./gradlew build
- DUT, Da Nang University of Technology, web materials and web contents are trademarks and copyrights of Da Nang University of Technology school.
- GitHub, GitHub mark and its icon are trademarks and copyrights of GitHub, Inc.
- Google, Android and its icon are trademarks and copyrights of Google LLC.
- Icons used by project is from Google Fonts.
- Used third-party dependencies:
- [Google Accompanist](https://github.com/google/accompanist): Licensed under the [Apache License 2.0](https://github.com/google/accompanist/blob/main/LICENSE).
- [Google Gson](https://github.com/google/gson): Licensed under the [Apache License 2.0](https://github.com/google/gson/blob/main/LICENSE).
Expand Down
Loading

0 comments on commit 049b916

Please sign in to comment.