From 94280c0a91aca4d2b4025b5c78643c9bc3c8f629 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Fri, 11 Nov 2016 17:11:01 -0500 Subject: Add missing API diffs for support library 25.0.0 Bug: 33408968 Test: n/a Change-Id: I497b2a24248c1511c0d6eca4d5951451e4870b83 --- docs/html/sdk/support_api_diff/25.0.0/changes.html | 45 +++ .../25.0.0/changes/alldiffs_index_additions.html | 252 ++++++++++++ .../25.0.0/changes/alldiffs_index_all.html | 422 +++++++++++++++++++++ .../25.0.0/changes/alldiffs_index_changes.html | 256 +++++++++++++ .../25.0.0/changes/alldiffs_index_removals.html | 67 ++++ ...ndroid.support.customtabs.CustomTabsIntent.html | 125 ++++++ ...support.design.widget.FloatingActionButton.html | 122 ++++++ .../android.support.v13.app.ActivityCompat.html | 122 ++++++ .../android.support.v4.app.ActivityCompat.html | 154 ++++++++ ...v4.app.NotificationCompat.WearableExtender.html | 129 +++++++ .../android.support.v4.content.ContextCompat.html | 140 +++++++ ...d.support.v4.net.ConnectivityManagerCompat.html | 151 ++++++++ .../android.support.v4.text.BidiFormatter.html | 150 ++++++++ .../android.support.v4.view.ViewCompat.html | 129 +++++++ .../changes/android.support.v4.view.ViewPager.html | 122 ++++++ ...droid.support.v4.widget.SwipeRefreshLayout.html | 129 +++++++ ...pport.v7.widget.RecyclerView.LayoutManager.html | 129 +++++++ .../android.support.v7.widget.RecyclerView.html | 122 ++++++ .../25.0.0/changes/changes-summary.html | 220 +++++++++++ .../25.0.0/changes/classes_index_additions.html | 84 ++++ .../25.0.0/changes/classes_index_all.html | 189 +++++++++ .../25.0.0/changes/classes_index_changes.html | 163 ++++++++ .../25.0.0/changes/classes_index_removals.html | 66 ++++ .../changes/constructors_index_additions.html | 67 ++++ .../25.0.0/changes/constructors_index_all.html | 78 ++++ .../25.0.0/changes/constructors_index_changes.html | 75 ++++ .../changes/constructors_index_removals.html | 61 +++ .../25.0.0/changes/fields_index_additions.html | 71 ++++ .../25.0.0/changes/fields_index_all.html | 71 ++++ .../25.0.0/changes/fields_index_changes.html | 61 +++ .../25.0.0/changes/fields_index_removals.html | 61 +++ .../25.0.0/changes/jdiff_help.html | 134 +++++++ .../25.0.0/changes/jdiff_statistics.html | 302 +++++++++++++++ .../25.0.0/changes/jdiff_topleftframe.html | 63 +++ .../25.0.0/changes/methods_index_additions.html | 130 +++++++ .../25.0.0/changes/methods_index_all.html | 151 ++++++++ .../25.0.0/changes/methods_index_changes.html | 85 +++++ .../25.0.0/changes/methods_index_removals.html | 61 +++ .../25.0.0/changes/packages_index_additions.html | 65 ++++ .../25.0.0/changes/packages_index_all.html | 76 ++++ .../25.0.0/changes/packages_index_changes.html | 75 ++++ .../25.0.0/changes/packages_index_removals.html | 63 +++ .../changes/pkg_android.support.customtabs.html | 119 ++++++ .../changes/pkg_android.support.design.widget.html | 141 +++++++ .../changes/pkg_android.support.v13.app.html | 119 ++++++ .../25.0.0/changes/pkg_android.support.v4.app.html | 126 ++++++ .../changes/pkg_android.support.v4.content.html | 119 ++++++ .../25.0.0/changes/pkg_android.support.v4.net.html | 119 ++++++ .../changes/pkg_android.support.v4.text.html | 119 ++++++ .../changes/pkg_android.support.v4.view.html | 126 ++++++ .../changes/pkg_android.support.v4.widget.html | 119 ++++++ .../25.0.0/changes/pkg_android.support.v7.app.html | 126 ++++++ .../changes/pkg_android.support.v7.widget.html | 156 ++++++++ .../sdk/support_api_diff/25.0.0/missingSinces.txt | 27 ++ .../support_api_diff/25.0.0/stylesheet-jdiff.css | 44 +++ .../25.0.0/user_comments_for_24.2.0_to_25.0.0.xml | 379 ++++++++++++++++++ 56 files changed, 7077 insertions(+) create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.customtabs.CustomTabsIntent.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.design.widget.FloatingActionButton.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v13.app.ActivityCompat.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.ActivityCompat.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.NotificationCompat.WearableExtender.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.content.ContextCompat.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.net.ConnectivityManagerCompat.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.text.BidiFormatter.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewCompat.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewPager.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.widget.SwipeRefreshLayout.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.LayoutManager.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/changes-summary.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_help.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_additions.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_all.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_changes.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_removals.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.customtabs.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.design.widget.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v13.app.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.app.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.content.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.net.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.text.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.view.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.widget.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.app.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.widget.html create mode 100644 docs/html/sdk/support_api_diff/25.0.0/missingSinces.txt create mode 100644 docs/html/sdk/support_api_diff/25.0.0/stylesheet-jdiff.css create mode 100644 docs/html/sdk/support_api_diff/25.0.0/user_comments_for_24.2.0_to_25.0.0.xml (limited to 'docs/html/sdk') diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes.html new file mode 100644 index 000000000000..cd9b0a5c6787 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes.html @@ -0,0 +1,45 @@ + + + + + + + + + + +Support Library API Differences Report + + + + + + + + + + + + + + +<h2> +Frame Alert +</h2> + +<p> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<br> +Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A> + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..369d9b162d09 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_additions.html @@ -0,0 +1,252 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +D +G +I +N +R +S +U + TOP +

