Default updates to Gitea
Gitea Smoke / smoke (push) Successful in 0s
Gitea Android APK / build (push) Successful in 11m48s

This commit is contained in:
Codex
2026-07-07 01:37:18 +00:00
parent dd056c8027
commit 72913c5571
4 changed files with 40 additions and 29 deletions
+5 -5
View File
@@ -87,7 +87,7 @@ Implemented now:
preview display
- GitHub Actions APK build
- release manifest `latest.json`
- selected-source update checks; GitHub and Gitea are not probed in the same
- selected-source update checks; Gitea and GitHub are not probed in the same
update check
- one-download-per-version APK cache, SHA-256 verification, and installer
handoff
@@ -102,10 +102,10 @@ open Android's package installer, but the user must approve the install. On
Android 8+, the user may also need to allow this app to install unknown apps.
The app checks exactly one update source per run: the selected manifest/API URL.
GitHub is the default public source. Gitea is available as a public mirror, but
the app does not fall back across both providers during a normal check. This
keeps update behavior predictable on mobile networks and avoids duplicate
provider checks.
Gitea is the default public source because phones may not reach GitHub reliably.
GitHub is available as an optional public source, but the app does not fall back
across both providers during a normal check. This keeps update behavior
predictable on mobile networks and avoids duplicate provider checks.
Downloaded APKs are cached by `versionCode`. If a cached APK exists and its
SHA-256 matches the manifest, the app reuses it instead of downloading the same