Commit Graph

4324 Commits

Author SHA1 Message Date
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
Maurice Parker 7d39933ba4 Add article exception fetcher to always restore article to timeline regardless of timeline state. 2019-11-29 14:31:15 -06:00
Maurice Parker d62ff04c64 Fix next unread menu option when in fullscreen. 2019-11-29 13:26:14 -06:00
Maurice Parker 5373be508a
Merge pull request #1373 from kielgillard/master
Fixes race conditions in FeedlyOperation progress reporting unit tests.
2019-11-29 13:24:11 -06:00
Maurice Parker 514a498641
Merge pull request #1372 from Wevah/debug-menu-default
Enable ShowDebugMenu on master
2019-11-29 13:23:44 -06:00
Kiel Gillard 52d2121553 Fixes race conditions in FeedlyOperation progress reporting unit tests. 2019-11-29 18:33:32 +11:00
Nate Weaver 229f1604f0 Enable ShowDebugMenu on master 2019-11-28 14:59:45 -06:00
Maurice Parker 3d582270ad Add filter exceptions so that the correct timeline is always selected regardless of filter state. Issue #1366 2019-11-28 12:40:33 -06:00
Maurice Parker a458c8cc8b Change animation for apply filter on load. 2019-11-27 20:08:03 -06:00
Maurice Parker 219b5a89ba Fix issue where over optimization was causing crashes due to the diffable datasource not being available 2019-11-27 19:54:52 -06:00
Maurice Parker 95debf3e61 Remove Secrets build phase 2019-11-27 18:09:39 -06:00
Maurice Parker 4e0fe7b5f1 Fix retain loop in background refresh. 2019-11-27 18:03:19 -06:00