diff options
Diffstat (limited to 'docs/html/jd_extras.js')
-rw-r--r-- | docs/html/jd_extras.js | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js index 54343eb..87581e9 100644 --- a/docs/html/jd_extras.js +++ b/docs/html/jd_extras.js @@ -132,11 +132,22 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "image":"images/cards/card-places_2x.png", "type":"Guide" }, - { + { + "title":"GCM Client for Android", + "titleFriendly":"", + "summary":"Send push notifications and pubsub from your server to Android devices around the world.", + "url":"https://developers.google.com/cloud-messaging/android/client", + "group":"", + "keywords": ["push","gcm"], + "tags": [], + "image":"images/cards/card-google-cloud-messaging_16-9_2x.png", + "type":"Guide" + }, + { "title":"Google Cloud Messaging", "titleFriendly":"", - "summary":"Send push notifications and pubsub from your server to your users’ devices around the world.", - "url":"https://developers.google.com/gcm/android/", + "summary":"Learn about GCM and the kinds of services you can offer to users through push notifications", + "url":"https://developers.google.com/cloud-messaging/gcm", "group":"", "keywords": ["push","gcm"], "tags": [], @@ -283,10 +294,23 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "image":"http://i1.ytimg.com/vi/K2dodTXARqc/maxresdefault.jpg", "type":"video" }, + + { + "title":"Google Play Services 7.5", + "titleFriendly":"", + "summary":"This update brings App Invites, topics to GCM, GCMNetworkManager, Cast Remote Display API, Smart Lock for Passwords, Maps API for Android Wear, Google Fit extensions and more.", + "url":"https://www.youtube.com/watch?v=M3Udfu6qidk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf", + "group":"", + "keywords": ["google play services"], + "tags": [ + ], + "image":"http://i1.ytimg.com/vi/M3Udfu6qidk/maxresdefault.jpg", + "type":"video" + }, { "title":"Google Play Services 7.3", "titleFriendly":"", - "summary":"Google Play Services 7.3 brings a ton of great new features to help you BUILD BETTER APPS! This update brings the ability to connect multiple wearables simultaneously to a single phone.", + "summary":"This update brings the ability to connect multiple wearables simultaneously to a single phone. There are also some great new updates to Google Fit, including nutrition types, and to Location.", "url":"https://www.youtube.com/watch?v=FOn64iqlphk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf", "group":"", "keywords": ["google play services"], |