46ebf21c06
Add support for Android TV and update dependencies
...
* Implement initial Android TV support, including `LEANBACK_LAUNCHER` intent filter, hardware feature declarations, and television-specific layouts for the player, search results, and dialogs.
* Add a splash/loading screen for the TV interface and a dedicated `SplashTheme`.
* Improve DPAD navigation by adding `OnKeyListener` for station cards and allowing focus on internal elements.
* Update `LayoutHolder` and `PlayerFragment` to handle TV layouts and add previous/next station navigation buttons.
* Adjust `PreferencesHelper` to disable station editing by default on TV devices.
* Update `androidx.media3` to v1.10.0, `work-runtime-ktx` to v2.11.2, and add `androidx.leanback` dependency.
* Bump `versionCode` to 144 and `versionName` to 14.4.
* Refactor `PlayerService` to simplify sleep timer cancellation logic.
* Remove stale copyright headers and license comments from several Kotlin files.
2026-03-28 18:36:50 +01:00
9140b54a23
Update AndroidManifest to resolve App Link verification issues
...
- Update `tools:targetApi` from "tiramisu" to "33"
- Set `android:autoVerify="false"` for the MIME-type based intent-filter
- Add `tools:ignore="AppLinkUrlError"` to the wildcard host in the file-extension intent-filter
- Add comments clarifying App Link behavior for playlist links
2026-03-24 17:54:48 +01:00
5334b88f1d
Refactor code and clean up unused resources
...
- Replace `suspendCoroutine` with `suspendCancellableCoroutine` in helper classes for better cancellation support.
- Replace `bundleOf` with manual `Bundle` initialization in `MediaControllerExt` and `SettingsFragment`.
- Remove unused constants in `Keys.kt` and redundant `onTerminate` override in `Radio.kt`.
- Clean up syntax and remove semicolons in `MainActivity.kt`.
2026-03-24 12:36:04 +01:00
5978aab0aa
- New Version Released.
...
- Updated the Gradle Structure.
- libs.versions.toml added.
2026-03-24 12:28:15 +01:00
Michachatz
c3c2ccfdd9
Add FreeDroidWarn import to MainActivity
2026-03-24 08:04:30 +01:00
Michachatz
3c3c18104b
Fix case sensitivity in FreeDroidWarn dependency
2026-03-24 07:58:25 +01:00
Michachatz
4e1ee7d6a7
Fix version tag format for FreeDroidWarn dependency
2026-03-24 07:56:42 +01:00
Michachatz
64ba020eae
Update FreeDroidWarn dependency version to 1.10
2026-03-24 07:52:22 +01:00
Michachatz
c9d6cf27ec
Show warning on upgrade in MainActivity
2026-03-24 07:37:04 +01:00
Michachatz
7b7579d416
Add FreeDroidWarn library dependency
2026-03-24 07:34:09 +01:00
Michachatz
b4ed3e107c
Merge pull request #53 from Michatec/renovate/androidx.media3-media3-datasource-okhttp-1.x
...
Update dependency androidx.media3:media3-datasource-okhttp to v1.9.3
2026-03-17 08:09:16 +01:00
renovate[bot]
219d54f4e4
Update dependency androidx.media3:media3-exoplayer to v1.9.3
2026-03-17 07:08:20 +00:00
renovate[bot]
81ff920c2c
Update dependency androidx.media3:media3-exoplayer-hls to v1.9.3
2026-03-17 07:07:36 +00:00
renovate[bot]
f4a5209e14
Update dependency androidx.media3:media3-datasource-okhttp to v1.9.3
2026-03-17 07:07:33 +00:00
renovate[bot]
b3a833fa44
Update dependency androidx.media3:media3-session to v1.9.3
2026-03-16 20:52:12 +00:00
renovate[bot]
874cf1eb39
Update dependency androidx.core:core-ktx to v1.18.0
2026-03-13 05:26:26 +00:00
renovate[bot]
5481a06343
Update dependency androidx.activity:activity-ktx to v1.13.0
2026-03-11 18:10:24 +00:00
fbafcb9773
- New Version Released
...
- Updated MainActivity.kt
2026-03-08 16:03:28 +01:00
27c405fd58
- Added Daemon Update
...
- Updated Icons in PlayerService.kt
2026-03-08 15:45:03 +01:00
669fd4683c
- Release of 14.1
...
- Added new features
- Some bug fixes
2026-02-27 09:40:59 +01:00
26b155a721
- Added the Station update button to the SettingsFragment.kt
...
- Added the strings for the language: german and english
2026-02-27 08:59:04 +01:00
c62c61f2f1
- Removed some old Systems
...
- Removed some old functions
2026-02-24 14:55:21 +01:00
5ca2b9b7ef
- Some Bug fixes
...
- Remove Code berg icon
- Updated README.md
- Updated AndroidManifest.xml
- Updated Dependencies
- Fix some code
2026-02-24 14:46:03 +01:00
Michatec
9b5c7e3c04
- New version Initialized
2026-01-25 17:07:30 +01:00
Michatec
4466654e92
- Fix unused import
2026-01-25 16:33:45 +01:00
Michatec
b2de7bd534
- Progress Bar added
...
- CollectionAdapter.kt updated
- File download optimized
- Housekeeping updated
2026-01-25 16:33:17 +01:00
Michatec
d3dfcb98f9
- Layout Changes
...
- HLS media extraction
2026-01-25 16:08:22 +01:00
Michachatz
0adb906438
Aktualisieren von provider_paths.xml
2026-01-22 06:55:40 +01:00
Michachatz
49e63d3aaa
Aktualisieren von shortcuts.xml
2026-01-22 06:55:08 +01:00
Michatec
364ef3db5d
- Fix window over resize.
2026-01-21 17:47:47 +01:00
Michatec
51b37d8f7b
- Fixing some bug fixes.
2026-01-21 17:10:35 +01:00
Michatec
5412f59f61
- New Version Initialized
...
- Some deprecated fixes
- New functions and fallbacks
- Some bug fixes
2026-01-21 16:25:37 +01:00
Michachatz
7781868c38
Merge pull request #11 from Michatec/renovate/androidx.media3-media3-exoplayer-hls-1.x
...
Update dependency androidx.media3:media3-exoplayer-hls to v1.9.0
2025-12-19 12:19:25 +01:00
Michachatz
c9c303df6e
Merge pull request #9 from Michatec/renovate/androidx.media3-media3-datasource-okhttp-1.x
...
Update dependency androidx.media3:media3-datasource-okhttp to v1.9.0
2025-12-19 12:19:11 +01:00
Michachatz
34971d4ea4
Merge pull request #6 from Michatec/renovate/androidx.navigation-navigation-ui-ktx-2.x
...
Update dependency androidx.navigation:navigation-ui-ktx to v2.9.6
2025-12-19 12:18:57 +01:00
renovate[bot]
2fa6f9f368
Update dependency androidx.media3:media3-exoplayer-hls to v1.9.0
2025-12-19 11:18:25 +00:00
renovate[bot]
1abcc04c72
Update dependency androidx.media3:media3-datasource-okhttp to v1.9.0
2025-12-19 11:18:22 +00:00
renovate[bot]
a478aef494
Update dependency com.google.code.gson:gson to v2.13.2
2025-12-19 11:18:19 +00:00
renovate[bot]
68f0829a2f
Update dependency androidx.navigation:navigation-ui-ktx to v2.9.6
2025-12-19 11:18:17 +00:00
Michachatz
abdf9f7fb6
Merge pull request #8 from Michatec/renovate/androidx.activity-activity-ktx-1.x
...
Update dependency androidx.activity:activity-ktx to v1.12.2
2025-12-19 12:16:23 +01:00
Michachatz
bc10527af0
Merge pull request #10 from Michatec/renovate/androidx.media3-media3-exoplayer-1.x
...
Update dependency androidx.media3:media3-exoplayer to v1.9.0
2025-12-19 12:16:00 +01:00
Michachatz
c44d51bc53
Merge pull request #12 from Michatec/renovate/androidx.media3-media3-session-1.x
...
Update dependency androidx.media3:media3-session to v1.9.0
2025-12-19 12:15:20 +01:00
Michachatz
4068c5363c
Merge pull request #13 from Michatec/renovate/androidx.work-work-runtime-ktx-2.x
...
Update dependency androidx.work:work-runtime-ktx to v2.11.0
2025-12-19 12:15:03 +01:00
renovate[bot]
cc174c7d15
Update dependency com.google.android.material:material to v1.13.0
2025-12-19 11:13:28 +00:00
renovate[bot]
a5281ca0ec
Update dependency androidx.work:work-runtime-ktx to v2.11.0
2025-12-19 11:13:25 +00:00
renovate[bot]
0365952276
Update dependency androidx.media3:media3-session to v1.9.0
2025-12-19 11:13:21 +00:00
renovate[bot]
e327cd036f
Update dependency androidx.media3:media3-exoplayer to v1.9.0
2025-12-19 11:13:14 +00:00
renovate[bot]
45cb807ee2
Update dependency androidx.activity:activity-ktx to v1.12.2
2025-12-19 11:13:06 +00:00
Michachatz
b18b1803b7
Merge pull request #3 from Michatec/renovate/androidx.navigation-navigation-fragment-ktx-2.x
...
Update dependency androidx.navigation:navigation-fragment-ktx to v2.9.6
2025-12-19 12:07:21 +01:00
renovate[bot]
209f26cca8
Update dependency androidx.navigation:navigation-fragment-ktx to v2.9.6
2025-12-19 11:02:21 +00:00