+ActivityCompat +() constructor
+ +android.support.v13.view.inputmethod
+ + +
B  +A +D +G +I +N +R +S +U + TOP +

+BottomNavigationView
+ +BottomNavigationView.OnNavigationItemSelectedListener
+ + +
D  +A +B +G +I +N +R +S +U + TOP +

+DividerItemDecoration
+ + +
G  +A +B +D +I +N +R +S +U + TOP +

+getBridgeTag +()
+ +getDecoratedBoundsWithMargins +(View, Rect)
+ +getDisplay +(View)
+ +getProgressViewEndOffset +()
+ +getProgressViewStartOffset +()
+ +getRestrictBackgroundStatus +(ConnectivityManager)
+ +getRippleColor +()
+ + +
I  +A +B +D +G +N +R +S +U + TOP +

+isItemPrefetchEnabled +()
+ +isRtl +(CharSequence)
+ + +
N  +A +B +D +G +I +R +S +U + TOP +

+NotificationCompat.DecoratedCustomViewStyle
+ +NotificationCompat.DecoratedMediaCustomViewStyle
+ + +
R  +A +B +D +G +I +N +S +U + TOP +

+RESTRICT_BACKGROUND_STATUS_DISABLED +
+ +RESTRICT_BACKGROUND_STATUS_ENABLED +
+ +RESTRICT_BACKGROUND_STATUS_WHITELISTED +
+ + +
S  +A +B +D +G +I +N +R +U + TOP +

+setBackground +(View, Drawable)
+ +setBridgeTag +(String)
+ +setItemPrefetchEnabled +(boolean)
+ +setPageTransformer +(boolean, PageTransformer, int)
+ +startActivity +(Context, Intent, Bundle)
+ + +
U  +A +B +D +G +I +N +R +S + TOP +

+unicodeWrap
+  type  +(CharSequence) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, TextDirectionHeuristicCompat) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, TextDirectionHeuristicCompat, boolean) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, boolean) in android.support.v4.text.BidiFormatter +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..9396e5206dd9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_all.html @@ -0,0 +1,422 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +F +G +I +L +N +R +S +U +V + TOP +

+ActivityCompat
+  android.support.v13.app
+ +  android.support.v4.app
+ +  ActivityCompat +() constructor
+ +  ActivityCompat +() constructor
+ +android.support.customtabs
+ +android.support.design.widget
+ +android.support.v13.app
+ +android.support.v13.view.inputmethod
+ +android.support.v4.app
+ +android.support.v4.content
+ +android.support.v4.net
+ +android.support.v4.text
+ +android.support.v4.view
+ +android.support.v4.widget
+ +android.support.v7.app
+ +android.support.v7.widget
+ + +
B  +A +C +D +F +G +I +L +N +R +S +U +V + TOP +

+BidiFormatter
+ +BottomNavigationView
+ +BottomNavigationView.OnNavigationItemSelectedListener
+ + +
C  +A +B +D +F +G +I +L +N +R +S +U +V + TOP +

+ConnectivityManagerCompat
+ +ContextCompat
+  android.support.v4.content
+ +  ContextCompat +() constructor
+ +CustomTabsIntent
+ + +
D  +A +B +C +F +G +I +L +N +R +S +U +V + TOP +

+DividerItemDecoration
+ + +
F  +A +B +C +D +G +I +L +N +R +S +U +V + TOP +

+FloatingActionButton
+ + +
G  +A +B +C +D +F +I +L +N +R +S +U +V + TOP +

+getBridgeTag +()
+ +getDecoratedBoundsWithMargins +(View, Rect)
+ +getDisplay +(View)
+ +getProgressViewEndOffset +()
+ +getProgressViewStartOffset +()
+ +getReferrer +(Activity)
+ +getRestrictBackgroundStatus +(ConnectivityManager)
+ +getRippleColor +()
+ + +
I  +A +B +C +D +F +G +L +N +R +S +U +V + TOP +

+isItemPrefetchEnabled +()
+ +isRtl +(CharSequence)
+ + +
L  +A +B +C +D +F +G +I +N +R +S +U +V + TOP +

+launchUrl +(Context, Uri)
+ + +
N  +A +B +C +D +F +G +I +L +R +S +U +V + TOP +

+NotificationCompat.DecoratedCustomViewStyle
+ +NotificationCompat.DecoratedMediaCustomViewStyle
+ +NotificationCompat.WearableExtender
+ + +
R  +A +B +C +D +F +G +I +L +N +S +U +V + TOP +

+RecyclerView
+ +RecyclerView.LayoutManager
+ +RESTRICT_BACKGROUND_STATUS_DISABLED +
+ +RESTRICT_BACKGROUND_STATUS_ENABLED +
+ +RESTRICT_BACKGROUND_STATUS_WHITELISTED +
+ + +
S  +A +B +C +D +F +G +I +L +N +R +U +V + TOP +

