I’ve read the docs (the one titled All_About_Descriptions_Graphics_and_Screenshots). Have not tried the fastlane structure yet since it seems like there are a lot of apps that do not use it and still have their icons visible.
in my app I have the same/a similar issue. No icon and no feature graphic is shown in the f-droid client.
The situation here is slightly different for me, as I have the metadata in Triple-T format/file structure, which is documented as being supported.
I just realized, that after switching my language in the Android system settings to English, I see the icon but the feature graphics is still missing.
What is even more strange is, that after I switch to English (Germany), the description text stays German… (but it seems to be not robustly reproducible)
With English (US) - which is the default locale in the app, I even see the recent changes from the whatsnew file (which is localized in my app). In Triple-T and playstore everything seems to be fine, at least as expected
What I recently did without knowing whether it has an effect is adding some icon png files in app/src/main/ just to try whether it helps.
Any idea help or feedback is appreciated. @fralik what is your app?
ah, the first link was to your app. - I didn’t recognize that, but understood it as two examples. Anyhow, my answer did obviously not really help - I hope someone who is deeply involved in the f-droid-client can help us out here.
A small update. I’ve followed the recommended fastlane structure and added icon to the repo. Web-version seems to pick it. F-Droid client on my phone does not:
it is really strange, that the icons are shown on the website but not in the f-droid app. This feels like a bug to me. @hans can you explain that? Should we file a bug report?
I tried to find out whether the data is correctly in the repo - to check whether it is a bug in the client app or the server, but didn’t find any docs. During browsing the code the idea to uninstall f-droidclient and reinstall it. Now I see the icon as on the webversion of ActivityDiary. For Duorem it still shows a robot icon plus the featureGraphics.
Mh, for now I think I just give up, maybe I find some motivation to dig into the repo format some time later…
Edit: after switch back and forth my language settings in Android the icon is again gone.