mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-30 05:23:21 +02:00
0cbab03ab8
The wrapper is what users sideload, so its source belongs next to the APK - they can read what they install, or build it themselves. Behaviour fixes on the way in (APK rebuild pending): - The saved server address survives. Back on the first page and connection errors used to delete it, so a stray tap or a moment without signal meant typing the address again; the form now opens pre-filled and only a save replaces what is stored. Back at the top level asks: exit, change server, or cancel - QR scanning works: the page's camera request is mirrored to an Android permission request (CAMERA, on an https instance - getUserMedia needs a secure context, as in any browser) - Downloads work: a DownloadListener hands database backups and other files to DownloadManager, which puts them in the phone's Downloads folder - Links to other hosts and non-http schemes open in the system browser, so a URL in a message no longer navigates the app away from the instance - Rotating the screen no longer reloads the page Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>