From 0a056afb714f471a21aa7e06b17744de71c22378 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 18 Nov 2009 16:52:02 -0800 Subject: sdk doc change for esr: Add api diff report 5->6. Update previous diff reports to fix false positives. Bug:2160782 Change-Id: I0a17a9603b53a46a3a434f29bcd72208af1a745b --- .../6/changes/alldiffs_index_additions.html | 92 +++++++++ .../sdk/api_diff/6/changes/alldiffs_index_all.html | 215 +++++++++++++++++++ .../api_diff/6/changes/alldiffs_index_changes.html | 156 ++++++++++++++ .../6/changes/alldiffs_index_removals.html | 61 ++++++ .../sdk/api_diff/6/changes/android.R.attr.html | 157 ++++++++++++++ ...roid.accounts.AbstractAccountAuthenticator.html | 135 ++++++++++++ .../6/changes/android.os.Build.VERSION_CODES.html | 122 +++++++++++ .../android.view.WindowManager.LayoutParams.html | 124 +++++++++++ .../sdk/api_diff/6/changes/changes-summary.html | 156 ++++++++++++++ .../6/changes/classes_index_additions.html | 61 ++++++ .../sdk/api_diff/6/changes/classes_index_all.html | 93 +++++++++ .../api_diff/6/changes/classes_index_changes.html | 93 +++++++++ .../api_diff/6/changes/classes_index_removals.html | 61 ++++++ .../6/changes/constructors_index_additions.html | 61 ++++++ .../api_diff/6/changes/constructors_index_all.html | 61 ++++++ .../6/changes/constructors_index_changes.html | 61 ++++++ .../6/changes/constructors_index_removals.html | 61 ++++++ .../api_diff/6/changes/fields_index_additions.html | 85 ++++++++ .../sdk/api_diff/6/changes/fields_index_all.html | 95 +++++++++ .../api_diff/6/changes/fields_index_changes.html | 67 ++++++ .../api_diff/6/changes/fields_index_removals.html | 61 ++++++ docs/html/sdk/api_diff/6/changes/jdiff_help.html | 134 ++++++++++++ .../sdk/api_diff/6/changes/jdiff_statistics.html | 229 +++++++++++++++++++++ .../sdk/api_diff/6/changes/jdiff_topleftframe.html | 63 ++++++ .../6/changes/methods_index_additions.html | 61 ++++++ .../sdk/api_diff/6/changes/methods_index_all.html | 75 +++++++ .../api_diff/6/changes/methods_index_changes.html | 75 +++++++ .../api_diff/6/changes/methods_index_removals.html | 61 ++++++ .../6/changes/packages_index_additions.html | 63 ++++++ .../sdk/api_diff/6/changes/packages_index_all.html | 68 ++++++ .../api_diff/6/changes/packages_index_changes.html | 68 ++++++ .../6/changes/packages_index_removals.html | 63 ++++++ .../api_diff/6/changes/pkg_android.accounts.html | 119 +++++++++++ docs/html/sdk/api_diff/6/changes/pkg_android.html | 119 +++++++++++ .../sdk/api_diff/6/changes/pkg_android.os.html | 119 +++++++++++ .../sdk/api_diff/6/changes/pkg_android.view.html | 119 +++++++++++ 36 files changed, 3514 insertions(+) create mode 100644 docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/android.R.attr.html create mode 100644 docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html create mode 100644 docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html create mode 100644 docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html create mode 100644 docs/html/sdk/api_diff/6/changes/changes-summary.html create mode 100644 docs/html/sdk/api_diff/6/changes/classes_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/classes_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/classes_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/classes_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/constructors_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/fields_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/fields_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/fields_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/fields_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/jdiff_help.html create mode 100644 docs/html/sdk/api_diff/6/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/api_diff/6/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/api_diff/6/changes/methods_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/methods_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/methods_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/methods_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/packages_index_additions.html create mode 100644 docs/html/sdk/api_diff/6/changes/packages_index_all.html create mode 100644 docs/html/sdk/api_diff/6/changes/packages_index_changes.html create mode 100644 docs/html/sdk/api_diff/6/changes/packages_index_removals.html create mode 100644 docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html create mode 100644 docs/html/sdk/api_diff/6/changes/pkg_android.html create mode 100644 docs/html/sdk/api_diff/6/changes/pkg_android.os.html create mode 100644 docs/html/sdk/api_diff/6/changes/pkg_android.view.html (limited to 'docs/html/sdk/api_diff/6/changes') diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..3db469cb10ca --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html @@ -0,0 +1,92 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
E  +Q + TOP +

