-
Android smoke 0.0.11 Pre-release
released this
2026-07-14 01:06:56 +01:00 | -495 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.11-debug-vpn-targetsdk30.apk
0 downloads ·
2026-07-14 01:08:56 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.10 Pre-release
released this
2026-07-13 22:03:29 +01:00 | -494 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.10-debug-vpn-service-ready-wait.apk
3 downloads ·
2026-07-13 22:05:03 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.9 Pre-release
released this
2026-07-13 20:08:31 +01:00 | -493 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.9-debug-vpn-service-prestart.apk
3 downloads ·
2026-07-13 20:12:47 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.8 Pre-release
released this
2026-07-13 19:56:04 +01:00 | -492 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.8-debug-vpn-start-diagnostics.apk
3 downloads ·
2026-07-13 19:56:49 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.7 Pre-release
released this
2026-07-13 19:49:17 +01:00 | -491 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.7-debug-vpn-classloader.apk
3 downloads ·
2026-07-13 19:50:02 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.6 Pre-release
released this
2026-07-13 19:36:55 +01:00 | -490 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.6-debug-vpn-diagnostic.apk
3 downloads ·
2026-07-13 19:37:47 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.5 Pre-release
released this
2026-07-13 19:26:18 +01:00 | -489 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.5-debug-vpn-crash-hardened.apk
3 downloads ·
2026-07-13 19:28:25 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.4 Pre-release
released this
2026-07-13 18:43:55 +01:00 | -488 commits to main since this releaseAndroid 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.4-debug-vpn.apk
3 downloads ·
2026-07-13 18:56:38 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.3 Pre-release
released this
2026-07-13 18:16:37 +01:00 | 8 commits to feature/android-mobile-poc since this releaseAndroid smoke build with desktop-matching app icon and compile-time embedded mTLS identity. Tunnel/VpnService implementation is still pending.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.3-debug-mtls.apk
3 downloads ·
2026-07-13 18:17:22 +01:00 · 290 MiB
-
Source code (ZIP)
-
Android smoke 0.0.2 Pre-release
released this
2026-07-13 18:03:53 +01:00 | 9 commits to feature/android-mobile-poc since this releaseAndroid smoke build with official LOUD branding and mandatory mTLS client certificate resources. Tunnel/VpnService implementation is still pending.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LOUD-Remote-Access-android-smoke-0.0.2-debug-mtls.apk
3 downloads ·
2026-07-13 18:06:46 +01:00 · 290 MiB
-
Source code (ZIP)