Rename app to Castarr (dev.castarr.tv), add JDK toolchain resolution

Package/applicationId com.nodecast.tv -> dev.castarr.tv, all branding in app
and remote page renamed, remote localStorage key changed. Foojay toolchain
resolver + jvmToolchain(17) so hosts with only a JRE can build.

Closes #1

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 00:17:59 +02:00
parent 6c5fee849e
commit 7e029c7726
14 changed files with 39 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.NodeCast">
android:theme="@style/Theme.Castarr">
<activity
android:name=".MainActivity"