zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
5.44k stars 378 forks source link

Deal with filenames with invalid characters in their names. #1217

Open RokeJulianLockhart opened 2 months ago

RokeJulianLockhart commented 2 months ago

https://stackoverflow.com/revisions/64021421/2#:~:text=%20case%20'%22'%3A%20case%20'*'%3A%20case%20'%2F'%3A%20case%20'%3A'%3A%20case%20'%3C'%3A%20case%20'%3E'%3A%20case%20'%3F'%3A%20case%20'%5C%5C'%3A%20case%20'%7C'%3A%20case%200x7f%3A explains which are disallowed. This should probably be told to the user in a more legible manner.

image

Reported due to https://github.com/zhanghai/MaterialFiles/issues/1216#issuecomment-2083185378.