+ECLAIR_0_1 +
+ + +
Q  +E + TOP +

+quickContactBadgeStyleSmallWindowLarge +
+ +quickContactBadgeStyleSmallWindowMedium +
+ +quickContactBadgeStyleSmallWindowSmall +
+ +quickContactBadgeStyleWindowLarge +
+ +quickContactBadgeStyleWindowMedium +
+ +quickContactBadgeStyleWindowSmall +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..ebcbdf546123 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html @@ -0,0 +1,215 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +E +Q +R +T +U +W + TOP +

+AbstractAccountAuthenticator
+ +android
+ +android.accounts
+ +android.os
+ +android.view
+ + +
B  +A +C +E +Q +R +T +U +W + TOP +

+Build.VERSION_CODES
+ + +
C  +A +B +E +Q +R +T +U +W + TOP +

+confirmCredentials +(AccountAuthenticatorResponse, Account, Bundle)
+ + +
E  +A +B +C +Q +R +T +U +W + TOP +

+ECLAIR_0_1 +
+ + +
Q  +A +B +C +E +R +T +U +W + TOP +

+quickContactBadgeStyleSmallWindowLarge +
+ +quickContactBadgeStyleSmallWindowMedium +
+ +quickContactBadgeStyleSmallWindowSmall +
+ +quickContactBadgeStyleWindowLarge +
+ +quickContactBadgeStyleWindowMedium +
+ +quickContactBadgeStyleWindowSmall +
+ + +
R  +A +B +C +E +Q +T +U +W + TOP +

+R.attr
+ + +
T  +A +B +C +E +Q +R +U +W + TOP +

+TYPE_STATUS_BAR_PANEL +
+ + +
U  +A +B +C +E +Q +R +T +W + TOP +

+updateCredentials +(AccountAuthenticatorResponse, Account, String, Bundle)
+ + +
W  +A +B +C +E +Q +R +T +U + TOP +

+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..20eab19991b6 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html @@ -0,0 +1,156 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +R +T +U +W + TOP +

+AbstractAccountAuthenticator
+ +android
+ +android.accounts
+ +android.os
+ +android.view
+ + +
B  +A +C +R +T +U +W + TOP +

+Build.VERSION_CODES
+ + +
C  +A +B +R +T +U +W + TOP +

+confirmCredentials +(AccountAuthenticatorResponse, Account, Bundle)
+ + +
R  +A +B +C +T +U +W + TOP +

+R.attr
+ + +
T  +A +B +C +R +U +W + TOP +

+TYPE_STATUS_BAR_PANEL +
+ + +
U  +A +B +C +R +T +W + TOP +

+updateCredentials +(AccountAuthenticatorResponse, Account, String, Bundle)
+ + +
W  +A +B +C +R +T +U + TOP +

+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..68d2c20bf961 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/android.R.attr.html b/docs/html/sdk/api_diff/6/changes/android.R.attr.html new file mode 100644 index 000000000000..b516adafc579 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/android.R.attr.html @@ -0,0 +1,157 @@ + + + + + + + + + +android.R.attr + + + + + + + + + + +
+
+
+

+Class android.R.attr +

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int quickContactBadgeStyleSmallWindowLarge +  
+ + int quickContactBadgeStyleSmallWindowMedium +  
+ + int quickContactBadgeStyleSmallWindowSmall +  
+ + int quickContactBadgeStyleWindowLarge +  
+ + int quickContactBadgeStyleWindowMedium +  
+ + int quickContactBadgeStyleWindowSmall +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html b/docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html new file mode 100644 index 000000000000..97f6e9387094 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html @@ -0,0 +1,135 @@ + + + + + + + + + +android.accounts.AbstractAccountAuthenticator + + + + + + + + + + +
+
+
+

+Class android.accounts.AbstractAccountAuthenticator +

+ + +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + Bundle confirmCredentials(AccountAuthenticatorResponse, Account, Bundle) + +Change in exceptions thrown from no exceptions to android.accounts.NetworkErrorException.
+
 
+ + Bundle updateCredentials(AccountAuthenticatorResponse, Account, String, Bundle) + +Change in exceptions thrown from no exceptions to android.accounts.NetworkErrorException.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html b/docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html new file mode 100644 index 000000000000..f3d939102f7a --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.os.Build.VERSION_CODES + + + + + + + + + + +
+
+
+

