diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd index 75257609cb305..88b0ca1fec0ea 100644 --- a/docs/html/topic/libraries/support-library/revisions.jd +++ b/docs/html/topic/libraries/support-library/revisions.jd @@ -6,6 +6,124 @@ page.metaDescription=This page provides details about the Support Library packag

This page provides details about the Support Library package releases.

+

+ Android Support Library, revision 24.0.0 + (June 2016) +

+ +
+
+
+ Changes for v4 Support + Library: +
+ +
+
    +
  • Added Fragment.commitNow() + for synchronous commit +
  • + +
  • Added NotificationCompat.MessagingStyle + for multi-party conversations +
  • + +
  • Added NotificationManagerCompat.areNotificationsEnabled() + and getImportance() +
  • + +
  • {@link android.support.v4.media.session.MediaSessionCompat} + now mirrors the functionality of {@link + android.media.session.MediaSession} and no longer calls {@link + android.media.session.MediaSession#setMediaButtonReceiver + setMediaButtonReceiver()} automatically +
  • +
+

+ Note: MediaBrowserServiceCompat is compatible with + devices running API Level 24 as of Support Library revision 24.0.0. + Older versions of MediaBrowserServiceCompat + are not compatible with API Level 24. If your app uses + MediaBrowserServiceCompat and + supports devices running API level 24, you must update to Support + Library version 24.0.0 or later. +

+ +
+ Changes for v7 + appcompat library: +
+ +
+
    +
  • Added support for referencing themed {@link + android.content.res.ColorStateList} objects from XML +
  • +
+
+ +
+ Changes for Design Support + Library: +
+ +
+
    +
  • Improvements to {@link android.support.design.widget.AppBarLayout} + handling of elevation using {@link + android.animation.StateListAnimator} +
  • +
+
+ +
+ Changes for v17 Leanback library: +
+ +
+
    +
  • Added OnboardingFragment to provide first-run welcome + and setup flow +
  • +
+
+ +
+ Changes for custom tabs: +
+ +
+
    +
  • Added support for providing a {@link android.widget.RemoteViews} + hierarchy for the secondary toolbar
  • +
  • Added CustomTabsClient.connectAndInitialize() + for one-line warm up
  • +
+
+ +
+
+
+ + + + +