summaryrefslogtreecommitdiff
path: root/src/bookmarks.c
AgeCommit message (Collapse)Author
2021-03-20Bookmarks: Timestamp accuracyJaakko Keränen
There is no need for microsecond accuracy in the creation timestamp.
2021-03-09App: Initial bookmarksJaakko Keränen
Don't automatically make "Getting Started" a remote bookmark source. 1) Rather not DDOS my server. Remote sources are not cached currently. 2) While it's a nice demo of the feature, it's not essential. 3) Avoid appearance of a "call home" default that one needs to opt out of.
2021-03-07App: Fetch remote bookmarks after init finishedJaakko Keränen
2021-02-24Bookmarks: Looking up site iconsJaakko Keränen
Bookmark icons apply to site roots instead of domains. A root includes the user directory if one is found in the URL.
2021-02-23Improved handling of bookmark iconsJaakko Keränen
The effect of a bookmark icon is restricted to URLs that begin with the bookmarked URL. TODO: Bookmark icon of an URL should affect the whole domain, but this should take into consideration user subdirectories ("~name" or "/users/name"). IssueID #140
2021-02-23Bookmarks: Crash when removing a tagJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-10Bookmarks: Fixed crash when removing a bookmark sourceJaakko Keränen
Remote bookmarks from a deleted source page were not immediately removed, so the UI got confused about the missing source bookmark. IssueID #154
2021-02-08Bookmarks: Do not require a label for remote linksJaakko Keränen
IssueID #147
2021-01-29Bookmarks: Remove default Gemini portsJaakko Keränen
Normalize bookmark URLs by removing the default Gemini ports.
2021-01-02Bookmarks: Remote bookmarks grouped under sourceJaakko Keränen
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold.
2020-12-30Update bookmark icons when opening pagesJaakko Keränen
If bookmarks are imported or added manually, they won't have the correct site icons. Whenever a page is loaded the bookmark icon is now updated.
2020-12-19Changed the remote bookmark iconJaakko Keränen
The cloud character U+2601 is already used as a site icon.
2020-12-19Bookmarks: Crash when updating remote bookmarksJaakko Keränen
2020-12-19Remote bookmark sourcesJaakko Keränen
Bookmarks tagged "remotesource" are fetched and all links are treated as remote bookmarks. Remote bookmarks are not saved locally.
2020-12-19Bookmarks: Tweaked output of "about:bookmarks"Jaakko Keränen
2020-12-18Bookmarks: Clean up URLs with no path and queryJaakko Keränen
2020-12-17Listing bookmarks by tag and creation timeJaakko Keränen
2020-12-17Bookmarks: Improved bookmark list page formattingJaakko Keränen
2020-12-17Added "about:bookmarks"Jaakko Keränen
A simple way to export all or some of your bookmarks.
2020-12-01Added dialog for changing feed typeJaakko Keränen
This also gives feedback about a newly added subscription.
2020-11-27Bookmarks: Adding and removing tagsJaakko Keränen
2020-11-25SidebarWidget: Tagging bookmarks via menuJaakko Keränen
2020-11-23Bookmarks: Finding a bookmark by URLJaakko Keränen
This needs a better lookup if there are tons of bookmarks.
2020-09-18Home button opens a random "homepage" bookmarkJaakko Keränen
2020-09-13Default set of bookmarks for first runJaakko Keränen
2020-09-06LookupWidget: Keyboard focus and cursorJaakko Keränen
2020-08-24Updated for the_Foundation API changesJaakko Keränen
2020-08-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-14Editing bookmarksJaakko Keränen
2020-08-14Deleting bookmarksJaakko Keränen
2020-08-14Bookmarks: Store in a hash with unique IDsJaakko Keränen
2020-08-14Adding and viewing bookmarksJaakko Keränen
2020-08-14Added BookmarksJaakko Keränen