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

Commit

Permalink
Bump to xamarin/xamarin-android/main@ca8f561 (#39)
Browse files Browse the repository at this point in the history
Fixes the remaining `JavadocImport-Error` instances that would occur
when generating API docs for `Mono.Android.dll`.

Notable documentation related generator changes:

  * dotnet/java-interop@a0728ed5: [Java.Interop.Tools.JavaSource] Fix remaining parsing errors

Changes in xamarin-android and java.interop:

  * dotnet/android@ace5f71...ca8f561
  * dotnet/java-interop@032f1e7...a0728ed
  • Loading branch information
pjcollins authored Oct 6, 2022
1 parent 658a026 commit bc5443d
Show file tree
Hide file tree
Showing 210 changed files with 3,932 additions and 1,126 deletions.
14 changes: 11 additions & 3 deletions docs/Mono.Android/en/Android.Accounts/AccountManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3517,11 +3517,19 @@
<Docs>
<param name="account">The account to set an auth token for</param>
<param name="authTokenType">The type of the auth token, see {#getAuthToken}</param>
<param name="authToken">The auth token to add to the cache
</param>
<param name="authToken">The auth token to add to the cache</param>
<summary>Adds an auth token to the AccountManager cache for an account.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<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>
</format>
</para>
<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>
</remarks>
<since version="Added in API level 5" />
</Docs>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between <c>float[]</c> values.</summary>
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float[]&lt;/code&gt; values.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/FloatArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.FloatArrayEvaluator</code>.</a>
</format>
</para>
<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>
<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>
</remarks>
</Docs>
<Members>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@
</Attribute>
</Attributes>
<Docs since="21">
<summary>This evaluator can be used to perform type interpolation between <c>int[]</c> values.</summary>
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int[]&lt;/code&gt; values.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/IntArrayEvaluator" title="Reference documentation">Java documentation for <code>android.animation.IntArrayEvaluator</code>.</a>
</format>
</para>
<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>
<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>
</remarks>
</Docs>
<Members>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
</Attribute>
</Attributes>
<Docs since="11">
<summary>This subclass of <see cref="T:Android.Animation.ValueAnimator" /> provides support for animating properties on target objects.</summary>
<summary>This subclass of <c>ValueAnimator</c> provides support for animating properties on target objects.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator</code>.</a>
</format>
</para>
<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>
<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>
</remarks>
<since version="Added in API level 11" />
</Docs>
Expand Down
10 changes: 7 additions & 3 deletions docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
</Attributes>
<Docs since="11">
<summary>This class provides a simple timing engine for running animations
which calculate animated values and set them on target objects.</summary>
which calculate animated values and set them on target objects.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/animation/ValueAnimator" title="Reference documentation">Java documentation for <code>android.animation.ValueAnimator</code>.</a>
</format>
</para>
<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>
<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>
</remarks>
<since version="Added in API level 11" />
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Android platform documentation</a>
<a href="https://developer.android.com/reference/android/app/admin/DeviceAdminReceiver" title="Reference documentation">Java documentation for <code>android.app.admin.DeviceAdminReceiver</code>.</a>
</format>
</para>
<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>
<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>
</remarks>
<since version="Added in API level 8" />
</Docs>
Expand Down
Loading

0 comments on commit bc5443d

Please sign in to comment.