commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
982 stars 1.18k forks source link

Manage Play Store assets with Fastlane #5449

Open nicolas-raoul opened 5 months ago

nicolas-raoul commented 5 months ago

Currently we store market assets in https://github.com/commons-app/marketing and manually copy to Play Store via its web UI.

Problem: It is hard to keep things in sync.

Fastlane can feed to the Play Store API the content a specially crafted folder of assets and metadata. This could solve our problem.

Ideally it would be great if we can keep the repositories separated, as assets are voluminous and not of interest to developers.

RedAuburn commented 2 months ago

fastlane can also be used for fdroid metadata, notably the missing icon https://f-droid.org/en/packages/fr.free.nrw.commons/

nicolas-raoul commented 2 months ago

@RedAuburn I believe the missing icon issue will be fixed when we release the next version including this fix: https://github.com/commons-app/apps-android-commons/pull/5447

RedAuburn commented 2 months ago

@RedAuburn I believe the missing icon issue will be fixed when we release the next version including this fix: #5447

ah you're right, nice 👍️