+setBackground +(View, Drawable)
+ +setBridgeTag +(String)
+ +setItemPrefetchEnabled +(boolean)
+ +setPageTransformer +(boolean, PageTransformer, int)
+ +Space
+ +startActivity
+  type  +(Context, Intent, Bundle) in android.support.v4.app.ActivityCompat +
+ +  type  +(Context, Intent, Bundle) in android.support.v4.content.ContextCompat +
+ +SwipeRefreshLayout
+ + +
U  +A +B +C +D +F +G +I +L +N +R +S +V + TOP +

+unicodeWrap
+  type  +(CharSequence) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, TextDirectionHeuristicCompat) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, TextDirectionHeuristicCompat, boolean) in android.support.v4.text.BidiFormatter +
+ +  type  +(CharSequence, boolean) in android.support.v4.text.BidiFormatter +
+ + +
V  +A +B +C +D +F +G +I +L +N +R +S +U + TOP +

+ViewCompat
+ +ViewPager
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..e0c9f1ed73a9 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_changes.html @@ -0,0 +1,256 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +F +G +L +N +R +S +V + TOP +

+ActivityCompat
+  android.support.v13.app
+ +  android.support.v4.app
+ +  ActivityCompat +() constructor
+ +android.support.customtabs
+ +android.support.design.widget
+ +android.support.v13.app
+ +android.support.v4.app
+ +android.support.v4.content
+ +android.support.v4.net
+ +android.support.v4.text
+ +android.support.v4.view
+ +android.support.v4.widget
+ +android.support.v7.app
+ +android.support.v7.widget
+ + +
B  +A +C +F +G +L +N +R +S +V + TOP +

+BidiFormatter
+ + +
C  +A +B +F +G +L +N +R +S +V + TOP +

+ConnectivityManagerCompat
+ +ContextCompat
+  android.support.v4.content
+ +  ContextCompat +() constructor
+ +CustomTabsIntent
+ + +
F  +A +B +C +G +L +N +R +S +V + TOP +

+FloatingActionButton
+ + +
G  +A +B +C +F +L +N +R +S +V + TOP +

+getReferrer +(Activity)
+ + +
L  +A +B +C +F +G +N +R +S +V + TOP +

+launchUrl +(Context, Uri)
+ + +
N  +A +B +C +F +G +L +R +S +V + TOP +

+NotificationCompat.WearableExtender
+ + +
R  +A +B +C +F +G +L +N +S +V + TOP +

+RecyclerView
+ +RecyclerView.LayoutManager
+ + +
S  +A +B +C +F +G +L +N +R +V + TOP +

+startActivity +(Context, Intent, Bundle)
+ +SwipeRefreshLayout
+ + +
V  +A +B +C +F +G +L +N +R +S + TOP +

+ViewCompat
+ +ViewPager
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..76010db10580 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/alldiffs_index_removals.html @@ -0,0 +1,67 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
S  + TOP +

+Space
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.customtabs.CustomTabsIntent.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.customtabs.CustomTabsIntent.html new file mode 100644 index 000000000000..891be3d93f7e --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.customtabs.CustomTabsIntent.html @@ -0,0 +1,125 @@ + + + + + + + + + +android.support.customtabs.CustomTabsIntent + + + + + + + + + + +
+
+
+

+Class android.support.customtabs.CustomTabsIntent +

+ + +

+ + + + + + + + + +
Changed Methods +
+ + void launchUrl(Context, Uri) + +Change in signature from (Activity, Uri) to (Context, Uri).
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.design.widget.FloatingActionButton.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.design.widget.FloatingActionButton.html new file mode 100644 index 000000000000..d048222a97bf --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.design.widget.FloatingActionButton.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.design.widget.FloatingActionButton + + + + + + + + + + +
+
+
+

+Class android.support.design.widget.FloatingActionButton +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getRippleColor() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v13.app.ActivityCompat.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v13.app.ActivityCompat.html new file mode 100644 index 000000000000..c11dce291622 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v13.app.ActivityCompat.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v13.app.ActivityCompat + + + + + + + + + + +
+
+
+

+Class android.support.v13.app.ActivityCompat +

+ +

+ + + + + + + + +
Added Constructors +
+ + ActivityCompat() +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.ActivityCompat.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.ActivityCompat.html new file mode 100644 index 000000000000..e728c87784f0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.ActivityCompat.html @@ -0,0 +1,154 @@ + + + + + + + + + +android.support.v4.app.ActivityCompat + + + + + + + + + + +
+
+
+

+Class android.support.v4.app.ActivityCompat +

+ +

+ + + + + + + + + +
Changed Constructors +
+ + ActivityCompat() + +Change from deprecated to undeprecated.
Change of visibility from public to protected.
+
 
+  + +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + Uri getReferrer(Activity) + +Change from non-static to static.
Change from deprecated to undeprecated.
+
 
+ + void startActivity(Context, Intent, Bundle) + +Change in signature from (Activity, Intent, Bundle) to (Context, Intent, Bundle).
+ Method was locally defined, but is now inherited from ContextCompat. +
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.NotificationCompat.WearableExtender.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.NotificationCompat.WearableExtender.html new file mode 100644 index 000000000000..fb9d1fca1fb1 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.app.NotificationCompat.WearableExtender.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.v4.app.NotificationCompat.WearableExtender + + + + + + + + + + +
+
+
+

