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

fix(email-composer): Aligned function calls with Cordova plugin #3220

Closed
wants to merge 3 commits into from

Conversation

ChelloApps
Copy link

This is my first attempt at contributing, I have read the guidelines and attempted to follow things as accurately as I can but any feedback to help me in the future is greatly received.

I have been having some major issues with the cordova-plugin-email-composer plugin and after no useful feedback on Stackoverflow, Ionic Forum or Github I decided to delve in and see if I could remedy things myself.

I have added the missing functions inline with the existing cordova-plugin-email-composer documentation, specifically hasAccount, hasClient and getClients. I also modified the existing isAvailable function to maintain compatibility by combining the hasAccount and hasClient functions into a single function call for convenience.

Apologies for the .vscode/settings.json file making an appearance in the changed files list.

@ChelloApps
Copy link
Author

ChelloApps commented Nov 7, 2019

What happens with this kind of thing, does it ever get reviewed?

@ChelloApps ChelloApps closed this Nov 17, 2019
@ChelloApps ChelloApps reopened this Nov 17, 2019
@danielsogl danielsogl self-assigned this Nov 19, 2019
@danielsogl danielsogl added the target: patch This PR is targeted for the next patch release label Nov 19, 2019
Copy link
Owner

@danielsogl danielsogl left a comment

Choose a reason for hiding this comment

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

Please commit only the changed plugin file, nothing else.

Removed settings file because contained within .vscode that should not be included within the repository
@ChelloApps
Copy link
Author

OK I have deleted the settings.json file.

Regards
Andy

@ChelloApps
Copy link
Author

Hi, could you provide feedback on what has happened with this, it looks like I have failed to do something and you've closed it because of that? However it is very confusing on what exactly I am supposed to do?

I assume because the .vscode settings file was committed in error that has caused the problem, I did delete that file change and thought that was adequate, what did I miss?

@danielsogl
Copy link
Owner

You still committed the package-lock changes so I committed your changes by my self.

@ChelloApps
Copy link
Author

ChelloApps commented Nov 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reply target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants