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

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

Merged
merged 10 commits into from
Aug 26, 2016

Conversation

ksachdeva
Copy link
Contributor

No description provided.

@@ -82,6 +82,7 @@ import {TwitterConnect} from './plugins/twitter-connect';
import {Vibration} from './plugins/vibration';
import {VideoPlayer} from './plugins/video-player';
import {WebIntent} from './plugins/webintent';
import {CodePush} from './plugins/code-push';
Copy link
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
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
Contributor Author

Thanks Ibrahim. I will incorporate these suggestions shorty and resubmit

@ksachdeva
Copy link
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
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

}
}

interface Window {
Copy link
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
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
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
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.

None yet

2 participants