+Class android.support.v4.app.NotificationCompat.WearableExtender +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + String getBridgeTag() +  
+ + WearableExtender setBridgeTag(String) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.content.ContextCompat.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.content.ContextCompat.html new file mode 100644 index 000000000000..ffcebd00d4db --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.content.ContextCompat.html @@ -0,0 +1,140 @@ + + + + + + + + + +android.support.v4.content.ContextCompat + + + + + + + + + + +
+
+
+

+Class android.support.v4.content.ContextCompat +

+ +

+ + + + + + + + + +
Changed Constructors +
+ + ContextCompat() + +Change from deprecated to undeprecated.
Change of visibility from public to protected.
+
 
+  + +

+ + + + + + + + +
Added Methods +
+ + void startActivity(Context, Intent, Bundle) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.net.ConnectivityManagerCompat.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.net.ConnectivityManagerCompat.html new file mode 100644 index 000000000000..f9ca4c0ee0e5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.net.ConnectivityManagerCompat.html @@ -0,0 +1,151 @@ + + + + + + + + + +android.support.v4.net.ConnectivityManagerCompat + + + + + + + + + + +
+
+
+

+Class android.support.v4.net.ConnectivityManagerCompat +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getRestrictBackgroundStatus(ConnectivityManager) +  
+  + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + int RESTRICT_BACKGROUND_STATUS_DISABLED +  
+ + int RESTRICT_BACKGROUND_STATUS_ENABLED +  
+ + int RESTRICT_BACKGROUND_STATUS_WHITELISTED +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.text.BidiFormatter.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.text.BidiFormatter.html new file mode 100644 index 000000000000..63ee221ce452 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.text.BidiFormatter.html @@ -0,0 +1,150 @@ + + + + + + + + + +android.support.v4.text.BidiFormatter + + + + + + + + + + +
+
+
+

+Class android.support.v4.text.BidiFormatter +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + boolean isRtl(CharSequence) +  
+ + CharSequence unicodeWrap(CharSequence) +  
+ + CharSequence unicodeWrap(CharSequence, TextDirectionHeuristicCompat) +  
+ + CharSequence unicodeWrap(CharSequence, TextDirectionHeuristicCompat, boolean) +  
+ + CharSequence unicodeWrap(CharSequence, boolean) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewCompat.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewCompat.html new file mode 100644 index 000000000000..9e99e731d322 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewCompat.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.v4.view.ViewCompat + + + + + + + + + + +
+
+
+

+Class android.support.v4.view.ViewCompat +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Display getDisplay(View) +  
+ + void setBackground(View, Drawable) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewPager.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewPager.html new file mode 100644 index 000000000000..ca17f87b749d --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.view.ViewPager.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v4.view.ViewPager + + + + + + + + + + +
+
+
+

+Class android.support.v4.view.ViewPager +

+ + +

