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
2020-05-08add theme GruvboxAntoineÐ
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-10Sort articles by date by defaultBilal Elmoussaoui
Fixes https://github.com/jangernert/FeedReader/issues/655
2018-11-08Remove spring cleaning from saved stateBrendan Long
The DB vacuum isn't a persistent operation, and it should just restart next time if it's interrupted. This should fix an issue where if the spring cleaning was interrupted, it would hang forever. See #730
2018-04-25switch to meson build systemJan Lukas Gernert
2017-10-12Fix capitalization of Articles in noticationsBrendan Long
2017-10-10Remove last-favicon-update settingBrendan Long
2017-10-09Make various theme improvementsBrendan Long
- No green text - h2 is smaller than h1 - Use margins instead of padding where appropriate (fewer giant gaps on the page) - No grey background on the header by default - Smaller max line width - Don't try to use font-weight: 400 since it looks terrible with Linux's font rendering
2017-10-06unify utilsJan Lukas Gernert
2017-08-26convert space to tabs, and remove empty spacesBilal Elmoussaoui
2017-07-26deactivate grabber and image downloader by defaultJan Lukas Gernert
2017-05-22various small cleanups and fixes (should commit more often =/)JeanLuc Gernert
2017-05-14add the no-image-downloads option into the settings dialogJeanLuc Gernert
2017-05-12add tweak to disable javascript #472JeanLuc Gernert
2017-05-06remove LogLevel enum in favor of GLib.LogLevelFlagsJeanLuc Gernert
2017-05-05save top row of articleList so we can determine if added articles are newer ↵JeanLuc Gernert
than top row (sort by date with mixed up data)
2017-04-23that's what I actually meant: update favicons only once every 7 daysJeanLuc Gernert
2017-02-27change default font to droid sansJeanLuc Gernert
2017-02-27merge fontsize and fontfamily to single font-settingJeanLuc Gernert
2017-02-27implement font settingsBilal Elmoussaoui
2017-02-23refactor share-plugin settings to be part of the plguin completelyJeanLuc Gernert
2017-02-22Reworked Telegram PluginJason Scurtu
2017-02-18implement #315JeanLuc Gernert
2017-02-17add shortcut to select next/prev item in FeedList #384JeanLuc Gernert
2017-02-15add shortcuts to move ArticleView up and down to fix #367JeanLuc Gernert
2017-02-07hook up global-help shortcut and change default to ctrl+F1JeanLuc Gernert
2017-01-18save current sync-status using gsettings to restore it on UI startupJeanLuc Gernert
2017-01-05add tweak to disable smooth scrolling to fix #309JeanLuc Gernert
2017-01-04implement setting to mark articles read by scrolling past them to fix #63JeanLuc Gernert
2016-10-29go full gnomeJan Lukas Gernert
2016-10-07refactor articleList completely -> possibly still tons of bugsJan Lukas Gernert
2016-09-17add tweak-option to not download images for articles to fix #193Jan Lukas Gernert
2016-09-01add twitter share plugin (only login for now)Jan Lukas Gernert
2016-09-01remove readability-share-plugin because service will be shut down end of ↵Jan Lukas Gernert
september
2016-08-30use custom url, client-id and client-secret for wallabag loginJan Lukas Gernert
2016-08-29add first implementation of share to wallabagJan Lukas Gernert
2016-08-15rip out more parts of the uiJan Lukas Gernert
2016-08-15convert all backends to plugins for the daemon (no login-widgets for the UI yet)Jan Lukas Gernert
2016-08-15move ttrss settings to backendJan Lukas Gernert
2016-08-15firt steps towards libpeas pluggable backendsJan Lukas Gernert
2016-08-11add missing schemaJan Lukas Gernert
2016-08-11build shortcutswindow from sourceJan Lukas Gernert
2016-08-10remove parser-api-key setting in tweaks, since it is no longer neededJan Lukas Gernert
2016-08-10remove tweak to have fullscreen-videos + feed- and article-list still showingJan Lukas Gernert
2016-08-10change mediaplayer-setting from combo-box to switch since there are only 2 ↵Jan Lukas Gernert
options
2016-08-10remove ReadabilityParserAPI since internal grabber works pretty well nowJan Lukas Gernert
2016-08-10dynamically check for api_newsplus ttrss pluginJan Lukas Gernert
2016-08-10Notification: show new and unread articles both at the same timeJan Lukas Gernert
2016-08-05Revert "remove articleList oldest-article-first, since it was not tested and ↵Jan Lukas Gernert
maintained well" This reverts commit 6b5eb933620f642d7f82d698ccbf9942645f8446.
2016-08-05add option to use xdg-open on attached mediaJan Lukas Gernert