Skip to content

Releases: morckx/RadioDroid

0.86.903

05 Jul 09:21

Choose a tag to compare

Development snapshot [0.86.903-morckx] - 2025-07-05

Fixed

  • Fixed app crash when importing playlists with failed network requests
  • Fixed fragment context crash in FragmentPlayerFull when called after detachment
  • Fixed fragment deselection behavior for all devices (not just TV)
  • Migrated back navigation to AndroidX OnBackPressedDispatcher for Android 16+ compatibility
  • Resolved lint errors for gesture back navigation compatibility

Added

  • New setting to enable/disable radio-browser server availability checking
    • You can try this if your connection to the radio-browser server is is broken. I helps, however, only when the problem is that mirrors are listed in the DNS record, which do not work.

Changed

  • Updated OkHttp to version 5.0.0
  • Updated Iconics library to version 5.4.0
  • Updated Gradle to version 8.13
  • Updated all other dependencies to latest versions
  • Improved radio-browser server management: skip unavailable servers automatically
  • Improved error handling in playlist import functionality
  • Updated back button handling to use modern AndroidX APIs
  • Enhanced TV remote control compatibility for drawer navigation

0.86.902

11 Jun 14:36

Choose a tag to compare

Changes

  • Fixed recording on newer Android versions
  • Fixed playlist loading and saving on newer Android versions
  • Fixed radio-browser server fallback
  • Migrated from abandoned ExoPlayer to Media3
  • Migrated from abandoned Picasso library to Glide
  • Target SDK bumped from 34 to 36
  • All dependencies updated
  • Improved navigation on Android TV:
    • Station list can now be navigated with Channel Up/Down keys
    • Fast forward and rewind skips to the next/previous station
    • Use 0 the to key to open the drawer
  • Improved UI updates in full player mode

0.86.901

24 Jan 17:22

Choose a tag to compare

Main differences to original RadioDroid

  • Android Auto support
    • you need to allow Unknown Sources in the Android Auto development settings, as described here
  • better Google TV support

Updates

  • fixed colors in sidebar menu
  • should be usable now on Google TV
    • no bottom menu on TV screen (which is hard to reach by just moving down)
    • defaults to dark mode
    • defaults to icon only favorites
    • search might work now
      • if the soft keyboard does not appear on entering the search field, just enter a number from the remote control
  • fixed possible build issues by targeting Java 17

0.86.900

12 Jan 16:46

Choose a tag to compare

Main differences to original RadioDroid

  • Android Auto support
    • you need to allow Unknown Sources in the Android Auto development settings, as described here
  • Option to call and disable battery optimization settings

Updates

  • updated dependencies
  • updated exoplayerVersion to 2.19.1
  • minimum API level is now 21

0.84.901

15 Jul 08:20

Choose a tag to compare

Development snapshot [0.84.901-morckx] - 2023-07-15

  • Fixed radio-browser server fallback
  • ExoPlayer library updated to 2.18.7
  • All dependencies updated
  • Target SDK updated to 34
    • but still tested and working on API level 16 (Jelly Bean)
  • Norwegian Bokmål translation added
  • Galician translation added
  • Esperanto translation added
  • Brazilian Portuguese translation updated

Development snapshot [0.84.900-morckx] - 2022-10-16

Added

  • Android Auto support
    • (you need to allow Unknown Sources in the Android Auto development settings as described here)
  • Option to call battery optimization settings

Updated

  • All dependencies and build tools

0.84.900

16 Oct 18:00

Choose a tag to compare

Added

  • Android Auto support
    (you need to allow Unknown Sources in the Android Auto development settings as described here)
  • Option to call battery optimization settings (to make sure that radio streaming can continue after audio focus loss)

Updated

  • All dependencies and build tools