segler-alex / RadioDroid

radio browser app that uses www.radio-browser.info on android
GNU General Public License v3.0
719 stars 151 forks source link

Android TV support #900

Open andrewshadura opened 3 years ago

andrewshadura commented 3 years ago

Please consider adding support for Android TV.

Infra-basic minimal level

As described here: https://medium.com/@pcmushthaq/adding-android-tv-support-to-your-flutter-app-dcc5c1196231

Just changing the manifest would be enough; making the interface suitable for keyboard/remote navigation would be great too.

Basic level

A separate activity just for Android TV, probably using AndroidX Leanback toolkit, exposing at least minimal functionality and falling back to the mobile UI for the rest.

Full level

vdbhb59 commented 11 months ago

BTW, I am currently using this app (v0.84) on Android 7 TV and on Android 11 TV for almost 2 years now. It does need mouse support for few clicks but runs.

segler-alex commented 11 months ago

sorry I had to disable this for play store to accept it. they say if i want to use android tv support i have to change to AAB packages from APK packages. have to read more about this in the evening today.

andrewshadura commented 11 months ago

AAB is fine, I used AAB myself for years with an app of my own with no issues.