readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
299 stars 21 forks source link

Fastlane improvements #43

Closed IzzySoft closed 4 years ago

IzzySoft commented 4 years ago

To make your description render correctly on F-Droid, you could use HTML tags in your full_description.txt:

<p>Readrops is a multi-services RSS feed client.<br></p>
<p><b>Features:</b></p>
<ul>
  <li>Local RSS parsing
  <li>RSS 2.0, ATOM and JSON formats support
  <li>Multiple accounts
  <li>Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
  <li>Nextcloud News support
  <li>FreshRSS support
</ul>
<p>Other features will come in the near future.</p>
Shinokuni commented 4 years ago

Year, you are right, thank you.

Do you know if Markdown support is planned ?

IzzySoft commented 4 years ago

I guess not, at least not in the foreseeable future. IMHO HTML is the lowest common denominator; must be compatible with more than just F-Droid, as Fastlane was primarily written for Google Play AFAIK. Further, if you want to permit multiple standards, you must be able to detect them – which adds more complexity.

Shinokuni commented 4 years ago

I see.

I would have one last question, do you know which of those three images, featureGraphic, promoGraphic and tvBanner F-droid uses as banner ?

IzzySoft commented 4 years ago

To my knowledge: featureGraphic.

Shinokuni commented 4 years ago

What I thought.

A big thanks for your help!

IzzySoft commented 4 years ago

Gladly! Looking forward to the next release then :smiley: