Bookmarks: Duplicate Names
Description
The naming scheme for bookmarks is currently: "Bookmark " + bookmarkList.size().
This works well enough for sequentially added bookmarks. As bookmarks are removed and new ones are added there is a high likelihood to have multiple bookmarks with the same name.
The naming routine could check the list of existing bookmarks to make sure the name is not currently in use. Alternatively, a new naming scheme could be devised such as: "Bookmark " + time or "Bookmark " + chapter name.
Context
App version
3.4.3 Beta 2
Android version
11
Device model
Pixel 3
App mode
Smartphone