Maurice Parker
|
910e06cf63
|
Don't try to suspend again if we suspended in the task expiration handler.
|
2019-12-05 17:43:38 -07:00 |
Kiel Gillard
|
f58bb38e8f
|
Remove unused code.
|
2019-12-05 19:02:40 +11: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 |
Brent Simmons
|
66c7a9532c
|
Remove references to attachments in a couple more spots.
|
2019-12-04 22:45:15 -08:00 |
Brent Simmons
|
ebd7c68396
|
Merge mac-release — remove attachments.
|
2019-12-04 22:36:08 -08:00 |
Brent Simmons
|
a5c1341b0c
|
Resume databases for all accounts before resuming anything else, so that notifications don’t trigger database calls.
|
2019-12-04 22:11:20 -08:00 |
Brent Simmons
|
3c8c346ce7
|
Bump version to 14.
|
2019-12-04 21:36:17 -08:00 |
Maurice Parker
|
95c1b36fe7
|
Change order of suspending steps to prevent work from going to a suspended queue. Issue #1400
|
2019-12-04 17:27:39 -07:00 |
Maurice Parker
|
26f49d4b51
|
Change to call suspend on main thread when expiration handler called. Issue #1399
|
2019-12-04 16:56:09 -07:00 |
Brent Simmons
|
3ead2c63bc
|
Remove attachments from the app, since we’re not using attachments in any way. We could always add it back later.
|
2019-12-03 23:03:15 -08:00 |
Brent Simmons
|
bcc1a1f5b5
|
Bump build to 13.
|
2019-12-03 22:46:57 -08:00 |
Brent Simmons
|
5725e94414
|
Fix threading violation with indexing articles.
|
2019-12-03 22:46:50 -08:00 |
Brent Simmons
|
d03b2b0277
|
Check if the queue is suspended before attempting to index articles in the database.
|
2019-12-03 21:56:52 -08:00 |
Brent Simmons
|
d93a4441d7
|
Bump version to 12.
|
2019-12-03 21:47:35 -08:00 |
Brent Simmons
|
edaf8fe1bc
|
Update to latest RSCore.
|
2019-12-03 21:47:14 -08:00 |
Brent Simmons
|
bb58406e61
|
Merge pull request #1395 from kielgillard/missing-data-1326
Feedly: Optional feed titles
|
2019-12-03 21:43:36 -08:00 |
Brent Simmons
|
e137dca5e3
|
Merge pull request #1394 from Wevah/ipv6-fix-mac-release
Update RSCore
|
2019-12-03 21:42:51 -08: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
|
f7375a9c8e
|
Update public Feedly sandbox OAuth secrets.
|
2019-12-04 09:29:43 +11:00 |
Nate Weaver
|
9ce3e73316
|
Update RSCore
(IPv6 fix.)
|
2019-12-03 13:16:43 -06:00 |
Maurice Parker
|
dad8b39ea9
|
Remove cancellAll for FeedWrangler.
|
2019-12-02 15:59:45 -06:00 |
Maurice Parker
|
63428fb2a2
|
Change to ensure that the app gets suspended when running too long during a background refresh.
|
2019-12-02 14:44:52 -06:00 |
Maurice Parker
|
f159371967
|
Change to make sure all queue's get cleared before suspending the database. Issue #1389
|
2019-12-02 14:14:35 -06:00 |
Brent Simmons
|
77cf9a0036
|
Bump build number to 11.
|
2019-12-01 16:15:57 -08:00 |
Maurice Parker
|
aae5b1dc48
|
Remove filtering of Accounts and Smartfeeds. Issue #1377 & #1376
|
2019-12-01 17:54:34 -06:00 |
Maurice Parker
|
7a8155f58f
|
Add suspend and resume to managed files
|
2019-12-01 17:16:52 -06:00 |
Maurice Parker
|
d9f2e13732
|
Suspend and resume account resources when moving between the background and foreground.
|
2019-12-01 16:51:25 -06:00 |
Maurice Parker
|
4f3f56bda5
|
Correct scenario where article view controller wasn't getting popped of the navigation stack when there wasn't a selected article.
|
2019-12-01 13:45:18 -06:00 |
Maurice Parker
|
33c487de85
|
Change to only suspend on application termination.
|
2019-12-01 13:28:11 -06:00 |
Maurice Parker
|
c65ccb0504
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-12-01 12:04:33 -06:00 |
Maurice Parker
|
6ed1c27856
|
Correct split view collapse logic for when running side by side.
|
2019-12-01 12:04:28 -06:00 |
Brent Simmons
|
45804a3d1a
|
Use the new VoidCompletionBlock instead of (() -> ()).
|
2019-11-29 23:42:11 -08:00 |
Brent Simmons
|
cd019d6d89
|
Update to latest RSCore.
|
2019-11-29 23:30:13 -08:00 |
Brent Simmons
|
ed5db537f8
|
Fix warning in in-progress code.
|
2019-11-29 23:04:29 -08:00 |
Brent Simmons
|
b5f1c69f8e
|
Add AccountManager.resumeAll, Account.resume. Add suspend() and resume() to AccountDelegate and to individual AccountDelegate instances.
|
2019-11-29 22:57:14 -08:00 |
Brent Simmons
|
8ee169d915
|
Update to latest RSDatabase.
|
2019-11-29 22:22:04 -08:00 |
Brent Simmons
|
2dd239d5ee
|
Merge changes from mac-release — adopt DatabaseQueue.
|
2019-11-29 22:17:32 -08:00 |
Brent Simmons
|
8daf80e8d1
|
Update to latest RSDatabase.
|
2019-11-29 21:55:11 -08:00 |
Brent Simmons
|
9dc3ed03c7
|
Adopt DatabaseQueue.
|
2019-11-29 21:49:44 -08:00 |
Brent Simmons
|
6fdaf773cd
|
Add SyncDatabase to referenced frameworks in project settings.
|
2019-11-29 21:49:24 -08:00 |
Brent Simmons
|
2c58bd31d7
|
Update to latest RSDatabase.
|
2019-11-29 21:12:16 -08:00 |
Maurice Parker
|
87a82eb290
|
Remove attempt to remove the context menu interaction.
|
2019-11-29 18:16:27 -06:00 |
Maurice Parker
|
8097fc488b
|
Merge pull request #1375 from kielgillard/master
Fix syncing of unread articles with Feedly when…
|
2019-11-29 17:40:19 -06:00 |
Maurice Parker
|
1f924a80fa
|
Restore feed selection after initial layout so that the visible area tests are correct.
|
2019-11-29 17:36:22 -06: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 |
Brent Simmons
|
4288e71887
|
Update to latest RSDatabase, which includes the new DatabaseQueue.
|
2019-11-29 14:02:47 -08:00 |
Maurice Parker
|
238e8e8a69
|
Merge pull request #1374 from kielgillard/master
Improves the test coverage of syncing and progress reporting…
|
2019-11-29 16:01:04 -06: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 |