-
Notifications
You must be signed in to change notification settings - Fork 73
worked on issue #233 and made changes in showPasswordDialog() #318
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.
skunkworks_crow/src/main/java/org/odk/share/views/ui/settings/SettingsActivity.java
Outdated
Show resolved
Hide resolved
Hi @devanshi7799, Welcome to the community and its good to see that you started picking up the issues, sorry but for this change PR is already raised by @jhbiggs, if he is still working on that then his PR gets preference as he claimed the issue #233 first and I think he forgot to reference the issue due to which it was not visible in the github issue. Anyways you don't close the PR it will help you in learning the behaviour of app and its functionality, maybe it can help you find the bug or new feature. And if @jhbiggs is not working on that we can proceed with this PR. And please fill out the PR template as it is important sometimes to get the context of changes that is done in the PR. Meanwhile you can take a look at the issue #242, and if you want to work on that then claim it so that other contributors also know that this issue is taken. |
@lakshyagupta21 Thank you so much. |
@devanshi7799 Thanks for contributing!
Whatever, it depends on yourself. Finished this PR can help you get familiar with the project and the community (like the CI/CD, the review process in our project).
That's awesome! I think you can get start with
I think you should note which issue this PR can address in |
@devanshi7799 I think now you can work on this, as we didn't get any response on the #262 . Let us know if you require any help with this PR. |
@lakshyagupta21 I have worked on this code. Should I now make a new PR? |
You @devanshi7799 can still work on this PR I think. There is no need to make a new one. |
@jhbiggs Sorry for the confusion, @devanshi7799 saw the issue opened and she raised a PR for the fix and you also had the PR to the same issue but it was not linked due to which it created some confusion regarding the same issue, so its between you and @devanshi7799 to decide who wants to work on this issue. |
Hi,
I’m fine letting someone else work on it. It’s been a long time.
…
On Nov 25, 2019, at 8:20 PM, dexter ***@***.***> wrote:
@jhbiggs Sorry for the confusion, @devanshi7799 saw the issue opened and she raised a PR for the fix and you also had the PR to the same issue but it was not linked due to which it created some confusion regarding the same issue, so its between you and @devanshi7799 to decide who wants to work on this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Can you help me with making changes to this pull request. Actually i am new to github ,I don't know how to update the pull request |
What help do you need? Is it regarding making the commits to the same PR. |
Yess |
It looks like you pushed your code from master, so I assume you're on your master branch if not do |
@opendatakit-bot claim |
ERROR: You have already claimed this issue. |
@manit-alokbatham You can't claim the PRs. |
Can anyone tell me why is the code failing the checks? where should i make the changes? The code is running perfectly fine on my phone. |
Hi @lakshyagupta21 If you'r not able to open link on click, then copy and paste this: This is my first time started working on open source applications, looking right place to contribute. I was not aware of this system that's why tried to get it assigned to me in the first place. Does this make sense? Update: Removed all toasts too now, as no need of toast now. I just found it in video, and made changes. |
I really appreciate your enthusiasm to participate in open source and also really liked your ideas about this issue, but this issue is already claimed by @devanshi7799 and she already raised a PR and I guess this is her's first PR in skunkworks-crow so we want to her to learn about skunkworks-crow as much as she can. We have a few more unclaimed issues which you may find interesting to work on. You can pick any of them which is unclaimed and for which PRs are not already raised I would be happy to review your PR, but I just wanted to give you a direction so that you can explore more about skunkworks-crow why don't you give a try to #309. This way you'll explore the core functionality of the app and I'm sure you'll definitely find some amazing issues to work on that PR too.
And please head over to Contributing Guidelines before you start with any Github Issue. |
@devanshi7799 We've some code checks to maintain a healthy code style in the codebase so that every contributor follows some guidelines while contributing to it. For checking any indentation issues, unused imports, some warnings and all, we use tools like lint, check style and pmd. You've to run them once before committing on Github so that you don't end up getting build failures. Please run |
@devanshi7799 There are lots of conflicts in the files and I think you've committed those, I would recommend you to hard reset your last commit on which you're able to compile the code and then take a pull from master, that'll resolve the build issues. |
Closes #233
What has been done to verify that this works as intended?
I have run the application on my phone and it worked perfectly fine.
Why is this the best possible solution? Were any other approaches considered?
Here, i have used a Textwatcher.
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
Before submitting this PR, please make sure you have:
./gradlew checkCode
and confirmed all checks still pass OR confirm CircleCI build passes