initial fastlane structures from IzzyOnDroid#2
initial fastlane structures from IzzyOnDroid#2aunchagaonkar merged 2 commits intoaunchagaonkar:mainfrom IzzySoft:fastlane
Conversation
|
Thanks a lot!. The documentation and notes are super helpful, and I appreciate the clear guidance. Also great to see the IzzyOnDroid badge. I’ll go through the docs to make sure I maintain things correctly going forward. Thanks again for your support! |
|
Great! And thanks a lot for the swift merge 🤗 activated now at our end, so any changes you make should be taken along whenever a new release is being dragged in to our repo (update checks run daily). Btw, feel free to switch between HTML and Markdown for the full description (with Markdown, just make sure you use standard Markdown, not Github flavored – but yeah, the docs cover that); these two are covered by the same "import method". Just changing to something else would require adjustments on our end as well. |

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.The second commit adds the IzzyOnDroid badge to the Readme, linking to where NetworkSwitch will show up at around 6 pm UTC (with our next repo sync). Ad the APK was confirmed to be reproducible (congrats 🥳), there's also a shield becoming available within 6h to show the app's latest RB status (see e.g. Reproducible Builds, special client support and more at IzzyOnDroid for some background) if you wish to have it:
[<img src="https://shields.rbtlog.dev/simple/<app_id>" alt="RB Status">](https://shields.rbtlog.dev/com.supernova.networkswitch)And now: Enjoy!