Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ DevServer/.env
.venv/
__pycache__/
dist/
.playwright-cli/
11 changes: 11 additions & 0 deletions assets/branding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ no localized text or third-party service marks. It is promotional artwork, not a
Current store assets and localized descriptions have one canonical location under
[`fastlane/metadata/android`](../../fastlane/metadata/android), shared by F-Droid and Google Play.

## Google Play store settings

These settings are maintained manually in Google Play Console:

| Setting | Value |
| --- | --- |
| App or game | App (Приложение) |
| Category | Tools (Инструменты) |
| Tags | Home automation (Автоматизация дома), Tools (Инструменты) |
| Phone screenshot order, both locales | `1.png`, `2.png`, `3.png` |

For a Play listing, upload [`icon.png`](../../fastlane/metadata/android/en-US/images/icon.png) as the app icon and [`featureGraphic.png`](../../fastlane/metadata/android/en-US/images/featureGraphic.png)
as the feature graphic. The screenshots were captured from the debug app on the API 35 emulator with synthetic
local data, using Android app locales and a 1080×1920 display. Refresh them from the release
Expand Down
Loading