Skip to content
Pierre Slamich edited this page Mar 25, 2021 · 26 revisions

Welcome to the Wiki for the Android app. The main wiki is https://wiki.openfoodfacts.org

We have a few Android-specific pages here though:

How to update the in-app changelog ?

https://github.com/openfoodfacts/openfoodfacts-androidapp/pull/3810 app/src/main/assets/changelog/changelog-ht-HT.json

Generate screenshots for the Play Store

To activate the screenshots buildType in IDE, uncomment def result = "screenshots" and comment the other line otherwise the folder androidTestScreenshots is not recognized as a test folder. To generate localized screenshots of the app on your local computer, launch the command gradlew connectedOffScreenshotsAndroidTest --stacktrace --info -PtestBuildType=screenshots with a physical device attached to your computer Help is welcome to improve

Problematic locales

  • app/src/main/res/values-kab-rKAB/strings.xml
  • app/src/main/res/values-sr-rCyrl-rME/strings.xml
  • app/src/main/res/values-kab/strings.xml
  • app/src/main/res/values-tzl-rTZL/strings.xml
  • app/src/main/res/values-val-rES/strings.xml
  • app/src/main/res/values-vec-rIT/strings.xml
  • app/src/main/res/values-zea-rZEA/strings.xml

🌐 Help translate the app

✉️ Join the discussion on #android on Slack

⚠️ Get real-time alerts on #android-alerts

Clone this wiki locally