-
-
Notifications
You must be signed in to change notification settings - Fork 449
Home
Pierre Slamich edited this page Mar 24, 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:
- Build results (with errors to correct over time)
- How to generate screenshots for the PlayStore
- Roadmap
- Roadmap (1)
app/src/main/assets/changelog/changelog-ht-HT.json
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