diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd index 47d2ac18df01f..7e78925e95874 100644 --- a/docs/html/topic/libraries/support-library/revisions.jd +++ b/docs/html/topic/libraries/support-library/revisions.jd @@ -6,9 +6,129 @@ 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.1.0 + (July 2016) +

+ +
+
+
+ Changes for v4 Support + Library: +
+ +
+
    +
  • {@link android.support.v4.app.NotificationCompat.Action.WearableExtender} + has new getHintDisplayActionInline() and + setHintDisplayActionInline() methods for compatibility with + Android Wear 2.0 Preview. + These methods allow an application to specify that an action should be + displayed inline with the notification. +
  • + +
  • Calling {@link android.support.v4.app.Fragment#setUserVisibleHint + Fragment.setUserVisbileHint()} will no longer cause a fragment to become + started if the hint has been added to a {@link + android.support.v4.app.FragmentTransaction} that is not yet committed. This + affects users of {@link android.support.v4.app.FragmentPagerAdapter} that + override {@link android.support.v4.app.Fragment#setUserVisibleHint + setUserVisbileHint()} and assume a specific lifecycle state of the fragment + after calling super.setUserVisibleHint(). For more information, + see the reference page for docs for {@link + android.support.v4.app.Fragment#setUserVisibleHint + Fragment.setUserVisbileHint()}. +
  • +
+ +
+

Fixed issues:

+ + +
+
+ + + +
+

+ Android Support Library, revision 24.0.0 (June 2016)

@@ -120,7 +240,7 @@ page.metaDescription=This page provides details about the Support Library packag

Android Support Library, revision 23.4.0 (May 2016)