From d0b0172fbd552e4670934e93adb59f237551d031 Mon Sep 17 00:00:00 2001 From: Jacob Stoner Date: Fri, 15 May 2026 14:31:14 -0400 Subject: [PATCH] Allow cleartext HTTP stream URLs for any domain --- README.md | 2 +- app/src/main/AndroidManifest.xml | 1 + app/src/main/res/xml/network_security_config.xml | 15 +++++---------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 80ecccc..812e806 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Open the app and tap the **Settings** button to configure: | Setting | Default | Description | | --- | --- | --- | | Stream Name | `Live Stream` | Display name shown in the notification | -| Stream URL | radiojar default | Full HTTP(S) URL of the audio stream | +| Stream URL | radiojar default | Full HTTP(S) URL of the audio stream; HTTP cleartext is allowed for any domain | | Auto-start on Boot | **Enabled** | Start the stream automatically after device reboot | | Auto-relaunch if Stopped | **Enabled** | Watchdogs automatically restart the stream after a crash, network loss, or stop | | Reconnect Delay | 5 s | Base delay before the first reconnect attempt | diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1b016db..d8c70dc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -35,6 +35,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.StreamPlayer" + android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config"> - - radiojar.com - - +