Michatec 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
2025-04-27 15:07:05 +02:00
2026-03-24 12:40:25 +01:00
2026-03-24 12:28:15 +01:00
2026-01-21 17:10:35 +01:00
2026-03-24 12:28:15 +01:00
2025-12-19 11:29:13 +00:00
2026-03-13 06:30:07 +01:00
2026-02-24 14:46:03 +01:00
2025-12-19 12:32:57 +01:00

About Radio

Radio is an application with a minimalist approach to listening to radio over the Internet.
Radio only offers a very basic search option, and it imports audio streaming links when you tap them in a web browser.
Pull request are welcome at any time.

Radio is free software. It is released under the MIT open source license.


⚙️ Install Radio
Preview

💡 Frequent Questions

Q: How can I add a radio station
A: There are three ways to add a radio station to Radio: Use Search, add playlist file address (M3U, PLS), enter a raw stream address. The last way will not support the update feature.


Q: How does the update feature work?
A: The update feature will try to fetch the current stream address of a station as well as the updated name and station image. The feature will not work for stations added via a raw stream address, or for stations imported from Radio v3.


Q: Where do the radio station search results come from?
A: Radio searches the radio-browser.info online database.
You can help out the radio-browser.info community by adding the missing station to their database.


🔊 Supported formats
Supported formats 🔊
AAC
AAC+
FLAC
HLS (M3U8)
M3U
MP3
OGG (Vorbis)
OPUS
PLS

📜 Credit

Base app Michatec & TRANSISTOR.

Description
Simple Radio app.
Readme 1.2 MiB
Languages
Kotlin 100%