v2.0.1: APK verification, stay awake fix, configurable auto-fix retries

This commit is contained in:
admin
2026-05-19 18:04:33 +04:00
Unverified
parent e7015b129a
commit 5572f2cb60
7 changed files with 88 additions and 33 deletions

View File

@@ -631,6 +631,11 @@ data: [DONE]
## Changelog
### v2.0.1 (2026-05-19)
- **APK Build Verification** — confirms APK file exists after build, shows file size
- **Stay Awake Fix** — dual wake locks (screen bright + CPU partial) with 24h timeout keep device fully awake
- **Configurable Auto-Fix Retries** — max retries adjustable from 130 in Settings (default 10, was hardcoded 3)
### v2.0.0 (2026-05-19)
- **Built-in Termux** — full Linux environment inside the app, no external Termux install needed
- One-time ~30MB download of Termux bootstrap (bash, coreutils, apt, 25+ packages)