Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | Cleanup | Jaakko Keränen | |
2021-02-23 | Feeds: Secondary sort by discovery time | Jaakko Keränen | |
IssueID #173 | |||
2021-02-09 | Feeds: Wait up to 10 seconds for response | Jaakko Keränen | |
If a server doesn't respond, there is no use waiting indefinitely in a background request. | |||
2021-01-19 | Feeds: Don't trim quotes from titles | Jaakko Keränen | |
2021-01-18 | Fixed opening heading feed entries in a tab | Jaakko Keränen | |
The heading goto fragment wasn't being stripped appropriately from the URLs. | |||
2021-01-12 | Feeds: Strip default Gemini ports from URLs | Jaakko Keränen | |
2021-01-10 | Feeds: Don't trim opening parens/brackets | Jaakko Keränen | |
IssueID #114 | |||
2020-12-02 | Feeds: Checking which feeds have been checked | Jaakko Keränen | |
The wrong IDs was being used. | |||
2020-12-01 | Subscribing to new headings on a page | Jaakko 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-30 | Feeds: Save the correct refresh time | Jaakko Keränen | |
2020-11-29 | Feeds: Trim en/em dashes from entry titles | Jaakko Keränen | |
2020-11-29 | Feeds: Worker saves feeds in the background | Jaakko Keränen | |
No need to wait until quitting the app to write the feeds state to disk. | |||
2020-11-28 | Feeds: Refresh every 4 hours | Jaakko Keränen | |
2020-11-28 | Feeds: Abort parsing of feeds.txt if it's invalid | Jaakko Keränen | |
2020-11-27 | Autoupdate feeds after subscribing to the first one | Jaakko Keränen | |
2020-11-27 | Feeds: Don't save entries discovered long ago | Jaakko Keränen | |
2020-11-27 | Feeds: Separate timestamps for posting and discovery | Jaakko Keränen | |
The discovery time is needed for knowing how long the entry can be retained in the history. | |||
2020-11-27 | Feeds: Fixed "about:feeds" when feeds never refreshed | Jaakko Keränen | |
2020-11-27 | Feeds: Marking all as read; time check improvements | Jaakko 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-27 | Feeds: Removing all entries of a feed | Jaakko Keränen | |
2020-11-26 | Feeds: Manual refresh | Jaakko Keränen | |
2020-11-26 | Feeds: "about:feeds" shows refresh time | Jaakko Keränen | |
2020-11-26 | Feeds: Added "about:feeds" | Jaakko Keränen | |
Show all entries in a CAPCOM-like chronological list. | |||
2020-11-25 | Feeds: Check for update interval at launch | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Improved feed entry appearance | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Date separators in Feeds | Jaakko Keränen | |
2020-11-23 | Sidebar: Populate with feed entries | Jaakko Keränen | |
2020-11-23 | Added Feeds | Jaakko 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. |