+ + + + + + + + +
Added Methods +
+ + void setPageTransformer(boolean, PageTransformer, int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.widget.SwipeRefreshLayout.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.widget.SwipeRefreshLayout.html new file mode 100644 index 000000000000..aca6ab9d7242 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v4.widget.SwipeRefreshLayout.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.v4.widget.SwipeRefreshLayout + + + + + + + + + + +
+
+
+

+Class android.support.v4.widget.SwipeRefreshLayout +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + int getProgressViewEndOffset() +  
+ + int getProgressViewStartOffset() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.LayoutManager.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.LayoutManager.html new file mode 100644 index 000000000000..7a5df64927f5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.LayoutManager.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.support.v7.widget.RecyclerView.LayoutManager + + + + + + + + + + +
+
+
+

+Class android.support.v7.widget.RecyclerView.LayoutManager +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + boolean isItemPrefetchEnabled() +  
+ + void setItemPrefetchEnabled(boolean) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.html b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.html new file mode 100644 index 000000000000..af4c24d781cc --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/android.support.v7.widget.RecyclerView.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.support.v7.widget.RecyclerView + + + + + + + + + + +
+
+
+

+Class android.support.v7.widget.RecyclerView +

+ + +

+ + + + + + + + +
Added Methods +
+ + void getDecoratedBoundsWithMargins(View, Rect) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/changes-summary.html b/docs/html/sdk/support_api_diff/25.0.0/changes/changes-summary.html new file mode 100644 index 000000000000..d8bd829fa0c5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/changes-summary.html @@ -0,0 +1,220 @@ + + + + + + + + + +Support Library API Differences Report + + + + + + + + + + +
+
+
+
+

Support Library API Differences Report

+

This report details the changes in the core Android framework API between two API Level +specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields. +The report also includes general statistics that characterize the extent and type of the differences.

+

This report is based a comparison of the Android API specifications +whose API Level identifiers are given in the upper-right corner of this page. It compares a +newer "to" API to an older "from" API, noting all changes relative to the +older API. So, for example, API elements marked as removed are no longer present in the "to" +API specification.

+

To navigate the report, use the "Select a Diffs Index" and "Filter the Index" +controls on the left. The report uses text formatting to indicate interface names, +links to reference documentation, and links to change +description. The statistics are accessible from the "Statistics" link in the upper-right corner.

+

For more information about the Android framework API and SDK, +see the Android Developers site.

+

+ + + + + + + + +
Added Packages +
+ + android.support.v13.view.inputmethod +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android.support.customtabs +  
+ + android.support.design.widget +  
+ + android.support.v13.app +  
+ + android.support.v4.app +  
+ + android.support.v4.content +  
+ + android.support.v4.net +  
+ + android.support.v4.text +  
+ + android.support.v4.view +  
+ + android.support.v4.widget +  
+ + android.support.v7.app +  
+ + android.support.v7.widget +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_additions.html new file mode 100644 index 000000000000..c3286a835eb0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_additions.html @@ -0,0 +1,84 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +D +N + TOP +

+BottomNavigationView
+BottomNavigationView.OnNavigationItemSelectedListener
+ +
D  +B +N + TOP +

+DividerItemDecoration
+ +
N  +B +D + TOP +

+NotificationCompat.DecoratedCustomViewStyle
+NotificationCompat.DecoratedMediaCustomViewStyle
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_all.html new file mode 100644 index 000000000000..6a862ffe1fc2 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_all.html @@ -0,0 +1,189 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +D +F +N +R +S +V + TOP +

+ActivityCompat
+  android.support.v13.app
+  android.support.v4.app
+ +
B  +A +C +D +F +N +R +S +V + TOP +

+BidiFormatter
+BottomNavigationView
+BottomNavigationView.OnNavigationItemSelectedListener
+ +
C  +A +B +D +F +N +R +S +V + TOP +

+ConnectivityManagerCompat
+ContextCompat
+CustomTabsIntent
+ +
D  +A +B +C +F +N +R +S +V + TOP +

+DividerItemDecoration
+ +
F  +A +B +C +D +N +R +S +V + TOP +

+FloatingActionButton
+ +
N  +A +B +C +D +F +R +S +V + TOP +

+NotificationCompat.DecoratedCustomViewStyle
+NotificationCompat.DecoratedMediaCustomViewStyle
+NotificationCompat.WearableExtender
+ +
R  +A +B +C +D +F +N +S +V + TOP +

+RecyclerView
+RecyclerView.LayoutManager
+ +
S  +A +B +C +D +F +N +R +V + TOP +

+Space
+SwipeRefreshLayout
+ +
V  +A +B +C +D +F +N +R +S + TOP +

+ViewCompat
+ViewPager
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_changes.html new file mode 100644 index 000000000000..9881ce6849be --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_changes.html @@ -0,0 +1,163 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +F +N +R +S +V + TOP +

+ActivityCompat
+  android.support.v13.app
+  android.support.v4.app
+ +
B  +A +C +F +N +R +S +V + TOP +

+BidiFormatter
+ +
C  +A +B +F +N +R +S +V + TOP +

+ConnectivityManagerCompat
+ContextCompat
+CustomTabsIntent
+ +
F  +A +B +C +N +R +S +V + TOP +

+FloatingActionButton
+ +
N  +A +B +C +F +R +S +V + TOP +

+NotificationCompat.WearableExtender
+ +
R  +A +B +C +F +N +S +V + TOP +

+RecyclerView
+RecyclerView.LayoutManager
+ +
S  +A +B +C +F +N +R +V + TOP +

+SwipeRefreshLayout
+ +
V  +A +B +C +F +N +R +S + TOP +

+ViewCompat
+ViewPager
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_removals.html new file mode 100644 index 000000000000..65dc88b17d3b --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/classes_index_removals.html @@ -0,0 +1,66 @@ + + + + + + + + + +Class Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
S  + TOP +

+Space
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_additions.html new file mode 100644 index 000000000000..b119899d33d7 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_additions.html @@ -0,0 +1,67 @@ + + + + + + + + + +Constructor Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  + TOP +

+ActivityCompat +() constructor
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_all.html new file mode 100644 index 000000000000..d19abe3d9650 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_all.html @@ -0,0 +1,78 @@ + + + + + + + + + +Constructor Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C + TOP +

+ActivityCompat
+  ActivityCompat +() constructor
+  ActivityCompat +() constructor
+ +
C  +A + TOP +

+ContextCompat +() constructor
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_changes.html new file mode 100644 index 000000000000..9c48ca4e112d --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_changes.html @@ -0,0 +1,75 @@ + + + + + + + + + +Constructor Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C + TOP +

+ActivityCompat +() constructor
+ +
C  +A + TOP +

+ContextCompat +() constructor
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_removals.html new file mode 100644 index 000000000000..55afb300bec1 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/constructors_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_additions.html new file mode 100644 index 000000000000..19d218907b77 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_additions.html @@ -0,0 +1,71 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
R  + TOP +

+RESTRICT_BACKGROUND_STATUS_DISABLED +
+RESTRICT_BACKGROUND_STATUS_ENABLED +
+RESTRICT_BACKGROUND_STATUS_WHITELISTED +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_all.html new file mode 100644 index 000000000000..2f658abfdfb0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_all.html @@ -0,0 +1,71 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
R  + TOP +

+RESTRICT_BACKGROUND_STATUS_DISABLED +
+RESTRICT_BACKGROUND_STATUS_ENABLED +
+RESTRICT_BACKGROUND_STATUS_WHITELISTED +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_changes.html new file mode 100644 index 000000000000..f6d915847e09 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_removals.html new file mode 100644 index 000000000000..b16c79f3caac --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/fields_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Field Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_help.html b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_help.html new file mode 100644 index 000000000000..0f826e399bf5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_help.html @@ -0,0 +1,134 @@ + + + + + + + + + +JDiff Help + + + + + + + + + + + + + + + + + +
Generated by
JDiff
+
+ +
+

JDiff Documentation

+
+
+JDiff is a Javadoc doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does. +This help page describes the different parts of the output from JDiff. +
+
+ See the reference page in the source for JDiff for information about how to generate a report like this one. +
+
+The indexes shown in the top-left frame help show each type of change in more detail. The index "All Differences" contains all the differences between the APIs, in alphabetical order. +These indexes all use the same format: +
    +
  • Removed packages, classes, constructors, methods and fields are struck through.
  • +
  • Added packages, classes, constructors, methods and fields appear in bold.
  • +
  • Changed packages, classes, constructors, methods and fields appear in normal text.
  • +
+
+
+You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background. +Links which take you to a Javadoc page are always in a typewriter font. +Just like Javadoc, all interface names are in italic, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. +
+
+

Javadoc

+This is a link to the top-level Javadoc page for the new version of the product. +
+
+

Overview

+The overview is the top-level summary of what was removed, added and changed between versions. +
+
+

Package

+This is a link to the package containing the current changed class or interface. +
+
+

Class

+This is highlighted when you are looking at the changed class or interface. +
+
+

Text Changes

+This is a link to the top-level index of all documentation changes for the current package or class. +If it is not present, then there are no documentation changes for the current package or class. +This link can be removed entirely by not using the -docchanges option. +
+
+

Statistics

+This is a link to a page which shows statistics about the changes between the two APIs. +This link can be removed entirely by not using the -stats option. +
+
+

Help

+A link to this Help page for JDiff. +
+
+

Prev/Next

+These links take you to the previous and next changed package or class. +
+
+

Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +
+
+

Complex Changes

+There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass. +In these cases, the change will be seen as a removal and an addition, rather than as a change. Unexpected removals or additions are often part of one of these type of changes. +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_statistics.html b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_statistics.html new file mode 100644 index 000000000000..de60506169ae --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_statistics.html @@ -0,0 +1,302 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 24.2.0 and 25.0.0 is approximately 1.82%. +

+
+ +

Total of Differences, by Number and Type

+

+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeAdditionsChangesRemovalsTotal
Packages111012
Classes and Interfaces513119
Constructors1203
Methods183021
Fields3003
Total2829158
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
25android.support.v4.net
5android.support.v13.app
3android.support.v7.app
3android.support.v4.text
2android.support.design.widget
1android.support.v7.widget
<1android.support.v4.content
<1android.support.v4.app
<1android.support.customtabs
<1android.support.v4.widget
<1android.support.v4.view
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
50 +android.support.v4.net.ConnectivityManagerCompat
33 +android.support.v13.app.ActivityCompat
20 +android.support.v4.text.BidiFormatter
11 +android.support.v4.app.ActivityCompat
6 +android.support.v4.content.ContextCompat
4 +android.support.v4.widget.SwipeRefreshLayout
2 +android.support.design.widget.FloatingActionButton
1 +android.support.v4.app.NotificationCompat.WearableExtender
1 +android.support.customtabs.CustomTabsIntent
1 +android.support.v4.view.ViewPager
<1 +android.support.v7.widget.RecyclerView.LayoutManager
<1 +android.support.v4.view.ViewCompat
<1 +android.support.v7.widget.RecyclerView
+

* See Calculation of Change Percentages, below.

+
+

Calculation of Change Percentages

+

+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:

+
+Percentage difference = 100 * (added + removed + 2*changed)
+                        -----------------------------------
+                        sum of public elements in BOTH APIs
+
+

where added is the number of packages added, removed is the number of packages removed, and changed is the number of packages changed. +This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. +The definition ensures that if all packages are removed and all new packages are +added, the change will be 100%.

+
+ +
+
+ + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_topleftframe.html b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..4368791353f0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/jdiff_topleftframe.html @@ -0,0 +1,63 @@ + + + + + + + + + +Android API Version Differences + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Select a Diffs Index:
All Differences
By Package
By Class
By Constructor
By Method
By Field
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_additions.html new file mode 100644 index 000000000000..0ef8e0d7e05a --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_additions.html @@ -0,0 +1,130 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
G  +I +S +U + TOP +

+getBridgeTag +()
+getDecoratedBoundsWithMargins +(View, Rect)
+getDisplay +(View)
+getProgressViewEndOffset +()
+getProgressViewStartOffset +()
+getRestrictBackgroundStatus +(ConnectivityManager)
+getRippleColor +()
+ +
I  +G +S +U + TOP +

+isItemPrefetchEnabled +()
+isRtl +(CharSequence)
+ +
S  +G +I +U + TOP +

+setBackground +(View, Drawable)
+setBridgeTag +(String)
+setItemPrefetchEnabled +(boolean)
+setPageTransformer +(boolean, PageTransformer, int)
+startActivity +(Context, Intent, Bundle)
+ +
U  +G +I +S + TOP +

+unicodeWrap
+  type  +(CharSequence) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, TextDirectionHeuristicCompat) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, TextDirectionHeuristicCompat, boolean) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, boolean) in android.support.v4.text.BidiFormatter +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_all.html new file mode 100644 index 000000000000..08df08521bbd --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_all.html @@ -0,0 +1,151 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
G  +I +L +S +U + TOP +

