[C2DM] transform to GCM class for Lunr-0.2

Review Request #49 — Created Feb. 8, 2013 and submitted

leo
Lunr
personal/leo/gcm_0_2
lunr
These are the code adjustments required for having a functional GCM class for Android Push notifications.

It is not a complete rewrite of the class, so it does not yet contain all the new features (multicast messaging etc). It is more of an adjustment of the C2DM class, which contains the modifications on the headers and the message format (which is now JSON) and the removal of the functions related to the Google Authentication Token for servers.

The current changes comply to the file & path structure of Lunr-0.2. Next step after this review is to port those changes back to Lunr-0.1, so that the projects which use this functionality continue to work.
Tested with Piet's Android device.
  • 0
  • 0
  • 3
  • 0
  • 3
Description From Last Updated
pprkut
  1. 
      
  2. docs/example-config/conf.gcm.inc.php.sample (Diff revision 1)
     
     
     
    missing authorship
    copyright incomplete
  3. src/Lunr/Core/GCM.php (Diff revision 1)
     
     
    copyright incomplete
  4. src/Lunr/Core/GCM.php (Diff revision 1)
     
     
     
    styling
  5. 
      
leo
leo
pprkut
  1. Ship It!
  2. 
      
leo
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...