-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged the android-tv to beta (#231)
* Added a redirect activity. (#220) Login, Main and Introduction activities for Android TV * Removed hardcoded strings and improved code readability, indentation etc (#221) * Improved structuring of TV app code, added settings layout, fixed the filtered servers bug and implemented sign out. (#222) * Implemented the MainTvFragment. (#223) * Integrated Shares as a HeaderItem and its content as ListRowItem. Removed Apps(Permanently) and settings(temporary) Moved the isATV() and Preferences code to the util/Preference.java Implmented ViewStubs. Fixed the ServerFileActivity crash in the android app. Moved the isATV to a different class CheckAtv in the util package Added the settings activity in the MainTVFragment Implemented Sign-out, connection and sign-out preferences. Removed fragment callback to improve structure. Added network calls and made the TV independent of external fragment callbacks. Added settings and separator. Implemented the sort algorithm in the MainTVFragment server select under construction. Reformatted the code and improved the indentation, spacing etc * Reformatted code and improved indentation. * not complete yet. * Implemented the Server selection setting. * Improved reformating and indentation. * Handles the fileOpening at the MainTVActivity (#226) Fixed the server selection bug. * Added browsing functionality to the TV app and merged beta into android-tv (#227) * Video player updates (#216) * adds subtitle view in video player * adds buffer percentage and error toast * adds subtitle fetch and display * resolves buggy video player controls * Updates mime type support for subs and disable them (#224) (cherry picked from commit a3bfc9c) * Feature swipe gestures (#225) * Adds swipe gestures * adds GestureDetector * adds functions to update volume, seek, brightness * minor fixes for smooth gestures * size of the progress bar and minor looks changed * resolves minor issues - resolves video controls opening at the end of swipe gestures - move seek text to the bottom of the video * Added the ServerFileTvActivity * User can successfully browse the content of the shares now. * Improved code indentation and reformatting. * Fixed the crash in the while opening a file during browsing.
- Loading branch information
Showing
47 changed files
with
2,775 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.