DSteve595 / Put.io

Put.io for Android!
MIT License
142 stars 30 forks source link

Android TV - Leanback Support #27

Closed sregg closed 9 years ago

sregg commented 9 years ago

Hi Steve,

Here is the first version of the Android TV support. I tried to keep it isolated from your code using a "tv" package name but I had to add some equals and hashCode in PutioFile.java. The imls also got somehow changed by Android Studio. And I added some leanback stuff in AndroidManifest.xml and build.gradle.

Right now it lists the folders and video files only. Only MP4 files (original or converted) are supported for now. We'll see if people ask for MP3 audio support.

Some colouring could be done too.

Here are some screenshots:

Icon in TV Launcher: tv_screenshot_launcher

Grid of Folders: tv_screenshot_folders

Grid of Videos: tv_screenshot_videos

Video Playing: tv_screenshot_playing