You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application handles hypertext well, but there are glitches here and there.
Example 1
Original message: <p>text</p>\n<ul>\n<li>text apparent-url text <strong>text</strong> text</li>\n<li>text apparent-url text<strong>text</strong> text</li>\n<li>text apparent-url text "text" text <strong>text</strong> text</li>\n</ul>\n
Displayed as (notice correct strong tag handling, correctly detected URLs in plain text, and ignored ul and li tags):
text
<ul>
<li>text apparent-url text text text</li>
<li>text apparent-url text text text</li>
<li>text "text" text apparent-url text text text</li>
</ul>
Example 2
original message: text->text
displayed as (ignored > reference):
text->text
Example 3
original message: \n<h3>text</h3>\n\n<p>text</p>\n\n<p>text<a href="https://example.com">text</a>text<a href="https://example.com">text</a>text</p>\n\n<p>text<strong>text</strong>text</p>\n\n<p><strong>text</strong>text'text</p>\n\n<p><strong>text</strong>\ntext<a href="https://example.com">text</a>text\ntext'text</p>\n\n<p>text<a href="https://example.com">apparent-url</a>text<a href="https://example.com">apparent-url</a>text</p>\n
displayed as (notice three different styles of detecting/handling links, correct handling of ' reference, and no handling of strong and p tags):
The application handles hypertext well, but there are glitches here and there.
Example 1
Original message:
<p>text</p>\n<ul>\n<li>text apparent-url text <strong>text</strong> text</li>\n<li>text apparent-url text<strong>text</strong> text</li>\n<li>text apparent-url text "text" text <strong>text</strong> text</li>\n</ul>\n
Displayed as (notice correct
strong
tag handling, correctly detected URLs in plain text, and ignoredul
andli
tags):Example 2
original message:
text->text
displayed as (ignored
>
reference):Example 3
original message:
\n<h3>text</h3>\n\n<p>text</p>\n\n<p>text<a href="https://example.com">text</a>text<a href="https://example.com">text</a>text</p>\n\n<p>text<strong>text</strong>text</p>\n\n<p><strong>text</strong>text'text</p>\n\n<p><strong>text</strong>\ntext<a href="https://example.com">text</a>text\ntext'text</p>\n\n<p>text<a href="https://example.com">apparent-url</a>text<a href="https://example.com">apparent-url</a>text</p>\n
displayed as (notice three different styles of detecting/handling links, correct handling of
'
reference, and no handling ofstrong
andp
tags):(seen in foss-signed-31.10.2022-V1.apk running in LineageOS)
The text was updated successfully, but these errors were encountered: