-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Text and icons adjustment #266
feat: Text and icons adjustment #266
Conversation
Thanks for the pull request, @PavloNetrebchuk! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
723d41d
to
bae55d2
Compare
I did find one minor phrasing change I would recommend: “Log out” over “Logout” for consistency with the rest of the app, as well as the web version. Everything else looks good to me! |
6dd3c45
to
92d5b6c
Compare
@sdaitzman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor code changes and improvements
core/src/main/res/values/strings.xml
Outdated
@@ -73,7 +73,8 @@ | |||
<string name="core_rate_us">Rate Us</string> | |||
<string name="core_thank_you_dialog_positive_description">Thank you for sharing your feedback with us. Would you like to share your review of this app with other users on the app store?</string> | |||
<string name="core_thank_you_dialog_negative_description">We received your feedback and will use it to help improve your learning experience going forward. Thank you for sharing!</string> | |||
<string name="core_not_connected_to_internet">You are not connected to the Internet. Please check your Internet connection.</string> | |||
<string name="core_not_internet_connection">No internet connection</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename it to core_no_internet_connection
?
core/src/main/res/values/strings.xml
Outdated
@@ -73,7 +73,8 @@ | |||
<string name="core_rate_us">Rate Us</string> | |||
<string name="core_thank_you_dialog_positive_description">Thank you for sharing your feedback with us. Would you like to share your review of this app with other users on the app store?</string> | |||
<string name="core_thank_you_dialog_negative_description">We received your feedback and will use it to help improve your learning experience going forward. Thank you for sharing!</string> | |||
<string name="core_not_connected_to_internet">You are not connected to the Internet. Please check your Internet connection.</string> | |||
<string name="core_not_internet_connection">No internet connection</string> | |||
<string name="core_not_internet_connection_description">Please connect to the internet to view this content.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
<string name="course_not_started">This course hasn’t started yet.</string> | ||
<string name="course_not_connected_to_internet">You are not connected to the Internet. Please check your Internet connection.</string> | ||
<string name="course_navigation_course">Course</string> | ||
<string name="course_navigation_videos">Videos</string> | ||
<string name="course_navigation_discussions">Discussions</string> | ||
<string name="course_navigation_handouts">Handouts</string> | ||
<string name="course_navigation_more">More</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use a generic string for both?
1- More
2- More
<string name="course_can_download_only_with_wifi">You can download content only from Wi-fi</string> | ||
<string name="course_this_interactive_component">This interactive component isn’t yet available</string> | ||
<string name="course_this_interactive_component">This interactive component isn\'t available on mobile</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a full stop at the end of the sentence.
@@ -3,6 +3,5 @@ | |||
<string name="dashboard_title">Мої курси</string> | |||
<string name="dashboard_courses">Курси</string> | |||
<string name="dashboard_welcome_back">Ласкаво просимо назад. Продовжуймо навчатися.</string> | |||
<string name="dashboard_its_empty">It\'s empty</string> | |||
<string name="dashboard_you_are_not_enrolled">You are not enrolled in any courses yet.</string> | |||
</resources> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a blank line at EOF.
@@ -0,0 +1,24 @@ | |||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this and use imageVector = Icons.Filled.Close,
@@ -0,0 +1,9 @@ | |||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires auto-format.
@@ -0,0 +1,24 @@ | |||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1- can we use white color as a strokeColor to make it more generic?
2- requires auto-format
@@ -0,0 +1,45 @@ | |||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1- can we use white color as a strokeColor to make it more generic?
2- requires auto-format
@@ -3,21 +3,6 @@ | |||
android:height="100dp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1- can we use white color as a strokeColor to make it more generic?
2- requires auto-format
@omerhabib26 Changed and formatted👍 |
# Conflicts: # course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt
@PavloNetrebchuk 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Changes according to this document:
https://www.figma.com/file/iZ56YMjbRMShCCDxqrqRrR/Open-edX-Mobile-App-All-Screens-v2.1?type=design&node-id=9980-2&mode=design&t=m8EjlsKk0aI9cQe8-0