feat: Modernized Video Player, UI/UX Refinements, and Performance Optimizations#165
Open
Midxv wants to merge 10 commits intoArctosoft:masterfrom
Open
feat: Modernized Video Player, UI/UX Refinements, and Performance Optimizations#165Midxv wants to merge 10 commits intoArctosoft:masterfrom
Midxv wants to merge 10 commits intoArctosoft:masterfrom
Conversation
- Redesigned adapter_gallery_grid_item.xml to use a 1:1 perfect square aspect ratio with 16dp rounded corners (MaterialCardView). - Moved gallery grid filenames to sit cleanly below the image thumbnails, removing outdated gradient overlays. - Updated DirectoryBaseFragment.java to increase the portrait grid span count from 3 to 4, creating a modern 4x5 layout. - Created custom_video_controller.xml to replace the default ExoPlayer UI with an MX Player-style interface. - Refactored adapter_gallery_viewpager_item_video.xml to implement the custom controller layout. - Wired custom video controller logic inside GalleryPagerAdapter.java. - Fixed ExoPlayer visibility logic in playVideo(). - Added necessary Material Design vector drawables to resolve resource linking errors.
Add Android CI workflow for build process
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.
Overview of Changes:
Redesigned : Lockscreen & Mainmenu
Video Player : Replaced the default ExoPlayer UI with a minimalist, MD3-inspired floating timeline. Added gesture controls (swipe left/right for brightness/volume, double-tap to seek) and integrated "Fit" and "Rotate" buttons.
Grid & Thumbnail Polish: Added sleek, translucent overlays on grid thumbnails displaying the decrypted file name and size. This uses a lightweight background thread pool to ensure scrolling remains buttery smooth.
Clean Directory Names: Stripped long absolute paths so folders now display just their actual name in the grid and directory views.
Stability & Animations: Upgraded the media viewer opening transition to a smooth cross-fade.
Grid Performance: Optimized the ConstraintLayout boundaries on the grid items to stop measurement loops, allowing thumbnails to load instantly.