Skip to content

feat: Modernized Video Player, UI/UX Refinements, and Performance Optimizations#165

Open
Midxv wants to merge 10 commits intoArctosoft:masterfrom
Midxv:master
Open

feat: Modernized Video Player, UI/UX Refinements, and Performance Optimizations#165
Midxv wants to merge 10 commits intoArctosoft:masterfrom
Midxv:master

Conversation

@Midxv
Copy link
Copy Markdown

@Midxv Midxv commented May 3, 2026

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.

Midxv added 10 commits May 3, 2026 10:28
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant