Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Windows support #370

Closed
wants to merge 190 commits into from
Closed

Windows support #370

wants to merge 190 commits into from

Conversation

edewit
Copy link
Member

@edewit edewit commented Aug 29, 2014

Initial version only supports Toast messages

* Pattern for windows is a uri that can be 1024 characters long
* @see <a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/22/recommended-practices-for-using-microsoft-push-notification-service-mpns.aspx?Redirected=true">Windows developer blog</a>
*/
private static final Pattern WINDOWS_DEVICE_TOKEN = Pattern.compile("http://(.*){0,1024}");
Copy link
Contributor

Choose a reason for hiding this comment

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

https not supported by them ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Your're right that is an error

@edewit
Copy link
Member Author

edewit commented Aug 29, 2014

@lfryc want to test it?

@lfryc
Copy link
Contributor

lfryc commented Sep 1, 2014

Sure, I'm on it... would you mind to rebase it on top of master?

@edewit
Copy link
Member Author

edewit commented Sep 1, 2014

rebased...

@lfryc
Copy link
Contributor

lfryc commented Sep 1, 2014

Hey @edewit small correction there: edewit#3

It looks really nice otherwise, but I haven't chance to test the push notification (need to setup environment here).

Can I already use it as in a Cordova example? Is Push plugin ready for that?

@lfryc
Copy link
Contributor

lfryc commented Sep 1, 2014

Hmm I believe you have mixed the commits during rebase. Look into the log how many commits are there.

@edewit
Copy link
Member Author

edewit commented Sep 1, 2014

@lfryc there is no cordova support yet, finishing up the UnifiedPush API now after that hello world quickstart then cordova

@edewit
Copy link
Member Author

edewit commented Sep 1, 2014

@lfryc shall I make a new PR? Because no clue what you mean with mixed the commits?

@matzew
Copy link
Contributor

matzew commented Sep 1, 2014

I think he means that this PR contains 190 commits

On Monday, September 1, 2014, Erik Jan de Wit notifications@github.com
wrote:

@lfryc https://github.com/lfryc shall I make a new PR? Because no clue
what you mean with mixed the commits?


Reply to this email directly or view it on GitHub
#370 (comment)
.

Sent from Gmail Mobile

@edewit
Copy link
Member Author

edewit commented Sep 1, 2014

@matzew isn't that what a rebase does?

@lfryc
Copy link
Contributor

lfryc commented Sep 1, 2014

@edewit rebase should put the commits you want to integrate on top of a target branch (master). Only the commits that you have done should appear here + my PR :-)

@lfryc
Copy link
Contributor

lfryc commented Sep 1, 2014

Let's open a new PR if that is easier.

@matzew
Copy link
Contributor

matzew commented Sep 1, 2014

not really, @edewit. I'd expect to see only relevant commits and maybe
fixing conflicts (might be the case here, not sure)

I think I'd do a cherry-pick of the relevant commits, on to a new branch
(which ideally is up-to-date, and contains latest of master).

I think you may need to fix some conflicts as well

On Monday, September 1, 2014, Erik Jan de Wit notifications@github.com
wrote:

@matzew https://github.com/matzew isn't that what a rebase does?


Reply to this email directly or view it on GitHub
#370 (comment)
.

Sent from Gmail Mobile

@edewit edewit mentioned this pull request Sep 1, 2014
@edewit edewit closed this Sep 1, 2014
@edewit edewit deleted the windows-support branch September 1, 2014 13:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet