jspw / Ubuntu-Launcher

An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
GNU General Public License v3.0
335 stars 62 forks source link

initial fastlane structures #3

Closed IzzySoft closed 3 years ago

IzzySoft commented 3 years ago

As promised, the "starter kit". You might wish to move the screenshots (ss/shot*) to fastlane/metadata/android/en-US/images/phoneScreenshots to complement it. As mentioned in #1, you can use my Fastlane Cheat-Sheet to look up what belongs where, what sizes are expected, etc. If you have any questions, just ask :smile:

IzzySoft commented 3 years ago

PS: Once merged, you can of course adjust everything to your liking – especially update description etc. while the app evolves. I already got some feedback from folks looking forward to that :smile:

Once you've moved screenshots inside, please let me know so I adjust the config on my end. Whenever you release a new version, the APK gets automatically pulled by my updater within 24h – which then would also cross-check for changes in Fastlane to take them along, but just for elements I've "whitelisted". As for full_description.txt I recommend to rawly orient on Markdown – or something I call "Markdown lite":

To give you an example:

<i>Ubuntu Launcher</i> is a lightweight replacement for your homescreen application. It‘s still in its early stages of development,  …

This is a second paragraph with an <a href='https://example.com/'>example link</a>.

* this is
* a list

Another paragraph, I am that <b>bold</b>.

Don't use headers (<h1><h2> etc) by the way, that would break the structure of pages including the description. My updater hence would simply strip that :laughing:

Now, enjoy!