Skip to content

Three different issues fixed -splash screen,settings button,clear button issue#40

Open
ishudohare wants to merge 3 commits intomayank-kgp:masterfrom
ishudohare:master
Open

Three different issues fixed -splash screen,settings button,clear button issue#40
ishudohare wants to merge 3 commits intomayank-kgp:masterfrom
ishudohare:master

Conversation

@ishudohare
Copy link
Copy Markdown

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

Hi,this is Ishu Dohare,junior undergrad at IIT BHU.
I have solved the splash screen issue,.
the settings button  issue is fixed.
the clear button issue is fixed plus
I have added another function which clears all the text along with a Toast showing that the text has been cleared.
@mayank-kgp
Copy link
Copy Markdown
Owner

Please send separate PR for the different issues.

@ishudohare
Copy link
Copy Markdown
Author

ishudohare commented Dec 15, 2017 via email

@mayank-kgp
Copy link
Copy Markdown
Owner

Yes. It is necessary.
One more thing. If you would like to work on any issue, then please comment on that issue that I would like to work on this. It will also give you a chance to check that whether anyone else is working on the same issue or not. If no one is working on that issue then you can work on that.

findViewById(R.id.btnClear).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
txtScreen.setText(""); // Clear the screen
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

forgot to comment this line..

@Pritom14
Copy link
Copy Markdown
Contributor

@ishudohare , that's not how open source contribution works. If everyone starts solving all the issues in the same PR, there's no point in open source contribution then. So, for a single issue send a single PR.

@ishudohare
Copy link
Copy Markdown
Author

Okay..got it, I just started open source, so i guess I will learn from my mistakes.
I will send 3 different pull requests if that's what u guys want.

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.

3 participants