You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the fdroid server is unable to extract the app name (never encountered that issue before with any app). Could that be an issue with the Manifest? Relevant parts from yours:
<application … android:label="@string/app_name"
While the string is there in res/values/strings.xml, fdroid-server seems unable to extract the name (checked its code, it tries to read {http://schemas.android.com/apk/res/android}label).
I'm not an Android dev (just running my own little repo), so please forgive if I've missed something.
The text was updated successfully, but these errors were encountered:
@IzzySoft I didn’t look into this yet, I also can’t really think of anything nonstandard in the code that might cause this – happy to look at a PR though!
I don’t really use WindFish myself, and it didn’t feel like anyone else does, so it’s also not on top of my list tbh :)
Somehow the fdroid server is unable to extract the app name (never encountered that issue before with any app). Could that be an issue with the Manifest? Relevant parts from yours:
While the string is there in
res/values/strings.xml
, fdroid-server seems unable to extract the name (checked its code, it tries to read{http://schemas.android.com/apk/res/android}label
).I'm not an Android dev (just running my own little repo), so please forgive if I've missed something.
The text was updated successfully, but these errors were encountered: