martykan / webTube

Android wrapper for the YouTube website with a couple little tweaks.
GNU General Public License v3.0
96 stars 40 forks source link

Add a menu option to toggle forcing landscape orientation in fullscreen #87

Closed dorkster closed 6 years ago

dorkster commented 7 years ago

My phone does not have a gyro, so I am stuck in portrait mode with no way to change orientation. So I've decided to add an option to lock the video in landscape when in fullscreen. I imagine this setting might be useful even if the user has a gyro, and just wants to watch videos in landscape without having to lock their global orientation.

In addition, I've created a submenu for Options (e.g. all the boolean menu items) to keep the main menu from being too cluttered.