* 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.
ℹ️ 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.
💡 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.
