mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #1278] Android app: Preventing multiple bookmarks #848
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#848
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WebworkrNet on GitHub (Nov 3, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1278
Describe the feature you'd like to request
Currently, the Floccus app (for Android) does not check if the URL already exists in the database when creating or editing an existing bookmark. This can therefore result in a bookmark being created multiple times. A control function should prevent this.
Based on https://github.com/floccusaddon/floccus/discussions/1271.
Describe the solution you'd like
Standard case
The control function warns if the URL is identical and prevents it from being saved.
Similar URLs with and without a slash at the end
It is necessary to consider how to deal with this. One possibility would be to issue a warning in the case of a similar URL, but to allow the user to save it with the help of a query (yes / no). Alternatively, saving without a query could be denied as in the standard case.
Describe alternatives you've considered
Extension 1:
Ideally, the path and name of the existing URL should be returned to the user.
Extension 2:
Based on extension 1, offer the user to edit the existing bookmark instead.
@github-actions[bot] commented on GitHub (Jul 22, 2025):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.