Compare commits

...

3 Commits

Author SHA1 Message Date
Koen 32686215c4 Merge branch 'new-plugin-nasa-plus' into 'master'
Add NASA+ plugin

See merge request videostreaming/grayjay!174
2026-05-20 10:31:51 +00:00
Stefan f226669b77 Add NASA+ plugin 2026-05-20 11:26:24 +01:00
Koen J a792dea4c5 Build fix. 2026-05-08 17:50:30 +02:00
6 changed files with 12 additions and 3 deletions
+6
View File
@@ -124,3 +124,9 @@
[submodule "app/src/stable/assets/sources/fosdem"]
path = app/src/stable/assets/sources/fosdem
url = ../plugins/fosdem.git
[submodule "app/src/unstable/assets/sources/nasa-plus"]
path = app/src/unstable/assets/sources/nasa-plus
url = ../plugins/nasa-plus.git
[submodule "app/src/stable/assets/sources/nasa-plus"]
path = app/src/stable/assets/sources/nasa-plus
url = ../plugins/nasa-plus.git
@@ -47,7 +47,6 @@
android:layout_marginLeft="10dp"
android:layout_marginRight="4dp"
android:max="100"
android:progressDrawable="@drawable/progress_update_banner"
android:visibility="gone"
tools:visibility="visible" />
+2 -1
View File
@@ -19,7 +19,8 @@
"84331338-b045-419c-88e4-c86036f4cbf5": "sources/mixcloud/MixcloudConfig.json",
"009775f8-9173-48a2-8df3-d730d08d198d": "sources/radiobrowser/RadioBrowserConfig.json",
"5f6658bb-96cc-4965-ba04-c81f8686ab67": "sources/redbull-tv/RedBullTvConfig.json",
"d890ff43-7d9f-4f0e-a52d-239014fd512d": "sources/fosdem/FOSDEMConfig.json"
"d890ff43-7d9f-4f0e-a52d-239014fd512d": "sources/fosdem/FOSDEMConfig.json",
"a1b2c3d4-5e6f-7890-abcd-ef1234567890": "sources/nasa-plus/NASA-PlusConfig.json"
},
"SOURCES_EMBEDDED_DEFAULT": [
"35ae969a-a7db-11ed-afa1-0242ac120002"
+2 -1
View File
@@ -19,7 +19,8 @@
"84331338-b045-419c-88e4-c86036f4cbf5": "sources/mixcloud/MixcloudConfig.json",
"009775f8-9173-48a2-8df3-d730d08d198d": "sources/radiobrowser/RadioBrowserConfig.json",
"5f6658bb-96cc-4965-ba04-c81f8686ab67": "sources/redbull-tv/RedBullTvConfig.json",
"d890ff43-7d9f-4f0e-a52d-239014fd512d": "sources/fosdem/FOSDEMConfig.json"
"d890ff43-7d9f-4f0e-a52d-239014fd512d": "sources/fosdem/FOSDEMConfig.json",
"a1b2c3d4-5e6f-7890-abcd-ef1234567890": "sources/nasa-plus/NASA-PlusConfig.json"
},
"SOURCES_EMBEDDED_DEFAULT": [
"35ae969a-a7db-11ed-afa1-0242ac120002"