Brent Simmons
|
0b87531f2f
|
Make fetchStarredArticles an async call. Also have it respect subscribed-to feed IDs.
|
2019-12-07 22:23:44 -08:00 |
Brent Simmons
|
a561ea9484
|
Fetch unread article IDs async. Also: fetch only for feeds currently subscribed-to. Fix #1218.
|
2019-12-07 20:57:23 -08:00 |
Kiel Gillard
|
f58bb38e8f
|
Remove unused code.
|
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
|
5cd90a9be7
|
Fix syncing of unread articles with Feedly when adding new or existing feeds to folders. #1289 #1332
|
2019-11-30 10:14:58 +11:00 |
Kiel Gillard
|
757c469e00
|
Improves the test coverage of syncing and progress reporting, identifying and fixing a bug when cancelling. #1328
|
2019-11-30 08:00:46 +11:00 |
Maurice Parker
|
991ecf2a71
|
Merge pull request #1363 from kielgillard/1326-missing-data
Adds public logging of the Feedly errors…
|
2019-11-27 09:55:22 -06:00 |
Kiel Gillard
|
1891523d0d
|
Adds public logging of the Feedly errors to help identify the missing key in #1326.
|
2019-11-27 19:04:55 +11:00 |
Kiel Gillard
|
2f96e8b8a6
|
Feedly operations can optionally report their progress. #1328
|
2019-11-27 18:32:18 +11:00 |
Kiel Gillard
|
55faf550d7
|
Implements logout for Feedly accounts.
|
2019-11-15 19:09:14 +11:00 |
Maurice Parker
|
afd9783711
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-11-14 20:11:50 -06:00 |
Maurice Parker
|
06bd5b3a6f
|
Renamed Feed and related classes/instances to WebFeed
|
2019-11-14 20:11:41 -06:00 |
Kiel Gillard
|
b317a99594
|
Fix failing Feedly tests.
|
2019-11-15 09:32:02 +11:00 |
Kiel Gillard
|
3ed5a43de3
|
Improves the behaviour and fixes some issues with cancelling of Feedly operations.
|
2019-11-15 07:59:44 +11:00 |
Kiel Gillard
|
6bef313937
|
Feedly accounts now refresh their access tokens on initialisation.
|
2019-11-07 18:55:05 +11:00 |
Kiel Gillard
|
434b11ed17
|
Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API.
|
2019-11-06 13:26:12 +11:00 |
Kiel Gillard
|
1a1ee0fa17
|
Fixes an issue where sending article statuses to Feedly was finishing prematurely.
|
2019-11-06 11:22: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 |