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

Commit 22c3bf7

Browse files
committed
Update with fix for bad link tag filtering
1 parent 4e81439 commit 22c3bf7

File tree

123 files changed

+595
-456
lines changed

Some content is hidden

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

123 files changed

+595
-456
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,8 +2979,8 @@
29792979
requiredFeatures parameter</param>
29802980
<param name="addAccountOptions">This <c>Bundle</c> is passed as the <c>#addAccount</c> options
29812981
parameter</param>
2982-
<summary>Deprecated in favor of <c>#newChooseAccountIntent(Account</c>, List, String[], String,
2983-
String, String[], Bundle)}.</summary>
2982+
<summary>Deprecated in favor of <c>#newChooseAccountIntent(Account, List, String[], String,
2983+
String, String[], Bundle)</c>.</summary>
29842984
<returns>an <c>Intent</c> that can be used to launch the ChooseAccount activity flow.</returns>
29852985
<remarks>
29862986
<para>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,8 @@
738738
<Parameters />
739739
<Docs>
740740
<summary>Removes all <c>#addListener(android.animation.Animator.AnimatorListener) listeners</c>
741-
and <c>#addPauseListener(android</c>.</summary>
741+
and <c>#addPauseListener(android.animation.Animator.AnimatorPauseListener)
742+
pauseListeners</c> from this object.</summary>
742743
<remarks>
743744
<para>
744745
<format type="text/html">

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4834,11 +4834,11 @@
48344834
<Docs>
48354835
<param name="admin">the <c>DeviceAdminReceiver</c> this request is associated with</param>
48364836
<summary>Returns the set of package names that the admin has previously set as allowed to request user
4837-
consent for cross-profile communication, via <c>#setCrossProfilePackages(ComponentName</c>,
4838-
Set)}.</summary>
4837+
consent for cross-profile communication, via <c>#setCrossProfilePackages(ComponentName,
4838+
Set)</c>.</summary>
48394839
<returns>the set of package names the admin has previously set as allowed to request user
4840-
consent for cross-profile communication, via <c>#setCrossProfilePackages(ComponentName</c>,
4841-
Set)}</returns>
4840+
consent for cross-profile communication, via <c>#setCrossProfilePackages(ComponentName,
4841+
Set)</c></returns>
48424842
<remarks>
48434843
<para>
48444844
<format type="text/html">

docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
</ReturnValue>
7878
<Docs>
7979
<summary>Returns the alpha transformation of the view, used to reduce the overall opacity
80-
of the view's contents, as set by <c>ViewStructure#setAlpha</c>
81-
ViewStructure.</summary>
80+
of the view's contents, as set by <c>ViewStructure#setAlpha
81+
ViewStructure.setAlpha(float)</c>.</summary>
8282
<value>To be added.</value>
8383
<remarks>
8484
<para>
@@ -356,8 +356,8 @@
356356
</ReturnValue>
357357
<Docs>
358358
<summary>Returns the visual elevation of the view, used for shadowing and other visual
359-
characterstics, as set by <c>ViewStructure#setElevation</c>
360-
ViewStructure.</summary>
359+
characterstics, as set by <c>ViewStructure#setElevation
360+
ViewStructure.setElevation(float)</c>.</summary>
361361
<value>To be added.</value>
362362
<remarks>
363363
<para>

docs/Mono.Android/en/Android.App.Job/JobScheduler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
</Parameters>
134134
<Docs>
135135
<param name="jobId">unique identifier for the job to be canceled, as supplied to
136-
<c>JobInfo</c>.Builder#Builder(int, android.content.ComponentName)
137-
JobInfo.Builder(int, android.content.ComponentName)}.</param>
136+
<c>JobInfo.Builder#Builder(int, android.content.ComponentName)
137+
JobInfo.Builder(int, android.content.ComponentName)</c>.</param>
138138
<summary>Cancel the specified job.</summary>
139139
<remarks>
140140
<para>

