Skip to content
Merged
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
10 changes: 5 additions & 5 deletions docs/xml/Android.Text.Util/MatchOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ReturnValue>
<MemberValue>15</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">Deprecated Android API. A bit mask that matches all available patterns, including street addresses through <see cref="F:Android.Text.Util.MatchOptions.MapAddresses" />. Avoid this member; on API level 28 and later, use <see cref="M:Android.Views.TextClassifiers.ITextClassifier.GenerateLinks(Android.Views.TextClassifiers.TextLinks.Request)" /> instead. Because this member includes <see cref="F:Android.Text.Util.MatchOptions.MapAddresses" />, <see cref="M:Android.Webkit.WebView.FindAddress(System.String)" /> limitations apply, and <see cref="T:Android.Text.Util.Linkify" /> methods may throw <c>AndroidRuntimeException</c> or other exceptions on Android 8.1 (API level 27) and earlier while a device's WebView implementation is being updated.</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>
</remarks>
Expand All @@ -71,7 +71,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">Bit field indicating that email addresses should be matched in methods that take an options mask.</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>
</remarks>
Expand All @@ -98,7 +98,7 @@
</ReturnValue>
<MemberValue>8</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">Deprecated Android API. A bit field that matches street addresses. Avoid this member; on API level 28 and later, use <see cref="M:Android.Views.TextClassifiers.ITextClassifier.GenerateLinks(Android.Views.TextClassifiers.TextLinks.Request)" /> instead. It uses <see cref="M:Android.Webkit.WebView.FindAddress(System.String)" />, which has various limitations and is deprecated, and <see cref="T:Android.Text.Util.Linkify" /> methods may throw <c>AndroidRuntimeException</c> or other exceptions on Android 8.1 (API level 27) and earlier while a device's WebView implementation is being updated.</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>
</remarks>
Expand All @@ -125,7 +125,7 @@
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">Bit field indicating that phone numbers should be matched in methods that take an options mask.</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>
</remarks>
Expand All @@ -152,7 +152,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">Bit field indicating that web URLs should be matched in methods that take an options mask.</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>
</remarks>
Expand Down