-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.4.4 #197
Release/1.4.4 #197
Conversation
Since #195, we have selected some school-related APIs to migrate to the new encoding. However, it has been confirmed that some of these APIs still use different encodings between us. |
Based on #197 (comment), an alpha-test has been required. In this alpha-testing, we may need to carefully test the issue mentioned in #195, with both Chinese and English mode. |
The existing issue from #195 is mainly as this:
Then, we found the wrong-encoding courseId here: For dealing with this, we studied that the problem is inside the Inside the
The first task aims for get some rank related data from server, and then save them into local storage after finished. That's why we got wrong courseIds while doing the Hence, the possible solution would be remove the Addressed in a4b5ac6. |
Description
Release 1.4.4.
Genernally upgrade outdated dependencies for better compatibility in new platforms.
Upgrade Android compile SDK version to 34 (Android 14).
How to Verify?
This release is mainly focus on #195. For verify this feature, please refer to the issue and perform the regression.
Screenshots/GIF/Test Results (Optional)