F-Droid recently made changes to only show apps in the Latest tab that fulfill some criteria.
Quoting their blog post:
So with the 1.6 release, only apps that include all of the following pieces in their app metadata will be show on Latest:
* Name
* Summary
* Description
* License
* a What’s New entry for at least one release
* at least one graphic (screenshot or a feature graphic)
* at least one of the above translated
This PR adds two screenshots and descriptions in English and German.
Note three things:
These will not show in F-Droid immediately but only after the next release (they seem to parse the metadata when they built an app)
According to the docs, the build metadata will overwrite the metadata here. So after the next release one should verify the screenshots and German translations show correctly, and could then remove the Descriptions and Summary fields from the F-Droid build metadata file.
ShoppingList will still not show in the Latest tab in this state because it is missing a changelog. Consider adding both a CHANGELOG.md and a fastlane/metadata/android/en-US/changelogs/13.txt in the next release.
F-Droid recently made changes to only show apps in the Latest tab that fulfill some criteria. Quoting their blog post:
This PR adds two screenshots and descriptions in English and German.
Note three things:
Descriptions
andSummary
fields from the F-Droid build metadata file.fastlane/metadata/android/en-US/changelogs/13.txt
in the next release.