-
Notifications
You must be signed in to change notification settings - Fork 520
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
Fix #3968: Hi fi tablet create profile reset pin fragment 2 #4011
Fix #3968: Hi fi tablet create profile reset pin fragment 2 #4011
Conversation
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.
@yash10019coder PTAL. The changes suggested are almost similar to other PR.
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinActivityPresenter.kt
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinFragment.kt
Outdated
Show resolved
Hide resolved
…thub.com:yash10019coder/oppia-android into hi-fi-tablet-create-profile-reset-pin-fragment-2
fixed the bug fixes for the failing tests renamed all of the tests.
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.
Hi @rt4914 added all the kdocs for the settings.profile package PTAL.
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.
Nice work. Suggested nit changes.
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditActivityPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditDialogInterface.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileRenameActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileRenameViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinActivityPresenter.kt
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinViewModel.kt
Outdated
Show resolved
Hide resolved
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.
Thanks @yash10019coder. Just a few nits left, but otherwise the PR LGTM.
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/android/app/settings/profile/ProfileResetPinViewModel.kt
Outdated
Show resolved
Hide resolved
…leEditViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
…leEditViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
…leEditViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
…leEditViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
…leResetPinViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
…leResetPinViewModel.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
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.
hi @BenHenning mentioned all the comments PTAL thanks
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.
Thanks @yash10019coder. I think you might've missed one detail in my previous comment about making sure that doc comments fill the line; I added a suggested edit to clarify. Once that's resolved, the PR will be ready for review.
app/src/main/java/org/oppia/android/app/settings/profile/ProfileEditFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
…leEditFragmentPresenter.kt Co-authored-by: Ben Henning <henning.benmax@gmail.com>
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.
Hi @BenHenning commited the suggested changes PTAL thanks.
done |
Hi. As of today, some main reviewers have taken time off for the next few weeks, so it may take a little while before we can look at this PR. We appreciate your patience while some of our team members recharge. We'll be fully returning on 4 January 2021. |
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.
Thanks @yash10019coder. LGTM for codeowners & doc changes.
Unassigning @BenHenning since they have already approved the PR. |
Explanation
Fixes #3968
Introduces ProfileResetPin in its own nested fragment so that it can be used in tablets to utilitize high screen density.
Essential Checklist
For UI-specific PRs only
If your PR includes UI-related changes, then:
For admin profile
For non admin profile
Test screenshots for ProfileResetPinActivityTest and ProfileRenamePinFragmentTest