From dc2bba11e0870a3d495444f263a47da60036f2c6 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Mon, 7 Jul 2014 13:15:56 -0700 Subject: [PATCH] docs: Release notes for support lib v20 Change-Id: I82bbad9ad8945e9437b790e0f47622ef00b318f1 --- docs/html/tools/support-library/index.jd | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index e90528588d095..68eca49fff36e 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -61,6 +61,33 @@ page.title=Support Library

Android Support Library, revision 20 (July 2014) +

+
+
+
Changes for v4 support library:
+
+
    +
  • Added extended notification support for Android Wear in + {@link android.support.v4.app.NotificationCompat.WearableExtender}, which allows you + to specify wearable-specific features in your notifications.
  • +
  • Added {@link android.support.v4.app.NotificationCompat.Action.WearableExtender}, + which allows actions to be added on wearable notifications.
  • +
  • Added {@link android.support.v4.app.NotificationManagerCompat}, which allows you + to issue notifications that properly support wearable features.
  • +
  • Added {@link android.support.v4.app.RemoteInput}, which allows a handheld device + to receive voice input from a notification that appears on a wearable device.
  • +
  • Improved the handling of touch feedback in + {@link android.support.v4.widget.SwipeRefreshLayout}.
  • +
+
+
+
+
+ +
+

+ Android Support Library, revision 19.1.0 (March 2014)