mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-31 01:58:13 -04:00
Screenshots
This directory contains screenshot assets referenced by the documentation pages.
Screenshots are sourced from the Compose Preview Screenshot Testing reference images
in screenshot-tests/src/screenshotTestDebug/reference/. Light-mode variants are
copied here for use by the Jekyll docs site and in-app documentation browser.
Updating Screenshots
After changing a UI component, regenerate reference images and copy them here:
./gradlew :screenshot-tests:updateDebugScreenshotTest
Then copy the relevant light-mode PNGs from the reference directory. The
copyDocsScreenshots task automates bulk copying based on the manifest:
./gradlew :screenshot-tests:copyDocsScreenshots
Naming Convention
{page-id}_{description}.png
Examples:
onboarding_welcome.pngconnections_bluetooth_scan.pngfirmware_disclaimer.png
Guidelines
- PNG format, light-mode only (dark variants live in reference directory)
- Name screenshots to match the docs page they appear in
- Keep filenames lowercase with underscores