Blaž Šolar
Blaž Šolar
It would be nice to have support for multiple projects on CircleCI.
Glide is releasing resources when new one is loaded or target cleared. Since we are using BackgroundManager and it has its own implementation for changing and updating images. We run...
We should probably use dependency injection as discussed in #8
https://developer.android.com/preview/features/tvlauncher.html
We should update/fix connect SDK. As current implementation is no longer supported we could use some forks/alternatives like https://github.com/Pluto-tv/Connect-SDK-Android or https://github.com/munix/Multi-Display-Cast. Or we could rewrite current implementation with limited functionality.
At the moment all permissions are requests are shown when user first enters the app. This is not ideal since we do not need all the permissions at that point....
Checking for app updates should also be moved to background instead of doing it on every activity launch. They should be perform when user is on WiFi and charging so...