Add screenshots
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 271 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 482 KiB |
|
After Width: | Height: | Size: 253 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 83 KiB |
@@ -1,22 +1,23 @@
|
|||||||
# ZapStore config for io.gart.app. Public whitelisting anchor for the
|
# ZapStore config for io.gart.app. Public whitelisting anchor for the
|
||||||
# private gart/gart-app repo. Setup procedure: gart-app/docs/zapstore-publishing.md.
|
# private gart/gart-app repo. Setup procedure: gart-app/docs/zapstore-publishing.md.
|
||||||
#
|
#
|
||||||
# CI publish path: `zsp publish ./release/gart.apk -r <gitea-url>` — the
|
# CI publish path: yaml-mode with a local APK. The CI workflow downloads
|
||||||
# signed APK is passed directly so zsp's source autodetection (which only
|
# this yaml, rewrites `release_source` to point at the freshly-built
|
||||||
# recognises github.com / gitlab.com / codeberg.org / f-droid.org /
|
# ./gart.apk (sibling of the yaml on disk), then runs
|
||||||
# apt.izzysoft.de hostnames in internal/config/config.go) is bypassed
|
# `zsp publish ./release/zapstore.yaml --quiet --skip-metadata`.
|
||||||
# entirely (source type = local). Neither `release_source` below nor the
|
# That keeps all metadata fields below as the source of truth while
|
||||||
# Gitea URL is fetched by zsp; every metadata field is mirrored from what
|
# bypassing zsp's hostname-locked source autodetection.
|
||||||
# fdroidserver published into index-v2.json by hand.
|
|
||||||
#
|
#
|
||||||
# `release_source` is kept as a human-readable pointer to where the public
|
# Image assets (screenshots) are served from this public Gitea repo via
|
||||||
# APK lives — it is informational, not consumed by CI.
|
# raw URLs — ZapStore clients fetch them at install time.
|
||||||
|
|
||||||
repository: https://gitea.gart.io/gart/gart-app-releases
|
repository: https://gitea.gart.io/gart/gart-app-releases
|
||||||
|
|
||||||
pubkey: npub1myv2gfkxeupglsuk59kla5paz47uyd2ky79mg8y3rwyp6d3n68mq0mn5t5
|
pubkey: npub1myv2gfkxeupglsuk59kla5paz47uyd2ky79mg8y3rwyp6d3n68mq0mn5t5
|
||||||
|
|
||||||
release_source: https://f-droid.gart.io/fdroid/repo
|
# CI rewrites this line to `./gart.apk` before invoking zsp. The placeholder
|
||||||
|
# value below is informational and is never read by the publish pipeline.
|
||||||
|
release_source: ./gart.apk
|
||||||
|
|
||||||
name: Gart App
|
name: Gart App
|
||||||
summary: Silent emergency alert to trusted contacts over Nostr
|
summary: Silent emergency alert to trusted contacts over Nostr
|
||||||
@@ -34,19 +35,22 @@ description: |
|
|||||||
message them directly from the app.
|
message them directly from the app.
|
||||||
license: LicenseRef-Proprietary
|
license: LicenseRef-Proprietary
|
||||||
website: https://gart.io
|
website: https://gart.io
|
||||||
author: Gart <contact@gart.io>
|
tags:
|
||||||
categories:
|
|
||||||
- Security
|
- Security
|
||||||
- Connectivity
|
- Connectivity
|
||||||
|
|
||||||
# Icon filename is content-hashed by fdroidserver — re-fetch from index-v2.json
|
# Icon is omitted — zsp extracts it from the APK's resources.arsc at publish
|
||||||
# under .packages."io.gart.app".metadata.icon.en-US.name after every icon change.
|
# time. That's what produced the icon visible on ZapStore for the previous
|
||||||
icon: https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/icon_ny3mcofK86daDAECKn9lwLzvz5ppCDI5-z_Chwc9P3g=.png
|
# release.
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/01-login.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/01-gart-login.png
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/02-home.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/02-gart-home.png
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/03-add-watcher.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/03-gart-add-watcher.png
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/04-chat-list.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/04-gart-chat-list.png
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/05-active-test-alert.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/05-gart-active-test-alert.png
|
||||||
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/06-alert-notification.png
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/06-gart-alert-notification.png
|
||||||
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/07-gart-editing-alert-message.png
|
||||||
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/08-gart-settings.png
|
||||||
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/09-gart-group.png
|
||||||
|
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/10-gart-backup.png
|
||||||
|
|||||||