Kiel Gillard
|
3b47edfba7
|
Models the feed identifier of feedly articles as an optional since it seems the Feedly API will not always provide one (despite the API documentation).
Additional, more elegantly handle the failure to parse an article when Feedly does not provide a matching feed.
|
2019-12-31 08:47:27 +11:00 |
|
Brent Simmons
|
66c9d287bb
|
Merge pull request #1403 from kielgillard/feedly-report-crawled
Feedly articles report the crawled and recrawled date…
|
2019-12-05 21:52:43 -08:00 |
|
Kiel Gillard
|
d9a2ca8e7e
|
Adds unit tests for adding a new feed with Feedly. #1300
|
2019-12-05 19:02:40 +11:00 |
|
Kiel Gillard
|
7563d1b2c6
|
Search Feedly for the best feed (and its identifier) for the URL entered when adding a new feed. #1300
|
2019-12-05 19:02:40 +11:00 |
|
Kiel Gillard
|
fcd6d15b4c
|
Feedly articles report the crawled and recrawled date for the date published and updated values.
|
2019-12-05 18:55:28 +11:00 |
|
Kiel Gillard
|
3fdab4a288
|
Feed titles in Feedly seem to be optional despite what the API documentation says, possibly fixing #1326 if there are no other required keys that should be optional.
|
2019-12-04 09:33:10 +11:00 |
|
Kiel Gillard
|
4f70cb6040
|
Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested.
|
2019-11-02 10:29:34 +11:00 |
|
Kiel Gillard
|
7cac3e6238
|
Simplifying operations to improve their reusability and composability
|
2019-10-10 21:25:14 +11:00 |
|
Kiel Gillard
|
41ca023c31
|
Implements creating, updating, moving and removing feeds.
|
2019-10-09 18:38:28 +11:00 |
|
Kiel Gillard
|
56a92e7938
|
Adds unit testing and implements fixes for unread counts, icons, missing metadata and more.
|
2019-10-03 18:06:49 +10:00 |
|
Kiel Gillard
|
060366f447
|
Implements creating, updating and deleting Folders/Collections. Issues #1044 #1048
|
2019-09-27 21:47:30 +10:00 |
|
Kiel Gillard
|
465b6e789b
|
Sends and receives unread statuses #1058. Also implements OMPL import #1043.
|
2019-09-27 08:26:18 +10:00 |
|