Skip to content

General: Refresh the store screenshots and swap two of the six - #88

Merged
d4rken merged 2 commits into
mainfrom
worktree-screenshots-refresh
Aug 19, 2026
Merged

General: Refresh the store screenshots and swap two of the six#88
d4rken merged 2 commits into
mainfrom
worktree-screenshots-refresh

Conversation

@d4rken

@d4rken d4rken commented Aug 19, 2026

Copy link
Copy Markdown
Member

What changed

The screenshots in the README and the Play Store listing were rendered before roughly 85 UI commits landed, so they no longer matched the app. All six are re-rendered from the current UI.

Two of them also show something different now:

  • The Samsung multi-mode shot is replaced by the charge conditions rule list. The Samsung shot had come to look identical to the dashboard shot — same status card, same charge curve, same full-charge button — because the multi-mode options it was meant to show sit below the visible area.
  • The theme-settings shot is replaced by the battery hub, which shows the charge-time projection and the live battery tiles. The old shot was three settings rows on an otherwise empty screen.

A charge condition covering more than one charger type also read "While charging via Wireless,Dock" with the space missing. It now reads "Wireless, Dock".

Technical Context

  • The separator was authored as ", " in strings.xml, but Android strips leading/trailing whitespace from an unquoted string resource, so joinLabels() received a bare comma. Quoting the resource is the fix; it is a real in-app text bug, not a screenshot artifact, and it has its own commit.
  • The battery-hub store shot calls HubFixtures' existing tile-grid content instead of a second fixture, so it renders the same composable as the engineering regression shot and cannot drift from it.
  • Renaming a screenshot function means updating the filename map in fastlane/copy_screenshots.sh and the raw links in the README; both are in this PR. CI compiles the screenshot sources but never renders them, so regeneration stays a manual step.
  • Worth a look: ScreenshotContent.kt, where the dropped Samsung fixture also removes the SettingProbe/ThemeState imports.

d4rken added 2 commits August 19, 2026 15:09
A charger condition naming more than one plug type read "While charging
via Wireless,Dock". The separator resource was authored as ", " but
Android strips leading and trailing whitespace from an unquoted string
resource, so the value reaching joinLabels() was a bare comma. Quoting
the resource preserves the space.
The committed PNGs predated ~85 UI commits: the charging card, the
enforcement tier line, the adapter capability note and the setup guide
had all moved on. Re-rendered all six from the current fixtures.

Two shots also changed subject. The Samsung multi-mode shot had become
indistinguishable from the dashboard shot — same hero, chart and
full-charge card, differing only in the device line, with the multi-mode
chips it existed to show sitting below the fold. The theme-settings shot
was three rows on an otherwise empty screen. They are replaced by the
charge-conditions rule list and the battery hub, neither of which
appeared anywhere before.

The hub shot reuses HubFixtures' tile-grid content rather than a second
copy, so the store shot cannot drift from the engineering regression
shot that renders the same composable.
@d4rken
d4rken marked this pull request as ready for review August 19, 2026 13:10
@github-actions github-actions Bot added Build/Deploy Build system / CI / release tooling enhancement New feature or request labels Aug 19, 2026
@d4rken
d4rken merged commit 9c5975e into main Aug 19, 2026
12 checks passed
@d4rken
d4rken deleted the worktree-screenshots-refresh branch August 19, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build/Deploy Build system / CI / release tooling enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant