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 #1956: Optimise Profile_chooser_add views #4785

Conversation

Uticodes
Copy link
Contributor

@Uticodes Uticodes commented Dec 10, 2022

Explanation

Fix #1956: Optimise Profile_chooser_add views

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
Screenshots Before After
Mobile Portrait
mobile_portrait_before mobile_portrait_after
Mobile Landscape
mobile_land_before mobile_land_after
Tap Portrait
tap_portrait_before tap_portrait_after
Tap Landscape
tap_land2_before tap_land2_after
Tap LTR Portrait
tap_lrt_portrait_before tap_ltr_portrait_after
Tap LTR Landscape
tap_ltr_land_before tap_ltr_land_after
Mobile LTR Portrait
mobile_ltr_before mobile_ltr_portrait_after
Mobile LTR Landscape
mobile_ltr_land_before mobile_ltr_land_after

Accessibility Guide

TalkBack.Feature.mov

Unit Test Screenshot

Screenshot 2022-12-09 at 7 52 10 AM

@Uticodes Uticodes requested a review from rt4914 as a code owner December 10, 2022 22:09
@MohitGupta121
Copy link
Member

@Uticodes please tag issue in both title and description like Fixed #[issue number]

@Uticodes
Copy link
Contributor Author

Uticodes commented Dec 11, 2022 via email

@Uticodes Uticodes changed the title Optimise Profile_chooser_add views Fixed #1956: Optimise Profile_chooser_add views Dec 11, 2022
@Uticodes
Copy link
Contributor Author

Uticodes commented Dec 11, 2022

@Uticodes please tag issue in both title and description like Fixed #[issue number]

@MohitGupta121 Done

@chhabra-dhiraj
Copy link

@rt4914 Looks like this issue already has an ongoing PR but I cannot see any assignee. If this issue remains, I would like to take this up. Thanks!

@MohitGupta121
Copy link
Member

@chhabra-dhiraj actually @Uticodes working on this issue #1956

@MohitGupta121 MohitGupta121 assigned Uticodes and rt4914 and unassigned Uticodes Dec 11, 2022
@oppiabot
Copy link

oppiabot bot commented Dec 21, 2022

Hi @Uticodes, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue.
If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

@oppiabot oppiabot bot added the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Dec 21, 2022
@oppiabot oppiabot bot closed this Dec 28, 2022
@MohitGupta121
Copy link
Member

@Uticodes are you still working on this PR?

@Uticodes
Copy link
Contributor Author

Hi @MohitGupta121, I was still waiting for reviews but not gotten any till the bot closed the PR. Please what would you recommend I do now?

@MohitGupta121 MohitGupta121 reopened this Jan 12, 2023
@oppiabot oppiabot bot removed the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Jan 12, 2023
@MohitGupta121 MohitGupta121 assigned Uticodes and unassigned rt4914 Jan 12, 2023
@MohitGupta121
Copy link
Member

@Uticodes please first rebase your PR branch to upstream. After that we review it.

@Uticodes
Copy link
Contributor Author

@Uticodes please first rebase your PR branch to upstream. After that we review it.

Alright, on it.

@Uticodes Uticodes requested a review from BenHenning as a code owner January 12, 2023 10:13
@MohitGupta121 MohitGupta121 self-requested a review January 12, 2023 10:17
Copy link
Member

@MohitGupta121 MohitGupta121 left a comment

Choose a reason for hiding this comment

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

@Uticodes please push only the files you changed in your PR not all the files after rebase. It's making the PR too huge. See the file changes now is 190+ which is not correct.

@Uticodes
Copy link
Contributor Author

@Uticodes please push only the files you changed in your PR not all the files after rebase. It's making the PR too huge. See the file changes now is 190+ which is not correct.

Yeah, fixing that now

@Uticodes Uticodes force-pushed the optimise_code_in_profile_chooser_add_view branch from 775d0d5 to 586bad9 Compare January 12, 2023 17:16
@BenHenning
Copy link
Member

I'll have to close this and you'll need to reopen a new PR @Uticodes since the PR was force-pushed. Please try to avoid situations where you need to force push the PR as it can break reviewer history and make reviewing much more difficult.

You can open a new PR that will have a clean commit & reviewer history.

@BenHenning BenHenning closed this Jan 13, 2023
@Uticodes
Copy link
Contributor Author

I'll have to close this and you'll need to reopen a new PR @Uticodes since the PR was force-pushed. Please try to avoid situations where you need to force push the PR as it can break reviewer history and make reviewing much more difficult.

You can open a new PR that will have a clean commit & reviewer history.

Alright, will do that

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.

Optimise code in profile_chooser_add_view.xml
5 participants