Commit 055bfbd
authored
fix: sanitize filenames before saving (#270)
* Fix "Replace characters on save as function, FileNotFoundException" #250
* Update CHANGELOG.md
update changelog
* Update app/src/main/kotlin/org/fossify/filemanager/activities/SaveAsActivity.kt
Co-authored-by: Naveen Singh <[email protected]>
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <[email protected]>
* Update CHANGELOG.md
Co-authored-by: Naveen Singh <[email protected]>
---------
Co-authored-by: Jan Guegel <[email protected]>
Co-authored-by: Naveen Singh <[email protected]>
Refs: #2501 parent ceb7a5f commit 055bfbd
File tree
2 files changed
+9
-1
lines changed- app/src/main/kotlin/org/fossify/filemanager/activities
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
0 commit comments