Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 1da8fe0

Browse files
committed
1 parent 658a026 commit 1da8fe0

File tree

210 files changed

+3932
-1126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+3932
-1126
lines changed

docs/Mono.Android/en/Android.Accounts/AccountManager.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,11 +3517,19 @@
35173517
<Docs>
35183518
<param name="account">The account to set an auth token for</param>
35193519
<param name="authTokenType">The type of the auth token, see {#getAuthToken}</param>
3520-
<param name="authToken">The auth token to add to the cache
3521-
</param>
3520+
<param name="authToken">The auth token to add to the cache</param>
35223521
<summary>Adds an auth token to the AccountManager cache for an account.</summary>
35233522
<remarks>
3524-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
3523+
<para>
3524+
<format type="text/html">
3525+
<a href="https://developer.android.com/reference/android/accounts/AccountManager#setAuthToken(android.accounts.Account,%20java.lang.String,%20java.lang.String)" title="Reference documentation">Java documentation for <code>android.accounts.AccountManager.setAuthToken(android.accounts.Account, java.lang.String, java.lang.String)</code>.</a>
3526+
</format>
3527+
</para>
3528+
<para>
3529+
Portions of this page are modifications based on work created and shared by the
3530+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
3531+
and used according to terms described in the
3532+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
35253533
</remarks>
35263534
<since version="Added in API level 5" />
35273535
</Docs>

docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="21">
34-
<summary>This evaluator can be used to perform type interpolation between <c>float[]</c> values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float[]&lt;/code&gt; values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
38-
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Android platform documentation</a>
38+
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.FloatArrayEvaluator</code>.</a>
3939
</format>
4040
</para>
41-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
41+
<para>
42+
Portions of this page are modifications based on work created and shared by the
43+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
44+
and used according to terms described in the
45+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
4246
</remarks>
4347
</Docs>
4448
<Members>

docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="21">
34-
<summary>This evaluator can be used to perform type interpolation between <c>int[]</c> values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int[]&lt;/code&gt; values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
38-
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Android platform documentation</a>
38+
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.IntArrayEvaluator</code>.</a>
3939
</format>
4040
</para>
41-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
41+
<para>
42+
Portions of this page are modifications based on work created and shared by the
43+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
44+
and used according to terms described in the
45+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
4246
</remarks>
4347
</Docs>
4448
<Members>

docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
</Attribute>
1919
</Attributes>
2020
<Docs since="11">
21-
<summary>This subclass of <see cref="T:Android.Animation.ValueAnimator" /> provides support for animating properties on target objects.</summary>
21+
<summary>This subclass of <c>ValueAnimator</c> provides support for animating properties on target objects.</summary>
2222
<remarks>
2323
<para>
2424
<format type="text/html">
25-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Android platform documentation</a>
25+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator</code>.</a>
2626
</format>
2727
</para>
28-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
28+
<para>
29+
Portions of this page are modifications based on work created and shared by the
30+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
31+
and used according to terms described in the
32+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
2933
</remarks>
3034
<since version="Added in API level 11" />
3135
</Docs>

docs/Mono.Android/en/Android.Animation/ValueAnimator.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@
1919
</Attributes>
2020
<Docs since="11">
2121
<summary>This class provides a simple timing engine for running animations
22-
which calculate animated values and set them on target objects.</summary>
22+
which calculate animated values and set them on target objects.</summary>
2323
<remarks>
2424
<para>
2525
<format type="text/html">
26-
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Android platform documentation</a>
26+
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Java documentation for <code>android.animation.ValueAnimator</code>.</a>
2727
</format>
2828
</para>
29-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
29+
<para>
30+
Portions of this page are modifications based on work created and shared by the
31+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
32+
and used according to terms described in the
33+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
3034
</remarks>
3135
<since version="Added in API level 11" />
3236
</Docs>

docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
<remarks>
2323
<para>
2424
<format type="text/html">
25-
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Android platform documentation</a>
25+
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Java documentation for <code>android.app.admin.DeviceAdminReceiver</code>.</a>
2626
</format>
2727
</para>
28-
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
28+
<para>
29+
Portions of this page are modifications based on work created and shared by the
30+
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
31+
and used according to terms described in the
32+
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
2933
</remarks>
3034
<since version="Added in API level 8" />
3135
</Docs>

0 commit comments

Comments
 (0)