-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from ZoeMeow1027/draft - 2.0-draft17 (1404)
What's new - News notification settings: Change your preferences about news notifications. - Changed UI for Subject Fee (not final yet). Changes and fixes - Fixed [#24](#24). - Add a option to get current student year from Internet. - To access that, please go to `Settings` -> `Experiment Settings` -> `Current School Year`. - Some settings won't load after update. You might need to reconfig them in settings. I'm sorry about that. - Login screen will let you relogin if previous attempt was failed. - You can clear previous login to attempt with another account. - Now you can turn off notifications about news global and news subject. - In news subject notifications, you can choose about "All", "Match your filter" and "Off". - News filter settings will now only shown when enabled (this mean it will hidden at default). - Update Vietnamese strings for most screens, but not done yet. - Optimized codes and updated dependencies to latest. - Updated dependencies to latest to fix issues about Account feature.
- Loading branch information
Showing
129 changed files
with
6,040 additions
and
3,753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ | |
.cxx | ||
local.properties | ||
*.log | ||
.idea/deploymentTargetDropDown.xml | ||
.idea/deploymentTargetSelector.xml |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
app/src/main/java/io/zoemeow/dutschedule/GlobalVariables.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package io.zoemeow.dutschedule | ||
|
||
class GlobalVariables { | ||
companion object { | ||
const val REQUEST_EXPIRED_DURATION = 1000 * 60 * 5 | ||
|
||
const val LINK_FORGOT_PASSWORD = "https://www.facebook.com/ctsvdhbkdhdn/posts/pfbid02G5sza1p8x7tEJ7S1Cac6a66EW3exgxLNmR9L26RZ8sX8xjhbEnguoeAXms31i7oxl" | ||
const val LINK_REPOSITORY = "https://github.com/ZoeMeow1027/DutSchedule" | ||
const val LINK_REPOSITORY_RELEASE = "${LINK_REPOSITORY}/releases" | ||
const val LINK_CHANGELOG = "https://github.com/ZoeMeow1027/DutSchedule/blob/stable/CHANGELOG.md" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.