fix(companion): app webview content clears the status bar; HTTPS toggle on add/edit — 0.5.21

- In-app browser pages (node apps) now start below the status bar again:
  the WebView stays edge-to-edge (page colour fills the bar) and a
  body{padding-top:<statusbar>} injection pushes content down — the
  pre-edge-to-edge look without the black bar.
- Add/Edit server in the menu now has a Use HTTPS toggle (was scheme-locked;
  edit preserved the old scheme, add forced http).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-07-27 10:19:11 +01:00
co-authored by Claude Fable 5
parent c66ef048f4
commit 3b6a32b2f8
3 changed files with 67 additions and 7 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.archipelago.app"
minSdk = 26
targetSdk = 35
versionCode = 40
versionName = "0.5.20"
versionCode = 41
versionName = "0.5.21"
vectorDrawables {
useSupportLibrary = true