Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android TV OS support #3597

Closed
oroboros opened this issue Sep 25, 2020 · 4 comments
Closed

Add Android TV OS support #3597

oroboros opened this issue Sep 25, 2020 · 4 comments

Comments

@oroboros
Copy link

AdGuard already works fine on Android TV, but it needs to be sideloaded.

Since it already works on Android TV, the one thing that is missing is an icon launcher, which can be fixed by adding the following code and a larger size icon:

Source: http://stackoverflow.com/questions/32449904/how-to-make-a-android-tv-app-without-using-leanback-lib
Code:

<uses-feature android:name="android.software.leanback" android:required="false" /> <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> android:banner="@drawable/banner" <category android:name="android.intent.category.LEANBACK_LAUNCHER"/>

Beyond adding the Android TV launcher, there are only a few minor tweaks that need to be made to your code, and almost all of them regard the UI (like a few screens, not all, which are missing the highlight when items are selected and stuff like that):
https://github.com/AdguardTeam/AdguardForAndroid/issues?q=%22android+tv%22

But these are all GUI issues which do not effect functionality. Adding the code above would already make it usable.

@oroboros
Copy link
Author

I'm gonna pump this up, considering the new version in development, especially since v4 seems to break a lot of UI issues previously fixed.

@alextallinn
Copy link

Not working correctly on my "Sony BRAVIA 4K UR3" Android TV 8.
Incorrectly shown UI, so unable to use it!!!

@redtrillix
Copy link

Are we able to get support for the Amazon Fire TV OS?, I've tried with both Nightly and Beta and it's currently not very usable.

@maxikuzmin
Copy link

@redtrillix there will be a release today, there will be a separate build for TV, please try it. If you have any problems, please open a new issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants