Nick

Results 591 comments of Nick

No, you need to request permission each time.

I don't see what files you've changed.

I suppose a big question is around the philosophy of this library. To what extent should it assume properties exist and what should it try to handle? If the former,...

``` Error resolving plugin [id: 'com.jfrog.bintray', version: '1.7'] ... 120 more Caused by: org.gradle.api.GradleException: Plugin cannot be resolved from https://plugins.gradle.org/api/gradle because Gradle is running in offline mode at ``` Did...

When I built this I tested on many devices including Sony TV's and it worked perfectly. If there is an issue with the searchable field on Sony TVs then it...

Lines 97-98 cursor = resolver.query(channelsUri, projection, null, null, null); cursor = resolver.query(channelsUri, projection, null, null, null); Yes, it is being repeated. Is this causing a problem on Philips TVs?

COLUMN_SEARCHABLE: https://developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_SEARCHABLE This seems like a problem in the Philips implementation of TIF or Android TV. That's a field that should exist as part of the Android framework and developers...

I did update [a TIF app](http://github.com/fleker/cumulustv) to use ExoPlayer2, although it's not really a "good" example.

Which device / API version is your device running on?