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 (Expand)Author
2019-02-20Remove indented empty linesBrendan Long
2019-02-20Cleanup Vala indentationBrendan Long
2019-02-20Add braces around all if/else/while/etc statementsBrendan Long
2018-12-28Run Vala code though UncrustifyBrendan Long
2018-11-22Add some contracts to FavIconBrendan Long
2018-10-28Delete favicons when deleting a feedBrendan Long
2018-10-28Deduplicate Favicon file name creationBrendan Long
2018-03-01Handle non-existent feeds in the DBBrendan Long
2018-01-01Improve some sync loggingBrendan Long
2017-10-28Skip all the metadata and filesystem stuff when dealing with data URI faviconsBrendan Long
2017-10-28Support data URI favicons and fill them in for FeedbinBrendan Long
2017-10-28Add a missing favicon null checkBrendan Long
2017-10-25quick fixJan Lukas Gernert
2017-10-25camel case -> snake caseJan Lukas Gernert
2017-10-24support gdk scale factor for faviconsJan Lukas Gernert
2017-10-22Don't try to download favicons when we're offlineBrendan Long
2017-10-21Only read and write metadata onceBrendan Long
2017-10-21Fix to make us only try to download each icon onceBrendan Long
2017-10-21Rename m_icon to m_pixbufBrendan Long
2017-10-21Turn FavIcon into a class instead of FavIconManagerBrendan Long