From cfdcf7d6d81364da198976adbf3f814ca4b28f0e Mon Sep 17 00:00:00 2001
From: Quddus Chong
Date: Thu, 16 Apr 2015 09:07:28 -0700
Subject: docs: Added What's New section for GMS v7.3 (Parmesan).
Change-Id: Ie56171262f866b1f312db5cefaec849353a1c541
---
docs/html/google/play-services/index.jd | 101 +++++++++++++++++++++++++++++++-
docs/html/google/play-services/setup.jd | 44 +++++++-------
2 files changed, 122 insertions(+), 23 deletions(-)
diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd
index 3d0f7f69a0b9..e31290a51497 100644
--- a/docs/html/google/play-services/index.jd
+++ b/docs/html/google/play-services/index.jd
@@ -61,6 +61,105 @@ about your users' Android version.
Google Play services, Version 7.3 (April 2015)
+
+
+
+
+- Highlights in Version 7.3
+-
+
For a summary of the feature highlights in Google Play services 7.3, see the
+announcement
+blog post.
+
+ - Maps - This release makes the Google Maps Android API v2 available on
+
+Android Wear, so you can now create map-based apps that run directly on wearable devices. In
+addition, the Maps API now offers a new
+
+{@code OnStreetViewPanoramaLongClickListener} interface, similar to the existing
+
+{@code OnMapLongClickListener} interface. These listeners are particularly helpful
+for wearable devices, so you can let users exit from the app by long-clicking on a map or panorama.
+On a wearable device, the swipe gesture is used to pan the map instead of exiting the app.
+
+
+ -
+ Wear - In addition to Maps support, this release provides you with the ability
+to advertise and discover the capabilities of devices that are connected in a Wear network, through
+the new
+{@code CapabilityApi} class. The new
+{@code ChannelApi}
+class lets you send and receive data bi-directionally from your wearable app on a device to another
+wearable node. Use the Channel API to send large files for offline access or to stream real-time
+binary data.
+
+
+ -
+ Fit - This release provides a new
+
+{@code HistoryApi.readDailyTotal()} method for you to get aggregated daily data for a given
+data type.
+This release also introduces data types for recording granular nutrition information including
+protein, fat, cholesterol, and more.
+
+
+ -
+ Location - This release adds a maximum wait time for location updates. By
+calling the new
+
+{@code setMaxWaitTime()} method and passing in a value at least double the value requested with
+the
+
+{@code setInterval()} method, the system can batch location updates together, reducing battery
+usage and, on some devices, improving location accuracy. In addition, you can use the new
+
+{@code LocationCallback} class to be notified when the device location has changed or can no
+longer be determined.
+
+ -
+ Places - This release adds a
+
+{@code PlaceBuffer.getAttributions()} method for displaying third-party attributions.
+
+
+
+
+
+
+
+
+
+
+
Google Play services, Version 7.0 (March 2015)
@@ -544,7 +643,7 @@ announcement
Getting Started with the Analytics API in Android
-
Analytics API reference
+
Analytics API reference
Getting Started with the Tag Manager API in Android
Tag Manager API reference
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd
index 70e71078714e..313e59118eab 100644
--- a/docs/html/google/play-services/setup.jd
+++ b/docs/html/google/play-services/setup.jd
@@ -67,7 +67,7 @@ apply plugin: 'com.android.application'
dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
-
compile 'com.google.android.gms:play-services:7.0.0'
+
compile 'com.google.android.gms:play-services:7.3.0'
}
Be sure you update this version number each time Google Play services is updated.
@@ -98,14 +98,14 @@ example, to include only the Google Fit and Android Wear APIs, replace the follo
build.gradle file:
-compile 'com.google.android.gms:play-services:7.0.0'
+compile 'com.google.android.gms:play-services:7.3.0'
with these lines:
-compile 'com.google.android.gms:play-services-fitness:7.0.0'
-compile 'com.google.android.gms:play-services-wearable:7.0.0'
+compile 'com.google.android.gms:play-services-fitness:7.3.0'
+compile 'com.google.android.gms:play-services-wearable:7.3.0'
Table 1 shows a list of the separate APIs that you can include when compiling your app, and
@@ -123,75 +123,75 @@ you include an API that does have a separate library.)
| Google+ |
- com.google.android.gms:play-services-plus:7.0.0 |
+ com.google.android.gms:play-services-plus:7.3.0 |
| Google Account Login |
- com.google.android.gms:play-services-identity:7.0.0 |
+ com.google.android.gms:play-services-identity:7.3.0 |
| Google Actions, Base Client Library |
- com.google.android.gms:play-services-base:7.0.0 |
+ com.google.android.gms:play-services-base:7.3.0 |
| Google App Indexing |
- com.google.android.gms:play-services-appindexing:7.0.0 |
+ com.google.android.gms:play-services-appindexing:7.3.0 |
| Google Analytics |
- com.google.android.gms:play-services-analytics:7.0.0 |
+ com.google.android.gms:play-services-analytics:7.3.0 |
| Google Cast |
- com.google.android.gms:play-services-cast:7.0.0 |
+ com.google.android.gms:play-services-cast:7.3.0 |
| Google Cloud Messaging |
- com.google.android.gms:play-services-gcm:7.0.0 |
+ com.google.android.gms:play-services-gcm:7.3.0 |
| Google Drive |
- com.google.android.gms:play-services-drive:7.0.0 |
+ com.google.android.gms:play-services-drive:7.3.0 |
| Google Fit |
- com.google.android.gms:play-services-fitness:7.0.0 |
+ com.google.android.gms:play-services-fitness:7.3.0 |
| Google Location, Activity Recognition, and Places |
- com.google.android.gms:play-services-location:7.0.0 |
+ com.google.android.gms:play-services-location:7.3.0 |
| Google Maps |
- com.google.android.gms:play-services-maps:7.0.0 |
+ com.google.android.gms:play-services-maps:7.3.0 |
| Google Mobile Ads |
- com.google.android.gms:play-services-ads:7.0.0 |
+ com.google.android.gms:play-services-ads:7.3.0 |
| Google Nearby |
- com.google.android.gms:play-services-nearby:7.0.0 |
+ com.google.android.gms:play-services-nearby:7.3.0 |
| Google Panorama Viewer |
- com.google.android.gms:play-services-panorama:7.0.0 |
+ com.google.android.gms:play-services-panorama:7.3.0 |
| Google Play Game services |
- com.google.android.gms:play-services-games:7.0.0 |
+ com.google.android.gms:play-services-games:7.3.0 |
| SafetyNet |
- com.google.android.gms:play-services-safetynet:7.0.0 |
+ com.google.android.gms:play-services-safetynet:7.3.0 |
| Google Wallet |
- com.google.android.gms:play-services-wallet:7.0.0 |
+ com.google.android.gms:play-services-wallet:7.3.0 |
| Android Wear |
- com.google.android.gms:play-services-wearable:7.0.0 |
+ com.google.android.gms:play-services-wearable:7.3.0 |
--
cgit v1.2.3-59-g8ed1b