summaryrefslogtreecommitdiff
path: root/src/feeds.c
AgeCommit message (Collapse)Author
2021-04-05Added new language strings for media, feeds listJaakko Keränen
"about:feeds", inline downloads, and media player UI didn't have translations.
2021-03-20Show unread entry count in sidebarJaakko Keränen
2021-03-18Feeds: Same URL from different feedsJaakko Keränen
Each feed gets its own copy of an URL.
2021-02-28CleanupJaakko Keränen
2021-02-23Feeds: Secondary sort by discovery timeJaakko Keränen
IssueID #173
2021-02-09Feeds: Wait up to 10 seconds for responseJaakko Keränen
If a server doesn't respond, there is no use waiting indefinitely in a background request.
2021-01-19Feeds: Don't trim quotes from titlesJaakko Keränen
2021-01-18Fixed opening heading feed entries in a tabJaakko Keränen
The heading goto fragment wasn't being stripped appropriately from the URLs.
2021-01-12Feeds: Strip default Gemini ports from URLsJaakko Keränen
2021-01-10Feeds: Don't trim opening parens/bracketsJaakko Keränen
IssueID #114
2020-12-02Feeds: Checking which feeds have been checkedJaakko Keränen
The wrong IDs was being used.
2020-12-01Subscribing to new headings on a pageJaakko Keränen
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there.
2020-11-30Feeds: Save the correct refresh timeJaakko Keränen
2020-11-29Feeds: Trim en/em dashes from entry titlesJaakko Keränen
2020-11-29Feeds: Worker saves feeds in the backgroundJaakko Keränen
No need to wait until quitting the app to write the feeds state to disk.
2020-11-28Feeds: Refresh every 4 hoursJaakko Keränen
2020-11-28Feeds: Abort parsing of feeds.txt if it's invalidJaakko Keränen
2020-11-27Autoupdate feeds after subscribing to the first oneJaakko Keränen
2020-11-27Feeds: Don't save entries discovered long agoJaakko Keränen
2020-11-27Feeds: Separate timestamps for posting and discoveryJaakko Keränen
The discovery time is needed for knowing how long the entry can be retained in the history.
2020-11-27Feeds: Fixed "about:feeds" when feeds never refreshedJaakko Keränen
2020-11-27Feeds: Marking all as read; time check improvementsJaakko Keränen
For some unknown reason, the parsing of the entry dates is sometimes (randomly?) off by 3600 seconds (one hour). This need a closer investigation; maybe a DST thing? For now check the date instead.
2020-11-27Feeds: Removing all entries of a feedJaakko Keränen
2020-11-26Feeds: Manual refreshJaakko Keränen
2020-11-26Feeds: "about:feeds" shows refresh timeJaakko Keränen
2020-11-26Feeds: Added "about:feeds"Jaakko Keränen
Show all entries in a CAPCOM-like chronological list.
2020-11-25Feeds: Check for update interval at launchJaakko Keränen
2020-11-23SidebarWidget: Improved feed entry appearanceJaakko Keränen
2020-11-23SidebarWidget: Date separators in FeedsJaakko Keränen
2020-11-23Sidebar: Populate with feed entriesJaakko Keränen
2020-11-23Added FeedsJaakko Keränen
Feeds fetches bookmarks with the "subscribed" tag and looks for feed-formatted links. The found links are added to the database of feed entries.