initial fastlane metadata from IzzyOnDroid - #33
Conversation
|
Merged - thank you for putting this together, @IzzySoft! The structure is clear, and your notes on limits (500-char changelogs, graphic ratios) are noted for future additions. I'll look into adding an icon when I get to it, and will ping you whenever a new metadata type lands so you can enable it on your side. |
|
Thanks! When ready, don't forget to "seal" it via a new release (as that's where we usually pull it from). No rush, though. Just let me know once the icon is there, so I mark that to be included here as well. |
|
Icon is in, @IzzySoft - And it's sealed: v1.4.1 is out, so the metadata (icon included) should come along on your next pull. Please mark the icon type to be included, as you offered. Thanks again! |
this PR provides you with a "fastlane starter package" – to give it into your hands to define how your app is presented, and make it easy to keep descriptions & graphics in sync with your development. Some notes to sum them up in a place easy to find for you:
full_description.txtmax 4,000 chars, graphics must have specific aspect ratios etc.full_description.txthere I've used HTML compressed into a single line, to prevent the fdroid software converting each line break to a<br>. The tags used for this are supported by F-Droid.org as well, and to my knowledge even by PlayStore. Feel free to switch to what the above linked documentation describes as "Markdown Lite" if you prefer.And now: Enjoy! 😃
Reference: #25