Enhance/UI ux better error feedback when editing bookmarks in settings - #4687
Open
alihrhera wants to merge 2 commits into
Codacy Production / Codacy Static Code Analysis
required action
Jul 25, 2026 in 0s
5 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 5
Complexity increasing per file
==============================
- app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarkPrefsViewModel.kt 14
Complexity decreasing per file
==============================
+ app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarksPrefsFragment.kt -3
See the complete overview on Codacy
Annotations
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarkPrefsViewModel.kt#L17
The function isValidBookmarkPath is missing documentation.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarkPrefsViewModel.kt#L54
The function isValidBookmarkName is missing documentation.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarkPrefsViewModel.kt#L66
The function isValidBookmark is missing documentation.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarksPrefsFragment.kt#L114
The function showBookmarkDialog is too long (68). The maximum length is 60.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/ui/fragments/preferencefragments/BookmarksPrefsFragment.kt#L183
Expression with labels increase complexity and affect maintainability.
Loading