mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-03 14:07:18 -05:00
* 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 <36371707+naveensingh@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> * Merge branch 'FossifyOrg:main' into main Signed-off-by: Jan Guegel <jan@guegel.eu> * Update CHANGELOG.md * fix PR Feedback Signed-off-by: Jan Guegel <jan@guegel.eu> * fix duplicated code by moving it to SimpleActivity.kt Signed-off-by: Jan Guegel <jan@guegel.eu> * moved handleStoragePermissions() to SimpleActivity.kt from MainActivity.kt introduced tryInitFileManager() to SaveAsActivity.kt removed const MANAGE_STORAGE_RC from MainActivity.kt Signed-off-by: Jan Guegel <jan@guegel.eu> * adjusted toast in try catch in storage permission action Signed-off-by: Jan Guegel <jan@guegel.eu> * catch ActivityNotFoundException with fallback of SecurityException Signed-off-by: Jan Guegel <jan@guegel.eu> * Apply suggestions from code review thanks for the feedback! Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> * remove indent Signed-off-by: Jan Guegel <jan@guegel.eu> * adjust changelog Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> --------- Signed-off-by: Jan Guegel <jan@guegel.eu> Co-authored-by: Jan Guegel <jan@guegel.eu> Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Refs: https://github.com/FossifyOrg/File-Manager/issues/85