feat(android): harden update checks, ci, and direct-only ui

This commit is contained in:
Dark_Avery
2026-03-28 21:13:41 +03:00
parent 934eb345a2
commit 68a378bad9
13 changed files with 259 additions and 71 deletions

View File

@@ -16,7 +16,7 @@ from typing import Any, Dict, Optional, Tuple
from urllib.error import HTTPError, URLError
from urllib.request import Request, urlopen
REPO = "Dark-Avery/tg-ws-proxy"
REPO = "Flowseal/tg-ws-proxy"
RELEASES_LATEST_API = f"https://api.github.com/repos/{REPO}/releases/latest"
RELEASES_PAGE_URL = f"https://github.com/{REPO}/releases/latest"