From c4e58917da57f827aa5f8fab9e36a13e6e5f876d Mon Sep 17 00:00:00 2001 From: darken Date: Sun, 22 Feb 2026 08:24:39 +0100 Subject: [PATCH] Add instruction manual for automated screenshots via debugbadger --- fastlane/SCREENSHOT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/fastlane/SCREENSHOT.md b/fastlane/SCREENSHOT.md index e69de29b..d79ffaac 100644 --- a/fastlane/SCREENSHOT.md +++ b/fastlane/SCREENSHOT.md @@ -0,0 +1,25 @@ +Prompt for automatic screenshots via /debugbadger:screenshots + +First open the app and ensure we start out on "light mode". +If we are not using the current theme, you can change it via Settings>General>Theme mode + +Create a total of 8 phone screenshots in the following order: + +* Dashboard in "Light Theme" + * This is always the starting point. +* Dashboard in "Dark Theme" + * Change the theme back to "Light Theme" after taking the screenshot. +* Device Profiles Page + * Click the device "Configure" icon the toolbar on the dashbaord to reach it. +* Add new device profile page + * Reach it by pressing the FAB (bottom right corner) on the device profiles page. +* Settings Index Screen + * Can be reached via settings icon in the dashboard toolbar. +* Reaction Settings Screen + * Reached via "Reactions" entry on the settings index screen. +* Widgets in launcher + * Press the device home button or completely close the app + * The widgets will be on the launchers center workspace +* Widget config screen + * Long press the widget, then release it and press the edit icon in the widget + * If there are more than 1 widget, pick any of them \ No newline at end of file