Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-13Correct secret collection flaggnome-3.34Bilal Elmoussaoui
Backported patch from Flathub build with GNOME 3.34 runtime
2019-09-10Merge pull request #941 from trwnh/patch-2Bilal Elmoussaoui
Rename "Content Grabber" in Settings
2019-09-07Update SettingsDialog.valatrwnh
2019-09-06Merge pull request #938 from leela52452/masterJan Lukas Gernert
typo family, added
2019-09-01typo family, addedleela
is it OK to replace other typos in this file
2019-08-24Merge pull request #937 from jtojnar/fix-desktopBilal Elmoussaoui
Drop Keywords from desktop files
2019-08-24Drop Keywords from desktop filesJan Tojnar
1. `X-GNOME-Keywords` was surpassed by `Keywords` key, added in the version 1.1 of the XDG desktop-entry-spec. 2. It is empty so there is no need to have it there. 3. According to the spec, “Trailing empty strings must always be terminated with a semicolon.” Since this is not the case, gettext makes it eat the supported types from the following line: ``` X-GNOME-Keywords=MimeType=x-scheme-handler/feedreader; ```
2019-08-21Merge pull request #925 from aviskase/no-goa-pocketJan Lukas Gernert
Do not try to use deprecated GOA Pocket support
2019-08-21Merge pull request #934 from yann-soubeyrand/patch-1Jan Lukas Gernert
tt-rss: fix feeds order
2019-08-15tt-rss: fix feeds orderYann Soubeyrand
2019-07-29Do not try to use deprecated GOA Pocket supportYuliya Bagriy
2019-07-15Appdata: fix bug tracker URLBilal Elmoussaoui
Fixes #924
2019-07-13v2.10 releasev2.10.0Brendan Long
2019-07-13Display feed and article titles as markupBrendan Long
This makes it so we can use the escaped-HTML output of Htmlclean directly as titles, and things like &lt;pre&gt; will show as <pre> in titles. See #918
2019-07-13Re-escape HTML data after HtmlcleanBrendan Long
This works by parsing HTML data into normal text. However, when we're done with it, we want this to become valid HTML again. If we leave things like & parsed, we can get situations where the title/content of a page depends on how many times we run it through Htmlclean. Fixes #918
2019-07-13Add tests for htmlcleanBrendan Long
2019-07-13Save TT-RSS HTTP auth infoBrendan Long
Previously we had an auth input but we ignored it. Fixes #917
2019-05-29v2.9.2 releasev2.9.2Brendan Long
2019-05-29Add null check around since conversion for NextCloudBrendan Long
2019-05-27v2.9.1 releasev2.9.1Brendan Long
2019-05-27Fix delete old articles logicBrendan Long
- Fix double-negative in delete query - Change logic to use days instead of weeks - Use to_start_date() consistently
2019-05-27Use DB last modified time for last sync by defaultBrendan Long
The NextCloud plugin was doing this instead of using last-sync. This way all of the plugins do this behavior.
2019-05-27Trigger a re-sync when changing the drop-articles-after settingBrendan Long
2019-05-25Don't close the current article when switching tabs, searching, or opening a ↵Brendan Long
new feed This is a better user experience because articles only close when a user explicitly closes them. Fixes #864
2019-05-25Add an explicit button to close the current articleBrendan Long
This adds a new "close" button in the top left of the article view to close the current article without needing to switch views. For now, I'm not displaying this in fullscreen mode.
2019-05-25Centralize logic for whether ArticleViewHeader is fullscreen or notBrendan Long
2019-05-24v2.9.0 releasev2.9.0Brendan Long
2019-05-24Don't assume Feedly values are non-nullBrendan Long
Feedly's API sometimes returns null for summary, content, title, etc. Weirdly enough, it can even return null for `unread`, despite it not being marked as optional in the docs. Fixes #894
2019-05-24Deduplicate feeds by feed URL, not link element.Brendan Long
Previously, we used the RSS <link> to determine if a feed was a duplicate, but it's common for multiple feeds to exist for a single site. This changes the logic to just deduplicate based on the actual link given to us by a user. I also fixed a bug where we checked more than 1 duplicate instead of just checking for any duplicates. See #899 and #883
2019-05-24Minor Feedbin cleanupsBrendan Long
- Indentation - Don't set defaults for Article
2019-05-24Use "oldest article first" sorting switch everywhereBrendan Long
This was previously restricted to just the Unread articles tab, but the hover text for this was non-obvious and it seems strange to have this setting only apply on one tab. Fixes #901
2019-03-04Set FeedHQ license to FREE_SOFTWAREJon Banafato
FeedHQ is free software under the BSD 3-Clause license [0]. This change updates the backend metadata to reflect that. Similar to the change made in #805. [0]: https://github.com/feedhq/feedhq/blob/master/LICENCE
2019-02-20Add an error message when trying to add a feed that already existsBrendan Long
See #883
2019-02-20Remove indented empty linesBrendan Long
2019-02-20Don't indent empty lines in fix-indent.pyBrendan Long
2019-02-20Keep track of currently selected articleBrendan Long
This lets us restore it when people go from one list to another, when the article is still visible on the new list. See #864
2019-02-20Assume XML docs are UTF-8 in libnxmlBrendan Long
Previously this required XML documents to explicitly list themselves as UTF-8 for us to handle UTF-8 codepoints correctly. This switches that to assume we're using UTF-8 unless the charset is explicitly set. Fixes #476
2019-02-20Cleanup Vala indentationBrendan Long
This isn't perfect but it's way better than what Uncrustify generated
2019-02-20Add script to cleanup Vala indentationBrendan Long
2019-02-20Add braces around all if/else/while/etc statementsBrendan Long
This will make it easier to programatically fix the indentation.
2019-02-19Add backups if the configured font doesn't workBrendan Long
- Use configured font and size if applicable - Fallback to system font - Fallback to Sans 12 This makes it so we will always display something reasonable no matter how broken the system settings are.
2019-02-19Change the default font to use the system "document font"Brendan Long
Previously we defaulted to Droid fonts, but we shouldn't be trying to make assumptions about what fonts users have installed or what they want to use here. This makes it so we use the system document font by default and we still allow users to override it at-will in the settings. See #877
2019-02-15Fix Fedora Command + Syntax ColorationJulien Jerphanion
2019-02-11v2.8.2 releaseBrendan Long
2019-02-10Sort articles by date by defaultBilal Elmoussaoui
Fixes https://github.com/jangernert/FeedReader/issues/655
2019-02-10Make OPMLparser only concerned with parsing feedsBrendan Long
Previously it also called addFeeds(), but I moved that into the function that calls it.
2019-02-10Add sensible defaults in FeedServerInterfaceBrendan Long
For functions with obvious implementations where a plugin won't be broken if they're missing, this adds default implementations.
2019-02-10Add a default implementation for addFeeds()Brendan Long
This just calls addFeed() in a loop. I removed all empty implementations and implementations that had essentially the same logic.
2019-02-10Make FeedServerInterface an abstract classBrendan Long
This will let us deduplicate code in cases where a function can be implemented in terms of another.
2019-02-10Use UntypedJson.Object.get_string_member in a few more placesBrendan Long
There were a few other cases where TT-RSS was sending us ints and we expected strings. Might fix #752