Skip to content

add the support for cordova-plugin-code-push#420

Merged
ihadeed merged 10 commits intodanielsogl:masterfrom
ksachdeva:master
Aug 26, 2016
Merged

add the support for cordova-plugin-code-push#420
ihadeed merged 10 commits intodanielsogl:masterfrom
ksachdeva:master

Conversation

@ksachdeva
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/index.ts Outdated
import {Vibration} from './plugins/vibration';
import {VideoPlayer} from './plugins/video-player';
import {WebIntent} from './plugins/webintent';
import {CodePush} from './plugins/code-push';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

import/export statements are arranged by alphabetical order, please move this and the rest of the import/export statement to the appropriate place

@ihadeed
Copy link
Copy Markdown
Collaborator

ihadeed commented Aug 19, 2016

Hey @ksachdeva

Thanks for the awesome work here

Please review the comments I left on the code and then we can get this merged

@ksachdeva
Copy link
Copy Markdown
Contributor Author

Thanks Ibrahim. I will incorporate these suggestions shorty and resubmit

@ksachdeva
Copy link
Copy Markdown
Contributor Author

Hi Ibrahim,

I have taken care of all the suggestions from you. Am in the middle of creating an example (most likely in next hour or 2) on github to show the usage.

Let me know if some more changes are required to accept the request.

Regards & thanks
Kapil

@ksachdeva
Copy link
Copy Markdown
Contributor Author

Hi Ibrahim,

There is now a full sample project at https://github.com/ksachdeva/ionic2-code-push-example

I am facing a strange zoning issue. My understanding is that the observable fired by ionic-native would run in ngZone by default. Seems not to be the case (some times).

See the RootPage.ts file for the example and comments.

Regards
Kapil

Comment thread src/plugins/code-push.ts Outdated
}
}

interface Window {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

replace this with declare var window: any;

@ihadeed
Copy link
Copy Markdown
Collaborator

ihadeed commented Aug 26, 2016

Sorry for the late response. All looks good now, except the 2 comments I left (minor things).

Also if you could merge with the latest master branch to resolve the issues, that would be great.

As for the observable issue, I don't see anything wrong with your code, I guess we can merge for now and investigate any problems later on.

@ksachdeva
Copy link
Copy Markdown
Contributor Author

incorporated the changes. please accept as merging takes lot of time because my changes touch index.ts file

Regards & thanks
Kapil

@ihadeed ihadeed merged commit 905f988 into danielsogl:master Aug 26, 2016
@ihadeed
Copy link
Copy Markdown
Collaborator

ihadeed commented Aug 26, 2016

thanks @ksachdeva !!

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.

2 participants