-
Notifications
You must be signed in to change notification settings - Fork 536
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 #2822 : Add label AppVersionActivity #2905
Fix #2822 : Add label AppVersionActivity #2905
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.
@Amar-2003 Thanks for the pr, left few comments do have a look.
According to the 4th point in Instructions for making a code change
- Update the PR description so that it includes
Fixes #2822
- And before commiting make sure that you don't include the auto-generated code by Android-Studio, in your case includes the following files
- .idea/markdown-navigator-enh.xml
- .idea/markdown-navigator.xml
- .idea/misc.xml
Ok fine will do it @FareesHussain |
Made the changes, please have a look and sorry for the inconvenience |
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.
NIT fix, PTAL
@Amar-2003 Can you also add a test case to verify that the label is actually present? |
Will wait for approval from @prayutsu and @FareesHussain first. Thanks @Amar-2003 |
@Amar-2003 If you check the original issue there is a reference PR mentioned. In that PR you will notice that there is test case which checks this functionality. So please add something similar for this PR too. |
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.
LGTM, thanks
I don't know about adding test cases, so i will learn right away and do the neccessary changes |
@Amar-2003 You can take a look at reference PR #2750. |
in file AppVersionActivityTest, line 248 there is some error, should i mind it?? @prayutsu |
I am pushing my changes without considering that, so the line 248 changes to 263 |
@Amar-2003 PTAL, the lint tests are failing, please fix that so that we can review your PR. |
The branch name doesn't include my user name.Lint test i will have a look :) |
Ah, I always interpret it wrong, thanks for pointing it out. |
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.
@Amar-2003 Just had a nit suggestion. PTAL.
app/src/sharedTest/java/org/oppia/android/app/administratorcontrols/AppVersionActivityTest.kt
Outdated
Show resolved
Hide resolved
@prayutsu PTAL |
Are there anymore corrections I should do?? @rt4914 |
app/src/sharedTest/java/org/oppia/android/app/administratorcontrols/AppVersionActivityTest.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.
Left a comment. @Amar-2003 PTAL.
@prayutsu 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.
LGTM, Thanks!
Thanks for patiently finding the issues and helping me to get through, this was my first PR to open source :) |
@rt4914 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.
LGTM, 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.
LGTM, thanks.
@BenHenning 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.
Thanks @Amar-2003! This LGTM.
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.
good
Explanation
Fixes #2822 : Add label AppVersionActivity
Checklist