• android-smoke-0.0.11 f671eb9f0a

    Android smoke 0.0.11 Pre-release

    calum released this 2026-07-14 01:06:56 +01:00 | -495 commits to main since this release

    Android smoke compatibility build targeting SDK 30 while keeping compile SDK 36. This tests whether the persistent WireGuard GoBackend VpnService readiness timeout is caused by target-SDK service/runtime restrictions around the legacy WireGuard Android backend. Not a store-ready target; if this works, the follow-up is a modern app-owned foreground VPN service path.

    Downloads
  • android-smoke-0.0.10 e37babd00f

    Android smoke 0.0.10 Pre-release

    calum released this 2026-07-13 22:03:29 +01:00 | -494 commits to main since this release

    Android smoke build that waits up to 10 seconds for WireGuard GoBackend VpnService readiness after starting the service, before calling setState. This targets the persistent UNABLE_TO_START_VPN TimeoutException and will now report a direct service readiness timeout if the service never marks itself ready.

    Downloads
  • android-smoke-0.0.9 c04d610277

    Android smoke 0.0.9 Pre-release

    calum released this 2026-07-13 20:08:31 +01:00 | -493 commits to main since this release

    Android smoke build with WireGuard VpnService pre-start before GoBackend.setState. This targets the UNABLE_TO_START_VPN TimeoutException seen after VPN permission approval, where the backend service did not report ready within WireGuard Android tunnel backend wait window.

    Downloads
  • android-smoke-0.0.8 759a6e9fa2

    Android smoke 0.0.8 Pre-release

    calum released this 2026-07-13 19:56:04 +01:00 | -492 commits to main since this release

    Android smoke build focused on making VPN connect debuggable/usable. Adds detailed WireGuard BackendException.reason reporting instead of unknown error, and clears stale permission text while a new Connect attempt is running. Scope intentionally stays narrow: prove Android VPN start before broader acceptance/UX polish.

    Downloads
  • android-smoke-0.0.7 a68e54d3fd

    Android smoke 0.0.7 Pre-release

    calum released this 2026-07-13 19:49:17 +01:00 | -491 commits to main since this release

    Android smoke build with JNI app class-loader fix for the VPN bridge. Replaces FindClass with Activity class loader lookup so Rust can resolve ae.loud_dxb.remote_access.mobile.LraVpnBridge from the Tauri JNI callback thread. This should clear the NoClassDefFoundError reported by android-smoke-0.0.6.

    Downloads
  • android-smoke-0.0.6 d96c4c0f81

    Android smoke 0.0.6 Pre-release

    calum released this 2026-07-13 19:36:55 +01:00 | -490 commits to main since this release

    Android smoke diagnostic build. Reports the actual Java Throwable.toString() from the VPN bridge instead of the previous generic JNI exception message. Use this to capture the concrete Android VPN bridge failure reason on-device.

    Downloads
  • android-smoke-0.0.5 85bd5e9ca6

    Android smoke 0.0.5 Pre-release

    calum released this 2026-07-13 19:26:18 +01:00 | -489 commits to main since this release

    Android smoke build with VPN bridge crash hardening. Permission prompt launch now runs on the Android UI thread, Kotlin bridge entrypoints catch and return exception details, and Rust clears pending JNI exceptions. Includes mTLS API traffic, backend VPN lease/release wiring, selected-site connect flow, and bundled WireGuard Android backend. If VPN still fails, the app should remain open and report the Java error instead of exiting.

    Downloads
  • android-smoke-0.0.4 7184b914b1

    Android smoke 0.0.4 Pre-release

    calum released this 2026-07-13 18:43:55 +01:00 | -488 commits to main since this release

    Android smoke build with initial WireGuard Android VpnService tunnel bridge, backend VPN lease/release wiring, selected-site connect flow, mTLS API traffic, and launcher icon clipping mitigation. First connect may request Android VPN permission; approve it, then tap Connect again. Gateway/device reachability still needs real-device validation.

    Downloads
  • android-smoke-0.0.3 b1b10be30f

    Android smoke 0.0.3 Pre-release

    calum released this 2026-07-13 18:16:37 +01:00 | 8 commits to feature/android-mobile-poc since this release

    Android smoke build with desktop-matching app icon and compile-time embedded mTLS identity. Tunnel/VpnService implementation is still pending.

    Downloads
  • android-smoke-0.0.2 74e064c00e

    Android smoke 0.0.2 Pre-release

    calum released this 2026-07-13 18:03:53 +01:00 | 9 commits to feature/android-mobile-poc since this release

    Android smoke build with official LOUD branding and mandatory mTLS client certificate resources. Tunnel/VpnService implementation is still pending.

    Downloads