docs/Mono.Android/en/Android.App.Job/JobService.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@
220220
</Parameters>
221221
<Docs>
222222
<param name="params">Parameters specifying info about this job, including the optional
223-
extras configured with <c>JobInfo</c>.Builder#setExtras(android.os.PersistableBundle).
223+
extras configured with <c>JobInfo.Builder#setExtras(android.os.PersistableBundle).
224224
This object serves to identify this specific running job instance when calling
225-
<c>#jobFinished(JobParameters, boolean)</c>.</param>
225+
{@link #jobFinished(JobParameters, boolean)</c>.</param>
226226
<summary>Called to indicate that the job has begun executing.</summary>
227227
<returns>
228228
<c>true</c> if your service will continue running, using a separate thread

docs/Mono.Android/en/Android.App/Activity.xml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,7 +4276,9 @@
42764276
<Docs>
42774277
<param name="keyCode">The value in event.getKeyCode().</param>
42784278
<param name="e">Description of the key event.</param>
4279-
<summary>Default implementation of <c>KeyEvent</c>.</summary>
4279+
<summary>Default implementation of <c>KeyEvent.Callback#onKeyLongPress(int, KeyEvent)
4280+
KeyEvent.Callback.onKeyLongPress()</c>: always returns false (doesn't handle
4281+
the event).</summary>
42804282
<returns>To be added.</returns>
42814283
<remarks>
42824284
<para>
@@ -4331,7 +4333,9 @@
43314333
<param name="keyCode">The value in event.getKeyCode().</param>
43324334
<param name="repeatCount">Number of pairs as returned by event.getRepeatCount().</param>
43334335
<param name="e">Description of the key event.</param>
4334-
<summary>Default implementation of <c>KeyEvent</c>.</summary>
4336+
<summary>Default implementation of <c>KeyEvent.Callback#onKeyMultiple(int, int, KeyEvent)
4337+
KeyEvent.Callback.onKeyMultiple()</c>: always returns false (doesn't handle
4338+
the event).</summary>
43354339
<returns>To be added.</returns>
43364340
<remarks>
43374341
<para>
@@ -7124,7 +7128,8 @@
71247128
<Parameters />
71257129
<Docs>
71267130
<summary>Postpone the entering activity transition when Activity was started with
7127-
<c>android</c>.</summary>
7131+
<c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity,
7132+
android.util.Pair[])</c>.</summary>
71287133
<remarks>
71297134
<para>
71307135
<format type="text/html">
@@ -8084,7 +8089,9 @@
80848089
</Parameters>
80858090
<Docs>
80868091
<param name="callback">Used to manipulate shared element transitions on the launched Activity.</param>
8087-
<summary>When <c>android</c>.</summary>
8092+
<summary>When <c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity,
8093+
android.view.View, String)</c> was used to start an Activity, &lt;var&gt;callback&lt;/var&gt;
8094+
will be called to handle shared elements on the <i>launched</i> Activity.</summary>
80888095
<remarks>
80898096
<para>
80908097
<format type="text/html">
@@ -8123,7 +8130,9 @@
81238130
</Parameters>
81248131
<Docs>
81258132
<param name="callback">Used to manipulate shared element transitions on the launching Activity.</param>
8126-
<summary>When <c>android</c>.</summary>
8133+
<summary>When <c>android.app.ActivityOptions#makeSceneTransitionAnimation(Activity,
8134+
android.view.View, String)</c> was used to start an Activity, &lt;var&gt;callback&lt;/var&gt;
8135+
will be called to handle shared elements on the <i>launching</i> Activity.</summary>
81278136
<remarks>
81288137
<para>
81298138
<format type="text/html">
@@ -8449,8 +8458,8 @@
84498458
<Docs>
84508459
<param name="locusId">a unique, stable id that identifies this <c>Activity</c> instance. LocusId
84518460
is an opaque ID that links this Activity's state to different Android concepts:
8452-
<c>android</c>.content.pm.ShortcutInfo.Builder#setLocusId(android.content.LocusId)
8453-
setLocusId}. LocusID is null by default or if you explicitly reset it.</param>
8461+
<c>android.content.pm.ShortcutInfo.Builder#setLocusId(android.content.LocusId)
8462+
setLocusId</c>. LocusID is null by default or if you explicitly reset it.</param>
84548463
<param name="bundle">extras set or updated as part of this locus context. This may help provide
84558464
additional metadata such as URLs, conversation participants specific to this
84568465
<c>Activity</c>'s context. Bundle can be null if additional metadata is not needed.
@@ -10004,8 +10013,8 @@
1000410013
<param name="flagsValues">Desired values for any bits set in
1000510014
&lt;var&gt;flagsMask&lt;/var&gt;</param>
1000610015
<param name="extraFlags">Always set to 0.</param>
10007-
<summary>Same as calling <c>#startIntentSenderForResult(IntentSender</c>, int,
10008-
Intent, int, int, int, Bundle)} with no options.</summary>
10016+
<summary>Same as calling <c>#startIntentSenderForResult(IntentSender, int,
10017+
Intent, int, int, int, Bundle)</c> with no options.</summary>
1000910018
<remarks>
1001010019
<para>
1001110020
<format type="text/html">
@@ -10152,8 +10161,8 @@
1015210161
<param name="flagsMask">To be added.</param>
1015310162
<param name="flagsValues">To be added.</param>
1015410163
<param name="extraFlags">To be added.</param>
10155-
<summary>Same as calling <c>#startIntentSenderFromChild(Activity</c>, IntentSender,
10156-
int, Intent, int, int, int, Bundle)} with no options.</summary>
10164+
<summary>Same as calling <c>#startIntentSenderFromChild(Activity, IntentSender,
10165+
int, Intent, int, int, int, Bundle)</c> with no options.</summary>
1015710166
<remarks>
1015810167
<para>
1015910168
<format type="text/html">

docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,8 @@
977977
</ReturnValue>
978978
<Docs>
979979
<summary>Last memory trim level reported to the process: corresponds to
980-
the values supplied to <c>android</c>.</summary>
980+
the values supplied to <c>android.content.ComponentCallbacks2#onTrimMemory(int)
981+
ComponentCallbacks2.onTrimMemory(int)</c>.</summary>
981982
<value>To be added.</value>
982983
<remarks>
983984
<para>

docs/Mono.Android/en/Android.App/ActivityManager.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,8 +1584,8 @@
15841584
<c>RunningTaskInfo</c> or <c>RecentTaskInfo</c>.</param>
15851585
<param name="flags">Additional operational flags.</param>
15861586
<param name="options">Additional options for the operation, either null or
1587-
as per <c>Context#startActivity(Intent</c>, android.os.Bundle)
1588-
Context.startActivity(Intent, Bundle)}.</param>
1587+
as per <c>Context#startActivity(Intent, android.os.Bundle)
1588+
Context.startActivity(Intent, Bundle)</c>.</param>
15891589
<summary>Ask that the task associated with a given task ID be moved to the
15901590
front of the stack, so it is now visible to the user.</summary>
15911591
<remarks>

docs/Mono.Android/en/Android.App/ActivityOptions.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
</Attributes>
2020
<Docs since="16">
2121
<summary>Helper class for building an options Bundle that can be used with
22-
<c>android</c>.</summary>
22+
<c>android.content.Context#startActivity(android.content.Intent, android.os.Bundle)
23+
Context.startActivity(Intent, Bundle)</c> and related methods.</summary>
2324
<remarks>
2425
<para>
2526
<format type="text/html">
@@ -935,7 +936,8 @@
935936
<Parameters />
936937
<Docs>
937938
<summary>Returns the created options as a Bundle, which can be passed to
938-
<c>android</c>.</summary>
939+
<c>android.content.Context#startActivity(android.content.Intent, android.os.Bundle)
940+
Context.startActivity(Intent, Bundle)</c> and related methods.</summary>
939941
<returns>To be added.</returns>
940942
<remarks>
941943
<para>

0 commit comments

Comments
 (0)