7 Commits

Author SHA1 Message Date
Renato
93f4c4c982 Bump version to 1.0.2 (10002) for update system v1.0.2 2026-01-29 01:11:25 +00:00
Renato
cb8f5d0e4e Fix video playback issues: support multiple stream formats and remove resolution limit 2026-01-29 01:10:18 +00:00
Renato
8edf5c893e fix: arreglar pantalla negra del reproductor y agregar filtro deportes
- Agregado hardwareAccelerated=true en AndroidManifest.xml
- Eliminado setMaxVideoSizeSd() que limitaba calidad de video
- Mejorada configuración de SurfaceView en PlayerView con fondo negro
- Agregado videoScalingMode SCALE_TO_FIT para mejor renderizado
- Agregado método getSportsChannels() en ChannelRepository
- Agregado showSportsChannelsOnly() en ChannelsViewModel para testing
- Agregado token Gitea en UpdateService para autenticación
- Actualizada versión a 1.0.1 (versionCode 2)
2026-01-29 00:00:34 +00:00
Renato
0d8c8e5ff2 fix: Corregir todos los errores de compilación
- M3UParser.kt: Fix regex de atributos
- ChannelRepository.kt: Manejo correcto de M3UParseResult
- CategoryChip.kt: Simplificar border
- DnsConfigurator.kt: Usar HttpUrl.Companion.toHttpUrl()
- PlayerManager.kt: Cambiar buildUponParameters() a buildUpon()
- MainActivity.kt: Eliminar splashscreen no disponible
- PlayerControls.kt/PlayerScreen.kt: Fix iconos automirrored
- UpdateDialog.kt: Fix LinearProgressIndicator
- ChannelsScreen.kt: Eliminar PullToRefresh experimental
- UpdateInstallHelper.kt: Fix icono de descarga
- Agregar dependencia okhttp-dnsoverhttps
- Habilitar buildConfig en build.gradle.kts
v1.0.1
2026-01-28 23:48:37 +00:00
Renato
2ccdf3a78c fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation
- Simplify AndroidManifest.xml
- Fix themes.xml to use basic Android themes
- Enable BuildConfig
- Add okhttp-dnsoverhttps dependency
2026-01-28 22:36:38 +00:00
Renato
d3ce7872e7 docs: Add changelog v1.0.0 2026-01-28 22:03:24 +00:00
Renato
88dfda1482 feat: Initial IPTV app with Google DNS and in-app updates 2026-01-28 22:02:28 +00:00