Release 0.12.0 — relay-AUTH crash fix + bunker sign-in #6
Loading…
Reference in a new issue
No description provided.
Delete branch "release/0.12.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both streams together for a joint test, as asked. Supersedes #4 and #5, which are merged into this branch.
0.12.0 rather than 0.11.2 because a second way to sign in is a feature, not a patch — 0.11.1 users get a new capability, not just a repair. One line to change if you disagree.
Verification
One thing worth reporting rather than hiding: the first full run of the combined branch came back 54/55, with
AuthRelayE2ETestfailing on"No relay accepted it: relay not connected". It passed in isolation and passed on the re-run — a flake, not a regression from either branch.I did not leave it there. The harness was the likely cause: the plain relay gets a real
nak reqreadiness probe, while the auth relay only gotkill -0, which says the process exists and nothing about whether it is listening. An anonymous req is refused by that relay by design, so the probe now waits for the socket to accept a TCP connection. Green on the run after.Testing build
~/Nextcloud/Stash/stash-0.12.0-debug.apk(+ a.txtwith what to try), sha2561b4d428a…, versionCode 15 so it upgrades your current sideload.Still not proven
The original crash has not been reproduced with real Amber — no signer app on the emulator. What is measured is the off-main AUTH callback and the main-thread requirement of the Activity Result API. Your phone is where the fix actually gets proven, which is what this build is for — and the reporter's logcat would still be worth having.