+getBridgeTag +()
+getDecoratedBoundsWithMargins +(View, Rect)
+getDisplay +(View)
+getProgressViewEndOffset +()
+getProgressViewStartOffset +()
+getReferrer +(Activity)
+getRestrictBackgroundStatus +(ConnectivityManager)
+getRippleColor +()
+ +
I  +G +L +S +U + TOP +

+isItemPrefetchEnabled +()
+isRtl +(CharSequence)
+ +
L  +G +I +S +U + TOP +

+launchUrl +(Context, Uri)
+ +
S  +G +I +L +U + TOP +

+setBackground +(View, Drawable)
+setBridgeTag +(String)
+setItemPrefetchEnabled +(boolean)
+setPageTransformer +(boolean, PageTransformer, int)
+startActivity
+  type  +(Context, Intent, Bundle) in android.support.v4.app.ActivityCompat +
+  type  +(Context, Intent, Bundle) in android.support.v4.content.ContextCompat +
+ +
U  +G +I +L +S + TOP +

+unicodeWrap
+  type  +(CharSequence) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, TextDirectionHeuristicCompat) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, TextDirectionHeuristicCompat, boolean) in android.support.v4.text.BidiFormatter +
+  type  +(CharSequence, boolean) in android.support.v4.text.BidiFormatter +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_changes.html new file mode 100644 index 000000000000..b2aae91a2ff7 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_changes.html @@ -0,0 +1,85 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
G  +L +S + TOP +

