Your app was just released on F-Droid – but shows neither description, nor summary or screenshots. Checking the tag, I see a fastlane structure – but only for de-DE. So the "fallback" seems to be missing (en-US). Could you add that?
Further confusing: while the tag has /fastlane/android/metadata/…, HEAD only shows /metadata (containing de and en-US); this reflects F-Droid's internal structure and thus should work as well – so maybe creating a tag is all you need (especially if you don't plan to use the fastlane binaries and publish to the game shop, ahem, play store)?
Your app was just released on F-Droid – but shows neither description, nor summary or screenshots. Checking the tag, I see a fastlane structure – but only for `de-DE`. So the "fallback" seems to be missing (`en-US`). Could you add that?
Further confusing: while the tag has `/fastlane/android/metadata/…`, `HEAD` only shows `/metadata` (containing `de` and `en-US`); this reflects F-Droid's internal structure and thus should work as well – so maybe creating a tag is all you need (especially if you don't plan to use the fastlane binaries and publish to the game shop, ahem, play store)?
Thanks for reporting. There's an en-US translation for v0.1.0: https://codeberg.org/getdisconnected/LibreIpsum/src/tag/v0.1.0/fastlane/android/metadata
I don't know why F-Droid didn't pick that up.
Should do, as initially stated (that corresponds to what's used internally, so our updater checks there). If someone can check after the update it would be great – I might miss that (just found it b/c I usually check apps newly added).
Should do, as initially stated (that corresponds to what's used internally, so our updater checks there). If someone can check after the update it would be great – I might miss that (just found it b/c I usually check apps newly added).
Thanks for fixing it that fast, @uniqx!
Your app was just released on F-Droid – but shows neither description, nor summary or screenshots. Checking the tag, I see a fastlane structure – but only for
de-DE
. So the "fallback" seems to be missing (en-US
). Could you add that?Further confusing: while the tag has
/fastlane/android/metadata/…
,HEAD
only shows/metadata
(containingde
anden-US
); this reflects F-Droid's internal structure and thus should work as well – so maybe creating a tag is all you need (especially if you don't plan to use the fastlane binaries and publish to the game shop, ahem, play store)?https://f-droid.org/packages/org.getdisconnected.libreipsum/
izzy means this i think
Thanks for reporting. There's an en-US translation for v0.1.0: https://codeberg.org/getdisconnected/LibreIpsum/src/tag/v0.1.0/fastlane/android/metadata
I don't know why F-Droid didn't pick that up.
Oh, I see. It should have been
./fastlane/metadata/android
not./fastlange/adnroid/metadata
.I moved
./fastlane/metadata/android
to./metadata
and tagged a new version for release. Hope that fixes it.Should do, as initially stated (that corresponds to what's used internally, so our updater checks there). If someone can check after the update it would be great – I might miss that (just found it b/c I usually check apps newly added).
Thanks for fixing it that fast, @uniqx!
F-Droid picked it up yesterday. Looks as expected now.
Great! Thanks for fixing 😉