butzist / ActivityLauncher

Activity launcher creates shortcuts for any installed app and hidden activities to launch them with ease
ISC License
870 stars 167 forks source link

Screenshots for F-Droid #53

Open mondlicht-und-sterne opened 3 years ago

mondlicht-und-sterne commented 3 years ago

You can add Screenshots for F-Droid, too, if you want. https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/ https://gitlab.com/snippets/1895688 That was simply information about what is still possible. You would then only have to enter the screenshots in fastlane.

vaimalaviya1233 commented 3 years ago

@butzist Needed screenshots update On F-droid

butzist commented 2 years ago

Moved comments from #2 by @IzzySoft:

I think @IzzySoft takes care of the F-Droid releases\updates, and can probably help with the missing icon and screenshots there and pushing\listing the updates more frequently...

Nope, updates/releases happen automatically. But after a quick look at the metadata of this app: If you want graphics, you need to establish Fastlane structures here in your app's repo. Once that's done and tagged (I can give it a quick check before tagging if you like), we need to update metadata on our end to make clear it shall be taken from Fastlane. If we get the timing right (i.e. merging the metadata update at F-Droid before the new tag was pulled and built), the next release should then have the new stuff from your Fastlane structures.

It's not that hard actually, @drogga – just a structure to put files into, like in #101 smiley

butzist commented 2 years ago

@IzzySoft As mentioned in #101, the more difficult part is to update the fastlane structure from our translations on Crowdin. Managing 37 translations is quite time consuming if not automated ;)

IzzySoft commented 2 years ago

Sure, see my answer in the PR (and yes, at F-Droid that's done automatically as well and synced in from Weblate). I'm not the one handling that part and never dug into that, so I won't be much help here. Nevertheless, I've outlined a rough idea in the PR. Hopefully it's not too difficult to implement.