[GH-ISSUE #1278] Android app: Preventing multiple bookmarks #848

Closed
opened 2026-02-25 22:38:16 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-02-25 22:38:16 +03:00
Author
Owner

@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.

<!-- gh-comment-id:3100130777 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#848
No description provided.