+getReferrer +(Activity)
+ +
L  +G +S + TOP +

+launchUrl +(Context, Uri)
+ +
S  +G +L + TOP +

+startActivity +(Context, Intent, Bundle)
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_removals.html new file mode 100644 index 000000000000..d88010f9b13f --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/methods_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Method Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_additions.html b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_additions.html new file mode 100644 index 000000000000..bcbbaf0ef762 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_additions.html @@ -0,0 +1,65 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.v13.view.inputmethod
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_all.html b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_all.html new file mode 100644 index 000000000000..bfadc87c424b --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_all.html @@ -0,0 +1,76 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.customtabs
+android.support.design.widget
+android.support.v13.app
+android.support.v13.view.inputmethod
+android.support.v4.app
+android.support.v4.content
+android.support.v4.net
+android.support.v4.text
+android.support.v4.view
+android.support.v4.widget
+android.support.v7.app
+android.support.v7.widget
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_changes.html b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_changes.html new file mode 100644 index 000000000000..df273007c495 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_changes.html @@ -0,0 +1,75 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.support.customtabs
+android.support.design.widget
+android.support.v13.app
+android.support.v4.app
+android.support.v4.content
+android.support.v4.net
+android.support.v4.text
+android.support.v4.view
+android.support.v4.widget
+android.support.v7.app
+android.support.v7.widget
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_removals.html b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_removals.html new file mode 100644 index 000000000000..c91155c64fc4 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/packages_index_removals.html @@ -0,0 +1,63 @@ + + + + + + + + + +Package Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.customtabs.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.customtabs.html new file mode 100644 index 000000000000..7e1276de8315 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.customtabs.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.customtabs + + + + + + + + + + +
+
+
+

+Package android.support.customtabs +

+

+ + + + + + + + +
Changed Classes +
+ + CustomTabsIntent +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.design.widget.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.design.widget.html new file mode 100644 index 000000000000..e7326e7452cc --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.design.widget.html @@ -0,0 +1,141 @@ + + + + + + + + + +android.support.design.widget + + + + + + + + + + +
+
+
+

+Package android.support.design.widget +

+

+ + + + + + + + + + + + +
Added Classes and Interfaces +
+ + BottomNavigationView +  
+ + BottomNavigationView.
OnNavigationItemSelectedListener
+
 
+  +

+ + + + + + + + +
Changed Classes +
+ + FloatingActionButton +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v13.app.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v13.app.html new file mode 100644 index 000000000000..5f9d84e41eb0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v13.app.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v13.app + + + + + + + + + + +
+
+
+

+Package android.support.v13.app +

+

+ + + + + + + + +
Changed Classes +
+ + ActivityCompat +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.app.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.app.html new file mode 100644 index 000000000000..4ebfbdd970b0 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.app.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.support.v4.app + + + + + + + + + + +
+
+
+

+Package android.support.v4.app +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + ActivityCompat +  
+ + NotificationCompat.WearableExtender +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.content.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.content.html new file mode 100644 index 000000000000..a5e7ef8b6ad5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.content.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v4.content + + + + + + + + + + +
+
+
+

+Package android.support.v4.content +

+

+ + + + + + + + +
Changed Classes +
+ + ContextCompat +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.net.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.net.html new file mode 100644 index 000000000000..978acb25a6f5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.net.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v4.net + + + + + + + + + + +
+
+
+

+Package android.support.v4.net +

+

+ + + + + + + + +
Changed Classes +
+ + ConnectivityManagerCompat +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.text.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.text.html new file mode 100644 index 000000000000..821ac2352e55 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.text.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v4.text + + + + + + + + + + +
+
+
+

+Package android.support.v4.text +

+

+ + + + + + + + +
Changed Classes +
+ + BidiFormatter +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.view.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.view.html new file mode 100644 index 000000000000..062bb90d58e6 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.view.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.support.v4.view + + + + + + + + + + +
+
+
+

+Package android.support.v4.view +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + ViewCompat +  
+ + ViewPager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.widget.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.widget.html new file mode 100644 index 000000000000..7c6be7a6d745 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v4.widget.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.support.v4.widget + + + + + + + + + + +
+
+
+

+Package android.support.v4.widget +

+

+ + + + + + + + +
Changed Classes +
+ + SwipeRefreshLayout +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.app.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.app.html new file mode 100644 index 000000000000..eaf702c1d1ee --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.app.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.support.v7.app + + + + + + + + + + +
+
+
+

