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

feat(calldirectory): add call directory plugin #2473

Merged
merged 3 commits into from
Apr 23, 2018

Conversation

NiklasMerz
Copy link
Contributor

This adds the plugin for identfifying incomming calls: https://www.npmjs.com/package/cordova-plugin-call-directory

repo: 'https://github.com/GEDYSIntraWare/cordova-plugin-call-directory',
install: 'cordova plugin add cordova-plugin-call-directory --variable EXT_NAME="Cordova-Directory" --variable ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES="NO"',
installVariables: ['EXT_NAME', 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'],
})
Copy link
Owner

Choose a reason for hiding this comment

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

add supported platforms (e.g platforms: ['Android', 'iOS'])


/**
* Add identification numbers
* @param items {Array<CallDirectoryItem>} Set of numbers with labels
Copy link
Owner

Choose a reason for hiding this comment

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

Change JSDOC to @param {type} param description


/**
* Remove identification numbers
* @param items {Array<CallDirectoryItem>} Set of numbers with arbitrary label
Copy link
Owner

Choose a reason for hiding this comment

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

Change JSDOC to @param {type} param description

@danielsogl danielsogl self-assigned this Apr 23, 2018
@NiklasMerz
Copy link
Contributor Author

Thanks for your feedback. I have corrected those problems. Is adding a separate commit correct or should I squash my changes to one commit?

@danielsogl
Copy link
Owner

I will do the squash merge 😄 You can spam as many commits as you want 😀

@danielsogl danielsogl merged commit 1bfe829 into danielsogl:master Apr 23, 2018
@NiklasMerz
Copy link
Contributor Author

I see 😃 Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants