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

Update docs against xamarin/xamarin-android@525b080d #45

Merged
merged 3 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,24 @@
<Parameter Name="animate" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="scale">To be added.</param>
<param name="animate">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="scale">the magnification scale to set, must be &gt;= 1 and &lt;= 8</param>
<param name="animate">
<c>true</c> to animate from the current scale or
<c>false</c> to set the scale immediately</param>
<summary>Sets the magnification scale.</summary>
<returns>
<c>true</c> on success, <c>false</c> on failure</returns>
<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/accessibilityservice/AccessibilityService.MagnificationController#setScale(float,%20boolean)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.AccessibilityService.MagnificationController.setScale(float, boolean)</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>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,30 @@
<Parameter Name="textAttribute" Type="Android.Views.InputMethods.TextAttribute" />
</Parameters>
<Docs>
<param name="text">To be added.</param>
<param name="newCursorPosition">To be added.</param>
<param name="textAttribute">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="text">The text to commit. This may include styles.</param>
<param name="newCursorPosition">The new cursor position around the text,
in Java characters. If &gt; 0, this is relative to the end
of the text - 1; if &lt;= 0, this is relative to the start
of the text. So a value of 1 will always advance the cursor
to the position after the full text being inserted. Note that
this means you can't position the cursor within the text,
because the editor can make modifications to the text
you are providing so it is not possible to correctly specify
locations there.</param>
<param name="textAttribute">The extra information about the text.</param>
<summary>Commit text to the text box and set the new cursor position.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/accessibilityservice/InputMethod.AccessibilityInputConnection#commitText(java.lang.CharSequence,%20int,%20android.view.inputmethod.TextAttribute)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.InputMethod.AccessibilityInputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)</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>
</Docs>
</Member>
<Member MemberName="CommitText">
Expand All @@ -126,11 +145,30 @@
<Parameter Name="textAttribute" Type="Android.Views.InputMethods.TextAttribute" />
</Parameters>
<Docs>
<param name="text">To be added.</param>
<param name="newCursorPosition">To be added.</param>
<param name="textAttribute">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="text">The text to commit. This may include styles.</param>
<param name="newCursorPosition">The new cursor position around the text,
in Java characters. If &gt; 0, this is relative to the end
of the text - 1; if &lt;= 0, this is relative to the start
of the text. So a value of 1 will always advance the cursor
to the position after the full text being inserted. Note that
this means you can't position the cursor within the text,
because the editor can make modifications to the text
you are providing so it is not possible to correctly specify
locations there.</param>
<param name="textAttribute">The extra information about the text.</param>
<summary>Commit text to the text box and set the new cursor position.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/accessibilityservice/InputMethod.AccessibilityInputConnection#commitText(java.lang.CharSequence,%20int,%20android.view.inputmethod.TextAttribute)" title="Reference documentation">Java documentation for <code>android.accessibilityservice.InputMethod.AccessibilityInputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)</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>
</Docs>
</Member>
<Member MemberName="DeleteSurroundingText">
Expand Down
11 changes: 10 additions & 1 deletion docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,16 @@
<summary>Gets the current list of listeners for layout changes.</summary>
<value>To be added.</value>
<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/animation/LayoutTransition#getTransitionListeners()" title="Reference documentation">Java documentation for <code>android.animation.LayoutTransition.getTransitionListeners()</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 11" />
</Docs>
Expand Down
72 changes: 55 additions & 17 deletions docs/Mono.Android/en/Android.App/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9913,11 +9913,20 @@
<Docs>
<param name="child">The activity making the call.</param>
<param name="intent">The intent to start.</param>
<param name="requestCode">Reply request code. </param>
<summary>Same as calling <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android App Activity StartActivityFromChild(Android App Activity,Android Content Intent,Android Content Intent,Android Content Intent)';scope=Xamarin" title="M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)">M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)</a></format>
with no options.</summary>
<param name="requestCode">Reply request code. &lt; 0 if reply is not requested.</param>
<summary>Same as calling <c>#startActivityFromChild(Activity, Intent, int, Bundle)</c>
with no options.</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/app/Activity#startActivityFromChild(android.app.Activity,%20android.content.Intent,%20int)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int)</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 1" />
<exception cref="T:Android.Content.ActivityNotFoundException" />
Expand Down Expand Up @@ -9956,13 +9965,23 @@
<Docs>
<param name="child">The activity making the call.</param>
<param name="intent">The intent to start.</param>
<param name="requestCode">Reply request code. </param>
<param name="requestCode">Reply request code. &lt; 0 if reply is not requested.</param>
<param name="options">Additional options for how the Activity should be started.
See <see cref="M:Android.Content.Context.StartActivity(Android.Content.Intent,Android.OS.Bundle)" /> for more details.</param>
See <c>android.content.Context#startActivity(Intent, Bundle)</c>
Context.startActivity(Intent, Bundle)} for more details.</param>
<summary>This is called when a child activity of this one calls its
<format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Content Context StartActivity';scope=Xamarin" title="M:Android.Content.Context.StartActivity">M:Android.Content.Context.StartActivity</a></format> or <see cref="M:Android.App.Activity.StartActivityForResult(Android.Content.Intent,System.Int32)" /> method.</summary>
<c>#startActivity</c> or <c>#startActivityForResult</c> method.</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/app/Activity#startActivityFromChild(android.app.Activity,%20android.content.Intent,%20int,%20android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int, android.os.Bundle)</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 16" />
<exception cref="T:Android.Content.ActivityNotFoundException" />
Expand Down Expand Up @@ -10000,11 +10019,20 @@
<Docs>
<param name="fragment">The fragment making the call.</param>
<param name="intent">The intent to start.</param>
<param name="requestCode">Reply request code. </param>
<summary>Same as calling <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android App Activity StartActivityFromFragment(Android App Fragment,Android Content Intent,Android Content Intent,Android Content Intent)';scope=Xamarin" title="M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)">M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)</a></format>
with no options.</summary>
<param name="requestCode">Reply request code. &lt; 0 if reply is not requested.</param>
<summary>Same as calling <c>#startActivityFromFragment(Fragment, Intent, int, Bundle)</c>
with no options.</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/app/Activity#startActivityFromFragment(android.app.Fragment,%20android.content.Intent,%20int)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int)</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 11" />
<exception cref="T:Android.Content.ActivityNotFoundException" />
Expand Down Expand Up @@ -10044,14 +10072,24 @@
<Docs>
<param name="fragment">The fragment making the call.</param>
<param name="intent">The intent to start.</param>
<param name="requestCode">Reply request code. </param>
<param name="requestCode">Reply request code. &lt; 0 if reply is not requested.</param>
<param name="options">Additional options for how the Activity should be started.
See <see cref="M:Android.Content.Context.StartActivity(Android.Content.Intent,Android.OS.Bundle)" /> for more details.</param>
See <c>android.content.Context#startActivity(Intent, Bundle)</c>
Context.startActivity(Intent, Bundle)} for more details.</param>
<summary>This is called when a Fragment in this activity calls its
<see cref="M:Android.App.Fragment.StartActivity(Android.Content.Intent)" /> or <see cref="M:Android.App.Fragment.StartActivityForResult(Android.Content.Intent,System.Int32)" />
method.</summary>
<c>Fragment#startActivity</c> or <c>Fragment#startActivityForResult</c>
method.</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/app/Activity#startActivityFromFragment(android.app.Fragment,%20android.content.Intent,%20int,%20android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int, android.os.Bundle)</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 16" />
<exception cref="T:Android.Content.ActivityNotFoundException" />
Expand Down
Loading