+Class android.os.Build.VERSION_CODES +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int ECLAIR_0_1 +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html b/docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html new file mode 100644 index 000000000000..9cb6b272f32e --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html @@ -0,0 +1,124 @@ + + + + + + + + + +android.view.WindowManager.LayoutParams + + + + + + + + + + +
+
+
+

+Class android.view.WindowManager.LayoutParams +

+ + + +

+ + + + + + + + + +
Changed Fields +
+ + int TYPE_STATUS_BAR_PANEL +Changed in value from 2008 to 2014. +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/changes-summary.html b/docs/html/sdk/api_diff/6/changes/changes-summary.html new file mode 100644 index 000000000000..77ceb255c35c --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/changes-summary.html @@ -0,0 +1,156 @@ + + + + + + + + + +Android API Differences Report + + + + + + + + + + +
+
+
+
+

Android 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.

+

+ + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android +  
+ + android.accounts +  
+ + android.os +  
+ + android.view +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_additions.html b/docs/html/sdk/api_diff/6/changes/classes_index_additions.html new file mode 100644 index 000000000000..ccd5b665f73c --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/classes_index_additions.html @@ -0,0 +1,61 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_all.html b/docs/html/sdk/api_diff/6/changes/classes_index_all.html new file mode 100644 index 000000000000..97997b7f8544 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/classes_index_all.html @@ -0,0 +1,93 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +R +W + TOP +

+AbstractAccountAuthenticator
+ +
B  +A +R +W + TOP +

+Build.VERSION_CODES
+ +
R  +A +B +W + TOP +

+R.attr
+ +
W  +A +B +R + TOP +

+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_changes.html b/docs/html/sdk/api_diff/6/changes/classes_index_changes.html new file mode 100644 index 000000000000..98b6c1ffa73c --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/classes_index_changes.html @@ -0,0 +1,93 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +R +W + TOP +

+AbstractAccountAuthenticator
+ +
B  +A +R +W + TOP +

+Build.VERSION_CODES
+ +
R  +A +B +W + TOP +

+R.attr
+ +
W  +A +B +R + TOP +

+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_removals.html b/docs/html/sdk/api_diff/6/changes/classes_index_removals.html new file mode 100644 index 000000000000..792fc4e35470 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/classes_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Class Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html new file mode 100644 index 000000000000..3237ba33faee --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_all.html b/docs/html/sdk/api_diff/6/changes/constructors_index_all.html new file mode 100644 index 000000000000..637582e518a9 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/constructors_index_all.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html new file mode 100644 index 000000000000..728fa2d6b45e --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/6/changes/constructors_index_removals.html new file mode 100644 index 000000000000..1b95544e7f51 --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/fields_index_additions.html b/docs/html/sdk/api_diff/6/changes/fields_index_additions.html new file mode 100644 index 000000000000..cc8d87323619 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/fields_index_additions.html @@ -0,0 +1,85 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
E  +Q + TOP +

+ECLAIR_0_1 +
+ +
Q  +E + TOP +

+quickContactBadgeStyleSmallWindowLarge +
+quickContactBadgeStyleSmallWindowMedium +
+quickContactBadgeStyleSmallWindowSmall +
+quickContactBadgeStyleWindowLarge +
+quickContactBadgeStyleWindowMedium +
+quickContactBadgeStyleWindowSmall +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_all.html b/docs/html/sdk/api_diff/6/changes/fields_index_all.html new file mode 100644 index 000000000000..2b59a4bcd28b --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/fields_index_all.html @@ -0,0 +1,95 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
E  +Q +T + TOP +

+ECLAIR_0_1 +
+ +
Q  +E +T + TOP +

+quickContactBadgeStyleSmallWindowLarge +
+quickContactBadgeStyleSmallWindowMedium +
+quickContactBadgeStyleSmallWindowSmall +
+quickContactBadgeStyleWindowLarge +
+quickContactBadgeStyleWindowMedium +
+quickContactBadgeStyleWindowSmall +
+ +
T  +E +Q + TOP +

+TYPE_STATUS_BAR_PANEL +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_changes.html b/docs/html/sdk/api_diff/6/changes/fields_index_changes.html new file mode 100644 index 000000000000..e05a9890099f --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/fields_index_changes.html @@ -0,0 +1,67 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
T  + TOP +

+TYPE_STATUS_BAR_PANEL +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_removals.html b/docs/html/sdk/api_diff/6/changes/fields_index_removals.html new file mode 100644 index 000000000000..9f62d88abf0d --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/jdiff_help.html b/docs/html/sdk/api_diff/6/changes/jdiff_help.html new file mode 100644 index 000000000000..999508c8a330 --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/6/changes/jdiff_statistics.html new file mode 100644 index 000000000000..b4b77cdf4a0e --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/jdiff_statistics.html @@ -0,0 +1,229 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 5 and 6 is approximately 0.01%. +

