RKNnoVPN/app
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 0e23ce9c54 Add in-app auto-update system (no reboot required)
Full OTA update pipeline:
- Daemon checks GitHub Releases API for latest version
- Downloads module.zip + panel.apk with SHA256 verification
- Hot-installs module WITHOUT reboot:
  stop proxy → extract → copy binaries/scripts → fork new daemon
- APK updated via pm install -r (root)

New files:
- daemon/internal/updater/updater.go (check + download)
- daemon/internal/updater/installer.go (hot-install)
- app/.../ui/settings/UpdateSection.kt (Compose UI)
- update.json (Magisk Manager native updates)

New IPC methods: update-check, update-download, update-install
CI auto-updates update.json on release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 16:32:44 +03:00
..
app Add in-app auto-update system (no reboot required) 2026-04-11 16:32:44 +03:00
gradle/wrapper Add Gradle wrapper (gradlew + jar) for CI build 2026-04-11 16:01:24 +03:00
.gitignore Initial commit: PrivStack v1.0.0 2026-04-11 15:32:59 +03:00
build.gradle.kts Initial commit: PrivStack v1.0.0 2026-04-11 15:32:59 +03:00
gradle.properties Add app icon + suppress compileSdk warning 2026-04-11 16:12:28 +03:00
gradlew Fix gradlew permission: set executable bit 2026-04-11 16:04:41 +03:00
gradlew.bat Add Gradle wrapper (gradlew + jar) for CI build 2026-04-11 16:01:24 +03:00
settings.gradle.kts Initial commit: PrivStack v1.0.0 2026-04-11 15:32:59 +03:00