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
It looks like your full_description.txt is broken:
<h2> Getting Started</h2>
To get started with Mensinator, you can either get it from IzzyOnDroid or from GooglePlay and start tracking your menstrual cycle with ease and privacy.
<strong><ahref="https://play.google.com/store/apps/details?id=com.mensinator.app">https://play.google.com/store/apps/details?id=com.mensinator.app</a></strong><strong><ahref="https://apt.izzysoft.de/fdroid/index/apk/com.mensinator.app</a></strong><h2> Contributing </h2>We welcome contributions to improve Mensinator! If you'd like to contribute, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss your proposed changes. You are also welcome to join our Discord to discuss further or simply to chat with us!Join us here; <strong><a href="https://discord.gg/tHA2k3bFRN</a></strong>
Note the last line: the quote opens for the href but is not closed again. Same for the last href in the "getting started" block:
Oops… and converted to HTML, the number of characters seems to exceed the 4.000 Fastlane is limited to, so it gets truncated…
! com.mensinator.app/en-US/full_description.txt has 4027 chars
This will partly solve by fixing the hrefs (as now <a href for the broken ones becomes <a href – also remember that <strong><a href="https://discord.gg/tHA2k3bFRN"></a></strong> would simply be an invisible element – as a side note, Discord is not really the best choice, not only privacy-wise). The <h2> would destroy overall page structure, compare the adjusted formatting at IzzyOnDroid
with the not-adjusted from F-Droid:
(for display at the f-droid.org website, they hence simply strip all <h[1-6]> – while at IzzyOnDroid, <h[1-3]> is converted to <p style="font-weight:bold;font-size:larger;"> and <h[4-6]> to <p style="font-weight:bold;">); maybe those could be "demoted" to <h4> or simply converted to <b>? This would work well: full_description.html.zip (I had to zip it or Github would not allow me attaching it) – it's basically yours, with <h2> turned into <h4> and the links corrected. After "conversion" here, that's down to 3.840 chars.
The text was updated successfully, but these errors were encountered:
It looks like your
full_description.txt
is broken:Note the last line: the quote opens for the
href
but is not closed again. Same for the lasthref
in the "getting started" block:Oops… and converted to HTML, the number of characters seems to exceed the 4.000 Fastlane is limited to, so it gets truncated…
This will partly solve by fixing the hrefs (as now
<a href
for the broken ones becomes<a href
– also remember that<strong><a href="https://discord.gg/tHA2k3bFRN"></a></strong>
would simply be an invisible element – as a side note, Discord is not really the best choice, not only privacy-wise). The<h2>
would destroy overall page structure, compare the adjusted formatting at IzzyOnDroidwith the not-adjusted from F-Droid:
(for display at the f-droid.org website, they hence simply strip all
<h[1-6]>
– while at IzzyOnDroid,<h[1-3]>
is converted to<p style="font-weight:bold;font-size:larger;">
and<h[4-6]>
to<p style="font-weight:bold;">
); maybe those could be "demoted" to<h4>
or simply converted to<b>
? This would work well: full_description.html.zip (I had to zip it or Github would not allow me attaching it) – it's basically yours, with<h2>
turned into<h4>
and the links corrected. After "conversion" here, that's down to 3.840 chars.The text was updated successfully, but these errors were encountered: