Skip to content
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

Fixed #4409 : Dark Mode support for Confetti #4551

Merged
merged 28 commits into from
Sep 9, 2022
Merged

Fixed #4409 : Dark Mode support for Confetti #4551

merged 28 commits into from
Sep 9, 2022

Conversation

MohitGupta121
Copy link
Member

Explanation

Fixed #4409 : Dark Mode support for Confetti

Default Dark Mode
Screenshot_2022-05-31-12-23-27-332_com android camera

Essential Checklist

  • The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • Any changes to scripts/assets files have their rationale included in the PR explanation.
  • The PR follows the style guide.
  • The PR does not contain any unnecessary code changes from Android Studio (reference).
  • The PR is made from a branch that's not called "develop" and is up-to-date with "develop".
  • The PR is assigned to the appropriate reviewers (reference).

For UI-specific PRs only

If your PR includes UI-related changes, then:

  • Add screenshots for portrait/landscape for both a tablet & phone of the before & after UI changes
  • For the screenshots above, include both English and pseudo-localized (RTL) screenshots (see RTL guide)
  • Add a video showing the full UX flow with a screen reader enabled (see accessibility guide)
  • Add a screenshot demonstrating that you ran affected Espresso tests locally & that they're passing

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks.

@rt4914 rt4914 assigned BenHenning and unassigned rt4914 Sep 7, 2022
Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MohitGupta121! I think this looks really nice! Just had one nit on one of the color's names, otherwise the PR LGTM.

app/src/main/res/values/color_defs.xml Outdated Show resolved Hide resolved
Co-authored-by: Ben Henning <henning.benmax@gmail.com>
@MohitGupta121
Copy link
Member Author

@BenHenning I commits your suggestion changes. Can you please review it now.

Copy link
Sponsor Member

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MohitGupta121! This LGTM. However, please don't resolve reviewers' conversation threads. To indicate something is done, you just need to reply with "Done" and then the reviewer will close the thread once they confirm that it's been addressed as expected (otherwise it's hard to track requested changes across review passes). Note that this is covered in https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR so I suggest taking another pass on that just make sure that you're familiar with the team's PR process. :)

@BenHenning BenHenning merged commit a6f856f into oppia:develop Sep 9, 2022
@MohitGupta121
Copy link
Member Author

Oh really sorry actually when I commit new changes it's automatically mark as resolved. As Rajat, in past also told me the same but don't know it's automatically resolved. I take care next time carefully.

@BenHenning
Copy link
Sponsor Member

Oh really sorry actually when I commit new changes it's automatically mark as resolved. As Rajat, in past also told me the same but don't know it's automatically resolved. I take care next time carefully.

Hmm @MohitGupta121 I've never run into this before. Can you reach out to me if you notice again? I don't think GitHub conversation threads are ever supposed to automatically resolve.

@MohitGupta121
Copy link
Member Author

Oh really sorry actually when I commit new changes it's automatically mark as resolved. As Rajat, in past also told me the same but don't know it's automatically resolved. I take care next time carefully.

Hmm @MohitGupta121 I've never run into this before. Can you reach out to me if you notice again? I don't think GitHub conversation threads are ever supposed to automatically resolve.

Sure if I notice it again I let you know about that. But I think I click on the changes suggest and commit from that. Due to this I think that happens as I remember.

@BenHenning
Copy link
Sponsor Member

Ah @MohitGupta121 yes. I forgot about that case. Accepting a suggestion will auto-resolve the conversation thread. I suggest, in those cases, to just reopen the thread and reply to it like you would any other comment.

@MohitGupta121
Copy link
Member Author

Ah @MohitGupta121 yes. I forgot about that case. Accepting a suggestion will auto-resolve the conversation thread. I suggest, in those cases, to just reopen the thread and reply to it like you would any other comment.

oh okay, take care of thread opening next time.

@MohitGupta121 MohitGupta121 deleted the darkmode_confetti branch December 6, 2022 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dark Mode support for Confetti
3 participants