Hi there! First, thank you for the fantastic work on this project. I've been maintaining a fork to experiment with some UI/UX modernizations and performance tweaks.
I wanted to outline the changes I've made to see if you would be open to a Pull Request merging these into the main branch.
Here is a summary of what I’ve addressed:
-
New Lockscreen & Main Ui
-
Modernized Navigation & Transitions
Floating Nav Pill: Converted the bottom navigation into a minimalist, un-labeled floating pill.
- New Video Player (Gestures & MD3 UI)
Clean UI: Built a custom ExoPlayer layout (custom_video_controls.xml) featuring a floating MD3-style timeline "pill" at the bottom, removing the old cluttered buttons. Syncs perfectly with the outer Delete/Export buttons.
Touch Gestures:
Swipe right side for volume (AudioManager).
Swipe left side for brightness (WindowManager).
Double-tap left/right to seek +/- 10 seconds.
All of these changes respect the existing encryption, file handling, and architecture of the app—they are purely frontend layout and touch-listener enhancements.
Let me know if you are interested in these enhancements! If so, I would be happy to clean up my branch and submit a PR for your review.
Hi there! First, thank you for the fantastic work on this project. I've been maintaining a fork to experiment with some UI/UX modernizations and performance tweaks.
I wanted to outline the changes I've made to see if you would be open to a Pull Request merging these into the main branch.
Here is a summary of what I’ve addressed:
New Lockscreen & Main Ui
Modernized Navigation & Transitions
Floating Nav Pill: Converted the bottom navigation into a minimalist, un-labeled floating pill.
Clean UI: Built a custom ExoPlayer layout (custom_video_controls.xml) featuring a floating MD3-style timeline "pill" at the bottom, removing the old cluttered buttons. Syncs perfectly with the outer Delete/Export buttons.
Touch Gestures:
Swipe right side for volume (AudioManager).
Swipe left side for brightness (WindowManager).
Double-tap left/right to seek +/- 10 seconds.
All of these changes respect the existing encryption, file handling, and architecture of the app—they are purely frontend layout and touch-listener enhancements.
Let me know if you are interested in these enhancements! If so, I would be happy to clean up my branch and submit a PR for your review.