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
path: root/src
AgeCommit message (Expand)Author
2020-05-08add theme GruvboxAntoineÐ
2020-03-10Check $XDG_USER_DATA for site grabber configsMartijn van Beers
2020-02-10Logger: Don’t set a custom log writer functionPhilip Withnall
2020-01-16Fix infinite loading icon after opening article in browserPopeRigby
2019-11-13Don't add feeds on the UI threadJamey Sharp
2019-09-07Update SettingsDialog.valatrwnh
2019-09-01typo family, addedleela
2019-07-13Display feed and article titles as markupBrendan Long
2019-05-27Fix delete old articles logicBrendan Long
2019-05-27Use DB last modified time for last sync by defaultBrendan Long
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
2019-05-25Add an explicit button to close the current articleBrendan Long
2019-05-25Centralize logic for whether ArticleViewHeader is fullscreen or notBrendan Long
2019-05-24Deduplicate feeds by feed URL, not link element.Brendan Long
2019-05-24Use "oldest article first" sorting switch everywhereBrendan Long
2019-02-20Remove indented empty linesBrendan Long
2019-02-20Keep track of currently selected articleBrendan Long
2019-02-20Cleanup Vala indentationBrendan Long
2019-02-20Add braces around all if/else/while/etc statementsBrendan Long
2019-02-19Add backups if the configured font doesn't workBrendan Long
2019-02-19Change the default font to use the system "document font"Brendan Long
2019-02-10Make OPMLparser only concerned with parsing feedsBrendan Long
2019-02-10Add sensible defaults in FeedServerInterfaceBrendan Long
2019-02-10Add a default implementation for addFeeds()Brendan Long
2019-02-10Make FeedServerInterface an abstract classBrendan Long
2019-02-10primary menu: follow gnome design team guidlinesBilal Elmoussaoui
2019-02-10i18n: fix translations issuesBilal Elmoussaoui
2019-02-10Meson: clean constants.vala.in generationBilal Elmoussaoui
2019-02-09Assume feed URL's with no scheme should start with http://Brendan Long
2019-02-01Work around db.read_tag() returning nullBrendan Long
2019-02-01Fix article taggingBrendan Long
2019-01-29Re-use databases in the most obvious (single function) casesBrendan Long
2019-01-29Don't re-use database connections at allBrendan Long
2019-01-29Remove unsafe threadingBrendan Long
2019-01-04Fix crashes caused by ArticleList.m_loadThreadAldo Gunsing
2018-12-28Run Vala code though UncrustifyBrendan Long
2018-12-27Fix DataBaseWriteAccess.resetDB (#821)Aldo Gunsing
2018-12-15Make 0 an allowed sync settingBrendan Long
2018-11-29Deduplicate shared libraries between local and decsync backendsAldo Gunsing
2018-11-29Small improvementsAldo Gunsing
2018-11-29Add alwaysSetReadByID option to pluginsAldo Gunsing
2018-11-26Merge pull request #801 from Benguin/copy-article-urlJan Lukas Gernert
2018-11-26Merge pull request #786 from 39aldo39/fix-remove-categoryJan Lukas Gernert
2018-11-25Cleanup commented codeBenjamin
2018-11-25Allow copying article url from ArticleRow context menu.Benjamin
2018-11-24Remove unused FuncUtilsBrendan Long
2018-11-24Switch to a slightly more efficent version of ListUtils.singleBrendan Long
2018-11-24Unlock the keyring whenever we try to use itBrendan Long
2018-11-24Move SQLite config to a static constructorBrendan Long