-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bug Fixs & Enhancement of Achievement Screen #5666
base: main
Are you sure you want to change the base?
Conversation
4ecd40b
to
2f94524
Compare
2f94524
to
ce9dc33
Compare
3ff71a0
to
874773b
Compare
Hi @nicolas-raoul 👋,
|
I believe CI is not broken, for instance #5960 has the green mark. 🙂 |
Make Sense, can you help me with this test case. I am unable to understand what's leading to failure. Btw PR is ready to review. |
I only had a quick glance but the java/kt look equivalent indeed. Maybe try to run the unit test in debug mode? |
This comment was marked as resolved.
This comment was marked as resolved.
0a5e749
to
fb1ef32
Compare
…d values inside it
Test Case Passed finally :-) Ready to merge @nicolas-raoul 😊 The tests were failing because we didn't handled the on case if progress bar binding is null and we try to call the function. |
@@ -73,6 +73,7 @@ | |||
<item name="drawerHeaderBackground">@color/drawerHeader_background_light</item> | |||
<item name="tutorialBackground">@color/tutorial_background_light</item> | |||
<item name="icon">@color/secondaryTextColor</item> | |||
<item name="colorPrimary">@color/primaryDarkColor</item> |
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.
Nor sure if related, but only on this PR several elements that should be bright are show as dark (in bright mode).
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.
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.
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.
Description (required)
Related to / Fixes :
Screenshots
Commits
e57f666 - This commit just renames the the java file to kotlin so the next commit will have ease in to review using diff for reviewers.
e4977f5 - Migrated to workable kotlin code using Android Studio auto convert and lil manual.
8c1c53f - Removed the ugly nested linear and relative layout to Constraint Layout.
a0a3f23 - Changed the protected to public since unit tests were not able to access it
7e64ca6 - Corrected the String Format to profile page since I changed the level string which got affected on profile page.
5d1ab37 - Badge Implemented & 332f5c5 focused on fix for the previous commit & 7d8a3bf removed the redundant code of xml (do you want me to squash merge this? for ease in rollback )
91c0370 - Changed progress bar color and added the values inside it.