+Package android.support.v7.app +

+

+ + + + + + + + + + + + +
Added Classes +
+ + NotificationCompat.DecoratedCustomViewStyle +  
+ + NotificationCompat.DecoratedMediaCustomViewStyle +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.widget.html b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.widget.html new file mode 100644 index 000000000000..d6c4f1235fc6 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/changes/pkg_android.support.v7.widget.html @@ -0,0 +1,156 @@ + + + + + + + + + +android.support.v7.widget + + + + + + + + + + +
+
+
+

+Package android.support.v7.widget +

+

+ + + + + + + + +
Removed Classes +
+ + Space +  
+  +

+ + + + + + + + +
Added Classes +
+ + DividerItemDecoration +  
+  +

+ + + + + + + + + + + + +
Changed Classes +
+ + RecyclerView +  
+ + RecyclerView.LayoutManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/support_api_diff/25.0.0/missingSinces.txt b/docs/html/sdk/support_api_diff/25.0.0/missingSinces.txt new file mode 100644 index 000000000000..5d93bd9e57c1 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/missingSinces.txt @@ -0,0 +1,27 @@ +NO DOC BLOCK: android.support.design.widget.BottomNavigationView Class +NO DOC BLOCK: android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener Interface +NO DOC BLOCK: android.support.v7.widget.DividerItemDecoration Class +NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedCustomViewStyle Class +NO DOC BLOCK: android.support.v7.app.NotificationCompat.DecoratedMediaCustomViewStyle Class +NO DOC BLOCK: android.support.v13.app.ActivityCompat Constructor () +NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag() +NO DOC BLOCK: android.support.v7.widget.RecyclerView Method getDecoratedBoundsWithMargins(android.view.View, android.graphics.Rect) +NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View) +NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset() +NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewStartOffset() +NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Method getRestrictBackgroundStatus(android.net.ConnectivityManager) +NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method getRippleColor() +NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method isItemPrefetchEnabled() +NO DOC BLOCK: android.support.v4.text.BidiFormatter Method isRtl(java.lang.CharSequence) +NO DOC BLOCK: android.support.v4.view.ViewCompat Method setBackground(android.view.View, android.graphics.drawable.Drawable) +NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method setBridgeTag(java.lang.String) +NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method setItemPrefetchEnabled(boolean) +NO DOC BLOCK: android.support.v4.view.ViewPager Method setPageTransformer(boolean, android.support.v4.view.ViewPager.PageTransformer, int) +NO DOC BLOCK: android.support.v4.content.ContextCompat Method startActivity(android.content.Context, android.content.Intent, android.os.Bundle) +NO DOC BLOCK: android.support.v4.text.BidiFormatter Method unicodeWrap(java.lang.CharSequence) +NO DOC BLOCK: android.support.v4.text.BidiFormatter Method unicodeWrap(java.lang.CharSequence, android.support.v4.text.TextDirectionHeuristicCompat) +NO DOC BLOCK: android.support.v4.text.BidiFormatter Method unicodeWrap(java.lang.CharSequence, android.support.v4.text.TextDirectionHeuristicCompat, boolean) +NO DOC BLOCK: android.support.v4.text.BidiFormatter Method unicodeWrap(java.lang.CharSequence, boolean) +NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Field RESTRICT_BACKGROUND_STATUS_DISABLED +NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Field RESTRICT_BACKGROUND_STATUS_ENABLED +NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Field RESTRICT_BACKGROUND_STATUS_WHITELISTED diff --git a/docs/html/sdk/support_api_diff/25.0.0/stylesheet-jdiff.css b/docs/html/sdk/support_api_diff/25.0.0/stylesheet-jdiff.css new file mode 100644 index 000000000000..edafaa3da3e5 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/stylesheet-jdiff.css @@ -0,0 +1,44 @@ + +/* (http://www.jdiff.org) */ + +div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;} +table.diffspectable {border:1px;padding:0px;margin:0px;} +.diffspechead {background-color:#eee;} +.diffspectable tr {border:0px;padding:0px;} +.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;} +td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;} +tt {font-size:11pt;font-family:monospace;} +.indexHeader { + font-size:96%; + line-height:.8em;} +.jdiffIndex td { + font-size:96%; + xline-height:.8em; + padding:2px; + padding-left:1em;} +.indexText { + font-size:100%; + padding-left:1em;} +#indexTableCaption { + font-size:96%; + margin-top:.25em; + margin-bottom:0; + } +.hiddenlink { + font-size:96%; + line-height:.8em; + text-decoration:none;} +a { + text-decoration:none;} +a:hover { + text-decoration:underline;} +.indexBox { + border: 1px solid red; + margin:1em 0 0 0;} +.letterIndexHead { + font-size: 1.5em;font-weight:9; + margin:0 0 0em 0; + border: 1px solid red;} diff --git a/docs/html/sdk/support_api_diff/25.0.0/user_comments_for_24.2.0_to_25.0.0.xml b/docs/html/sdk/support_api_diff/25.0.0/user_comments_for_24.2.0_to_25.0.0.xml new file mode 100644 index 000000000000..9091eb67f029 --- /dev/null +++ b/docs/html/sdk/support_api_diff/25.0.0/user_comments_for_24.2.0_to_25.0.0.xml @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + -- cgit v1.2.3-59-g8ed1b