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

Add GCM for Chrome support. AGPUSH-244 #111

Merged
merged 3 commits into from Nov 27, 2013

Conversation

lholmquist
Copy link
Member

I realized that i had the majority of this done. It just needed to be rebased with all those changes that happened

I know we are code freezing tomorrow, so this is more of a review PR until after the release

I have a branch of the Admin UI which i will also send a PR for

@lholmquist
Copy link
Member Author

this is the guide i followed when creating a testing app
http://developer.chrome.com/apps/cloudMessaging.html

/**
* The type identifier for our Chrome Packaged App variants.
*/
CHROME_PACKAGED_APP("chromePackagedApp");
Copy link
Contributor

Choose a reason for hiding this comment

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

just CHROME("chrome")?

Copy link
Member Author

Choose a reason for hiding this comment

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

we could, but technically, it isn't for chrome the browser, just the packaged apps

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, thanks

On Thursday, November 14, 2013, Lucas Holmquist wrote:

In src/main/java/org/jboss/aerogear/unifiedpush/api/VariantType.java:

@@ -34,7 +34,12 @@
/**
* The type identifier for our SimplePush variants.
*/

  • SIMPLE_PUSH("simplePush");
  • SIMPLE_PUSH("simplePush"),
  • /**
  • \* The type identifier for our Chrome Packaged App variants.
    
  • */
    
  • CHROME_PACKAGED_APP("chromePackagedApp");

we could, but technically, it isn't for chrome the browser, just the
packaged apps


Reply to this email directly or view it on GitHubhttps://github.com//pull/111/files#r7669187
.

Sent from Gmail Mobile

@sebastienblanc
Copy link
Member

👍

@sebastienblanc sebastienblanc merged commit 085b9df into aerogear:master Nov 27, 2013
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

3 participants