+
+ +

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
Packages0404
Classes and Interfaces0404
Constructors0000
Methods0202
Fields7108
Total711018
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
<1android.accounts
<1android.os
<1android
<1android.view
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
10 +android.accounts.AbstractAccountAuthenticator
6 +android.os.Build.VERSION_CODES
<1 +android.view.WindowManager.LayoutParams
<1 +android.R.attr
+

* 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/api_diff/6/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/6/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..36f9836e4478 --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/methods_index_additions.html b/docs/html/sdk/api_diff/6/changes/methods_index_additions.html new file mode 100644 index 000000000000..7a9392f08707 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/methods_index_additions.html @@ -0,0 +1,61 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_all.html b/docs/html/sdk/api_diff/6/changes/methods_index_all.html new file mode 100644 index 000000000000..a3a35e45e33d --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/methods_index_all.html @@ -0,0 +1,75 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +U + TOP +

+confirmCredentials +(AccountAuthenticatorResponse, Account, Bundle)
+ +
U  +C + TOP +

+updateCredentials +(AccountAuthenticatorResponse, Account, String, Bundle)
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_changes.html b/docs/html/sdk/api_diff/6/changes/methods_index_changes.html new file mode 100644 index 000000000000..ab25ba501a67 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/methods_index_changes.html @@ -0,0 +1,75 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +U + TOP +

+confirmCredentials +(AccountAuthenticatorResponse, Account, Bundle)
+ +
U  +C + TOP +

+updateCredentials +(AccountAuthenticatorResponse, Account, String, Bundle)
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_removals.html b/docs/html/sdk/api_diff/6/changes/methods_index_removals.html new file mode 100644 index 000000000000..3906d28d4e99 --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/packages_index_additions.html b/docs/html/sdk/api_diff/6/changes/packages_index_additions.html new file mode 100644 index 000000000000..1776064fe6a9 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/packages_index_additions.html @@ -0,0 +1,63 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_all.html b/docs/html/sdk/api_diff/6/changes/packages_index_all.html new file mode 100644 index 000000000000..32c6eeb84aa8 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/packages_index_all.html @@ -0,0 +1,68 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android
+android.accounts
+android.os
+android.view
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_changes.html b/docs/html/sdk/api_diff/6/changes/packages_index_changes.html new file mode 100644 index 000000000000..edd70f06d732 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/packages_index_changes.html @@ -0,0 +1,68 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android
+android.accounts
+android.os
+android.view
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_removals.html b/docs/html/sdk/api_diff/6/changes/packages_index_removals.html new file mode 100644 index 000000000000..9fd0f7e9a8e7 --- /dev/null +++ b/docs/html/sdk/api_diff/6/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/api_diff/6/changes/pkg_android.accounts.html b/docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html new file mode 100644 index 000000000000..21224bfc86b9 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.accounts + + + + + + + + + + +
+
+
+

+Package android.accounts +

+

+ + + + + + + + +
Changed Classes +
+ + AbstractAccountAuthenticator +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/pkg_android.html b/docs/html/sdk/api_diff/6/changes/pkg_android.html new file mode 100644 index 000000000000..25ddfa0c2d49 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/pkg_android.html @@ -0,0 +1,119 @@ + + + + + + + + + +android + + + + + + + + + + +
+
+
+

+Package android +

+

+ + + + + + + + +
Changed Classes +
+ + R.attr +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/pkg_android.os.html b/docs/html/sdk/api_diff/6/changes/pkg_android.os.html new file mode 100644 index 000000000000..5b5570c591e2 --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/pkg_android.os.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.os + + + + + + + + + + +
+
+
+

+Package android.os +

+

+ + + + + + + + +
Changed Classes +
+ + Build.VERSION_CODES +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/6/changes/pkg_android.view.html b/docs/html/sdk/api_diff/6/changes/pkg_android.view.html new file mode 100644 index 000000000000..2595fadee84e --- /dev/null +++ b/docs/html/sdk/api_diff/6/changes/pkg_android.view.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.view + + + + + + + + + + +
+
+
+

+Package android.view +

+

+ + + + + + + + +
Changed Classes +
+ + WindowManager.LayoutParams +  
+  +

+ +
+
+ + + + -- cgit v1.2.3