From 1f6a5f89a55a6825c68693f8ffa15426a5f123d3 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Mon, 27 Jul 2015 17:57:55 -0700 Subject: [PATCH] docs: design support library 22.2.1 revisions Change-Id: I09674afe25c503efb76cfc21ad3c0dc9e3f986de --- docs/html/tools/support-library/index.jd | 49 +++++++++++++++++++++++- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 5688d8a511582..9bd9178759fd2 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -59,9 +59,52 @@ page.title=Support Library

This section provides details about the Support Library package releases.

+

Android Support Library, revision 22.2.1 (July 2015) +

+
+
+
Changes for Design Support library:
+
+
    +
  • Added the {@code hide()} and {@code show()} methods to the + {@link android.support.design.widget.FloatingActionButton} class for programmatic + triggering of animations.
  • +
  • Added the {@code LENGTH_INDEFINITE} constant to the + {@link android.support.design.widget.Snackbar} class for showing a snackbar + until it is dismissed or another snackbar is shown. Also, added the + {@link android.support.design.widget.Snackbar#setActionTextColor(int)} and + {@link android.support.design.widget.Snackbar#setActionTextColor(ColorStateList)} + methods.
  • +
  • Added the {@code getSelectedTabPosition()} method to the + {@link android.support.design.widget.TabLayout} class for retrieving the currently + selected tab.
  • +
  • Provided a fully fluent API for the + {@link android.support.v7.app.NotificationCompat.MediaStyle} class for method + chaining.
  • +
  • Added convenience methods to the + {@link android.support.v7.widget.RecyclerView} for batch insertion of items.
  • +
+
+
+ +

For a complete list of the Support Library changes, see the + Support + Library API Differences Report.

+ + + +
+
+ + + +
+

+ Android Support Library, revision 22.2.0 (May 2015)

@@ -143,7 +186,7 @@ page.title=Support Library {@link android.support.v4.media.session.PlaybackStateCompat.Builder#setExtras setExtras()} methods to the {@link android.support.v4.media.session.PlaybackStateCompat.Builder} class for adding - adding custom actions to a playback state. + custom actions to a playback state.
  • Added the {@link android.support.v4.media.session.PlaybackStateCompat.CustomAction#fromCustomAction fromCustomAction()} and @@ -203,6 +246,9 @@ page.title=Support Library +

    For a complete list of the Support Library changes, see the + Support + Library API Differences Report.

    @@ -212,7 +258,6 @@ page.title=Support Library -