OpenLauncherTeam / openlauncher

Customizable and Open Source Launcher for Android
Apache License 2.0
1.41k stars 413 forks source link

Metadata structure needs update #655

Open IzzySoft opened 3 years ago

IzzySoft commented 3 years ago

the metadata/ folder needs some restructuring if you want it used by F-Droid. While it might have been faster creating a PR then writing up the details here, I don't know what processes you might have tied to the current structure, so…

While this is (hopefully) being processed, I just fixed the current app description which had formatting errors (which were forgotten to be fixed when we updated YAML formatting, so our fault). Once Fastlane structure is fixed, we could switch to that with the next release.

gsantner commented 3 years ago

hey izzy,

please feel free to make a pull request to update the hierachy/structure. You know already the correct places, so faster if you do it right away.

from screenshots, not much has changed so we can keep them I'd say.

thx

IzzySoft commented 3 years ago

I gladly do. Just let me know where you wish the non-standard files put to. Suggestion: assets/? That's where those are often found with many projects.

Note to self: do not forget to update the image-links in the Readme :wink:

gsantner commented 3 years ago

Let you decide for now, just want that icons like for nightly are still there somewhere

IzzySoft commented 3 years ago

Done. And of course you can adjust as needed. Just inside fastlane/metadata/android/ better do not place what doesn't fit the specifications, as that might trip issues with F-Droid picking up the structure properly. Icons for nightly etc. are placed into assets/ for now.

IzzySoft commented 2 years ago

@gsantner the PR is waiting to be merged for 2 months now. Will that happen, so I can cleanup on my end (and drop the fork)?

gsantner commented 2 years ago

Oh

I check it when back from holidays.

gsantner commented 2 years ago

thx merged

IzzySoft commented 2 years ago

Gladly, and thanks to you! Will you let me know when the next release has been made by you and built by F-Droid? At that point I'd then adjust the YAML file at F-Droid once more (removing summary/description) so your shiny new Fastlane will be used instead.

amadeous commented 2 years ago

Hi! I would also appreciate to have a release made to have a proper build available on f-droid. The recent bugs are very annoying and the respective fixes would be welcomed. Thank you for the great work!