Brent Simmons
|
2d33de1205
|
Fix references to addOperation, which is now just add.
|
2020-02-05 21:18:29 -08:00 |
Kiel Gillard
|
fb69a2bc54
|
Fix the logging of Feedly errors. #1628.
|
2020-01-21 18:31:41 +11:00 |
Brent Simmons
|
a2bcdb1cfd
|
Fix the progress indicator bug I had introduced in working on FeedlyOperation. Make sure FeedlyOperation calls downloadProgress.completeTask(), and make sure that all paths lead there.
|
2020-01-19 16:55:39 -08:00 |
Brent Simmons
|
6181f416a4
|
Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated.
|
2020-01-19 14:19:06 -08:00 |
Brent Simmons
|
39db00c022
|
Use MainThreadOperationQueue with Feedly syncing.
|
2020-01-15 21:30:37 -08:00 |
Kiel Gillard
|
325f220181
|
Ignore the remote article status if the sync database contains a pending (and therefore more recent) status. Fixes #1516.
|
2020-01-13 18:04:58 +11:00 |
Kiel Gillard
|
745b5d8cb8
|
Fetch article contents from Feedly by ids rather than paging through streams up until the last successful sync date. Issues #1453 #1398 #1408 #1429
|
2020-01-11 10:45:45 +11:00 |
Kiel Gillard
|
bd307cbb6c
|
Give the FeedlySyncStarredArticlesOperation a delegate so that if the database becomes suspended, the remainder of the sync operation cancels.
|
2019-12-18 09:26:57 +11:00 |
Kiel Gillard
|
2401b0be1b
|
Fix compilation issues with tests after Account API changes.
|
2019-12-09 18:54:29 +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
|
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
|
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 |