Increase protrait zoom max to fill full screen#50
Merged
Conversation
…-right corner - Change rotation button behavior from switching orientation to locking/unlocking screen rotation - Move rotation lock button to top-right corner in both portrait and landscape modes - Add orange background when rotation is locked, default background when unlocked - Add lock/unlock icon drawables (ic_lock_24, ic_lock_open_24) - Remove old rotation button from drawer menu and portrait bottom bar - Add string resources for lock/unlock toast messages
…or landscape keyboard The landscape keyboard layout (system_button.xml) has a dedicated number row and additional special keys (brackets, caps, semicolon, etc.) that were not included in the SystemButtons array. Without being in this array, these buttons had no touch listeners attached and could not send key events to the target device. Added to SystemButtons: - Number row: ~ 1 2 3 4 5 6 7 8 9 0 - = (landscape only, null in portrait) - Special keys: [ ] \ Caps ; ' , . RightShift AltGr CtrlGr In portrait mode, these views return null from findViewById and are safely skipped by the existing null check in SystemButtonListeners().
Changed MAX_DISPLAY_HEIGHT_RATIO from 0.5 to 0.95 so the video can zoom in to fill the entire available container (minus top/bottom bars) instead of being limited to 50% of screen height. Aspect ratio is preserved.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.