You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that legacy ES File Explorer had (and Google's garbage file manager still doesn't, a decade later) is that file names too long to show on screen were not abbreviated, but wrapped around into multiple lines.
For example, a file named VID_20240418_123456 beautiful landscape.mp4 would be shown as
VID_20240418_123456 beautiful
landscape.mp4
Instead of:
VID_20240418_123456 be…
or:
VID_20240418_…cape.mp4
This is especially important in vertical orientation where there is little width available.
Amaze File Manager already has text side-scrolling, and I appreciate that, but it would even be better if it could wrap around long file names so the entire file name is visible on screen.
The text was updated successfully, but these errors were encountered:
Something that legacy ES File Explorer had (and Google's garbage file manager still doesn't, a decade later) is that file names too long to show on screen were not abbreviated, but wrapped around into multiple lines.
For example, a file named
VID_20240418_123456 beautiful landscape.mp4
would be shown asInstead of:
or:
This is especially important in vertical orientation where there is little width available.
Amaze File Manager already has text side-scrolling, and I appreciate that, but it would even be better if it could wrap around long file names so the entire file name is visible on screen.
The text was updated successfully, but these errors were encountered: