TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.08k stars 1.53k forks source link

Wrap Filenames #4155

Open HT-7 opened 1 month ago

HT-7 commented 1 month ago

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:

VID20240418…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.