diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 8a43696afe8d4..56a3954bdb571 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -62,6 +62,108 @@ page.title=Support Library

Android Support Library, revision 22 (March 2015) +

+
+
+
Changes for v4 support library:
+
+
    +
  • Updated the {@link android.support.v4.content.res.ResourcesCompat#getDrawable + getDrawable()} method to return a drawable object for a specified specific resource ID, + screen density, and theme. +
  • +
  • Added the {@link android.support.v4.view.ViewCompat#setImportantForAccessibility + setImportantForAccessibility()} method so you can indicate if a view should trigger + accessibility events. +
  • +
  • Added the {@link android.support.v4.widget.DrawerLayout#getStatusBarBackgroundDrawable + getStatusBarBackgroundDrawable()} method so you can get the status bar background + drawable. +
  • +
  • Added methods to the + {@link android.support.v4.app.NotificationCompat.CarExtender.UnreadConversation} + class so Android Auto messaging apps can retrieve additional notification data. +
  • +
  • Added the {@link android.support.v4.widget.SwipeRefreshLayout#getProgressCircleDiameter + getProgressCircleDiameter()} method to return the diameter of a circle layout. +
  • +
  • Changed the default {@link android.support.v4.widget.DrawerLayout DrawerLayout} + status bar color to {@link android.R.attr#colorPrimaryDark}. +
  • +
+
+ +
Changes for v7 appcompat library:
+
+
    +
  • Added the spinner style + {@link android.support.v7.appcompat.R.style#Base_Widget_AppCompat_Spinner_Underlined}.
  • +
  • Added tinted widgets styles with + {@link android.support.v7.appcompat.R.style#Widget_AppCompat_AutoCompleteTextView}, + {@link android.widget.MultiAutoCompleteTextView}, + {@link android.support.v7.appcompat.R.style#TextAppearance_AppCompat_Button}, and + {@link android.support.v7.appcompat.R.style#Base_Widget_AppCompat_RatingBar}.
  • +
+
+ +
Changes for v17 leanback library:
+
+
    +
  • Added the {@link android.support.v17.leanback.widget.ListRowPresenter#getRecycledPoolSize + getRecycledPoolSize()} and + {@link android.support.v17.leanback.widget.ListRowPresenter#setRecycledPoolSize + setRecycledPoolSize()} methods to allow customized recycled pool sizes.
  • +
  • Added the {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT} attribute to the + layout width setting to support wrapped content for title icons.
  • +
  • Defined {@link android.support.v17.leanback.R.transition} in XML to + improve transition updates.
  • +
  • Enabled support for right to left layouts.
  • +
  • Added the play and pause media key events support to the + {@link android.support.v17.leanback.app.PlaybackOverlayFragment} class.
  • +
  • Added enter and return transitions to the + {@link android.support.v17.leanback.app.BrowseFragment} class and the + {@link android.support.v17.leanback.app.DetailsFragment} class.
  • +
  • Added the {@link android.support.v17.leanback.widget.ArrayObjectAdapter#replace + replace()} method to replace items in an object’s adapter array.
  • +
+
+ + +
Changes for v7 mediarouter library:
+
+
    +
  • Updated Google Cast icons to use the + material design style.
  • +
  • Updated all the icons used in the {@link android.media.MediaRouter} dialogs to use the + material design style.
  • +
+
+ + +
Changes for v7 recyclerview library:
+
+
    +
  • Added the {@link android.support.v7.widget.RecyclerView.ViewHolder#getLayoutPosition + getlayoutPosition()} + and {@link android.support.v7.widget.RecyclerView.ViewHolder#getAdapterPosition + getadapterPosition()} methods to the {@link android.support.v7.widget.RecyclerView} + class.
  • +
  • Deprecated the classgetChildPosition() and + findViewHolderForPosition() methods in the + {@link android.support.v7.widget.RecyclerView} class.
  • +
  • Deprecated the getPosition() method in the + {@link android.support.v7.widget.RecyclerView.ViewHolder} class.
  • +
  • Deprecated the getViewPosition() method in the + {@link android.support.v7.widget.RecyclerView.LayoutParams} class.
  • +
+
+ + + +
+

+ Android Support Library, revision 21.0.3 (December 2014)

@@ -203,7 +305,7 @@ page.title=Support Library
  • Updated common user interface widgets to allow tinting via theme attributes when running on pre-Android 5.0 devices
  • Added {@link android.support.v7.widget.SwitchCompat}, a backport - of the {@link android.widget.Switch} widget that was added in + of the {@link android.widget.Switch} widget that was added in Android 4.0 (API level 14).