Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | Feeds: Canonical entry URLs | Jaakko Keränen | |
2021-07-02 | Further canonical URIs | Jaakko Keränen | |
2021-06-30 | Canonical URIs | Jaakko Keränen | |
Internally, all URIs should be converted to a canonical form so that they can be compared against each other. The canonical form is an IRI with spaces and reserved characters percent-encoded. | |||
2021-05-27 | Feeds: Disregard old entries | Jaakko Keränen | |
The history of visited URLs has a maximum age limit, and this is used for unread status. | |||
2021-05-04 | Split view pinning, "linksplit" special tag | Jaakko Keränen | |
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side. Added "linksplit" bookmark tag to activate view splitting when opening a link on the page. | |||
2021-04-05 | Added new language strings for media, feeds list | Jaakko Keränen | |
"about:feeds", inline downloads, and media player UI didn't have translations. | |||
2021-03-20 | Show unread entry count in sidebar | Jaakko Keränen | |
2021-03-18 | Feeds: Same URL from different feeds | Jaakko Keränen | |
Each feed gets its own copy of an URL. | |||
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. |