Update: Use new domain streamtpcloud.com for events and streams

- Updated EventRepository to point to streamtpcloud.com/eventos.json
- Updated ChannelRepository URLs to streamtpcloud.com
- Updated PlayerActivity Origin header
- Bumped version to 10.0.2
This commit is contained in:
renato97
2026-01-26 21:53:56 +01:00
parent bac564eb4f
commit df296d7172
6 changed files with 96 additions and 78 deletions

View File

@@ -1,10 +1,10 @@
{
"versionCode": 100100,
"versionName": "10.0.1",
"versionCode": 100200,
"versionName": "10.0.2",
"minSupportedVersionCode": 91000,
"forceUpdate": false,
"downloadUrl": "https://gitea.cbcren.online/attachments/83b72799-b731-4a48-ad04-67b75eaa78a7",
"fileName": "StreamPlayer-v10.0.1.apk",
"sizeBytes": 16674,
"notes": "StreamPlayer v10.0.1\n\nCorrecciones de errores:\n- Fix: Crash on HTML response in EventRepository\n- Fix: HTML validation in UpdateManager/DeviceRegistry\n- Fix: HTTP error handling in StreamUrlResolver\n\nVersión anterior v10.0:\n- Nueva versión mayor\n- Sistema de actualizaciones automáticas activado"
"downloadUrl": "https://gitea.cbcren.online/renato97/app/releases/download/v10.0.2/StreamPlayer-v10.0.2.apk",
"fileName": "StreamPlayer-v10.0.2.apk",
"sizeBytes": 0,
"notes": "StreamPlayer v10.0.2\n\nNovedades:\n- Eventos centralizados en servidor propio\n- Corrección de carga de eventos"
}