forked from openedx/openedx-app-android
-
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.
chore: enhance app theme capability for prod edX theme/branding (open…
…edx#262) chore: enhance app theme capability for prod edX theme/branding - Integrate Program config updates - theming/branding code improvements for light and dark modes - Force dark mode for the WebView (beta version) - No major change in the Open edX theme fixes: LEARNER-9783
- Loading branch information
1 parent
f7d4d5f
commit a712170
Showing
34 changed files
with
246 additions
and
104 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
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
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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<string name="auth_email_username" tools:ignore="MissingTranslation">Email or Username</string> | ||
<string name="auth_invalid_email_username" tools:ignore="MissingTranslation">Invalid email or username</string> | ||
<string name="auth_invalid_password">Password is too short</string> | ||
<string name="auth_welcome_back">Welcome back! Please authorize to continue.</string> | ||
<string name="auth_welcome_back">Welcome back! Sign in to access your courses.</string> | ||
<string name="auth_show_optional_fields">Show optional fields</string> | ||
<string name="auth_hide_optional_fields">Hide optional fields</string> | ||
<string name="auth_create_account">Create account</string> | ||
|
@@ -23,7 +23,7 @@ | |
<string name="auth_example_email" translatable="false">[email protected]</string> | ||
<string name="auth_enter_email_username" tools:ignore="MissingTranslation">Enter email or username</string> | ||
<string name="auth_enter_password">Enter password</string> | ||
<string name="auth_create_new_account">Create new account.</string> | ||
<string name="auth_create_new_account">Create an account to start learning today!</string> | ||
<string name="auth_compete_registration" translatable="false">Complete your registration</string> | ||
<string name="auth_google" tools:ignore="ExtraTranslation">Sign in with Google</string> | ||
<string name="auth_facebook" tools:ignore="ExtraTranslation">Sign in with Facebook</string> | ||
|
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
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
Oops, something went wrong.