Commit Graph

171 Commits

Author SHA1 Message Date
Stuart Breckenridge 0fa30a9404
removes force unwrapping 2021-04-10 20:29:33 +08:00
Stuart Breckenridge 4e517a6db4
Disable Reader View
This commit:
- adds a `isFeedProvider: Bool` property to `WebFeed`
- if `isFeedProvider` is `true`, the article extractor is disabled on the inspector, hidden from the context menu, and the toolbar button is disabled. Additionally, if `isFeedProvider` is `true`, `isArticleExtractorAlwaysOn` returns `false` and cannot be set to `true`.
2021-04-09 07:47:14 +08:00
Maurice Parker cc6449ed2a Merge branch 'ios-candidate' into main 2021-04-03 11:10:04 -05:00
Maurice Parker ea6cece955 Merge branch 'mac-release' into main 2021-04-03 09:30:42 -05:00
Maurice Parker d2245b629b Add locale to date formatter 2021-03-29 18:55:58 -05:00
Maurice Parker ce0d5590f1 Send out an name change notification if the feed name changes. Fixes #2939 2021-03-29 18:55:46 -05:00
Maurice Parker afbe25a26c Add locale to date formatter 2021-03-29 18:53:49 -05:00
Maurice Parker bfb6b3719e Send out an name change notification if the feed name changes. Fixes #2939 2021-03-29 14:48:48 -05:00
Maurice Parker 022e4ae153 Fail when trying to add a feed that isn't parsable. Fixes #2921 2021-03-27 19:29:26 -05:00
Maurice Parker c35dabbc55 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 2021-03-27 19:27:23 -05:00
Maurice Parker 01682e3cfd Fail when trying to add a feed that isn't parsable. Fixes #2921 2021-03-27 19:18:22 -05:00
Maurice Parker e73b174473 Change so that we don't join with the articles table when finding starred or unread article ids. Fixes #2915 2021-03-27 19:12:30 -05:00
Maurice Parker ab5421f533 Merge branch 'mac-release' into main 2021-03-27 17:21:49 -05:00
Maurice Parker b5eff641d0 Change so that we don't validate and change unread counts for unread limit queries 2021-03-25 16:07:22 -05:00
Maurice Parker 34de76009b Update to latest RSCore 2021-03-24 16:50:35 -05:00
Maurice Parker 064463e892 Update to the latest RSCore. Fixes #2914 2021-03-24 16:42:53 -05:00
Stuart Breckenridge 7f702abc8a
fixes build error 2021-03-24 20:06:48 +08:00
Maurice Parker 9c761c80df Add an optional limit parameter to the smart feeds. Fixes #2627 2021-03-24 05:43:07 -05:00
Kiel Gillard 🤪 7e791a2e7d Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 2021-03-23 10:17:59 -05:00
Kiel Gillard 🤪 488c4f42ef Feedly API is no longer returning the feed values for deleted feeds, so make the response (which we ignore anyway), optional. Fixes #2897 2021-03-23 17:06:42 +11:00
Maurice Parker b71c962684 Add the feed even if we can't find a viable feed in a page that the FeedFinder selected. Fixes #2888 2021-03-19 11:13:26 -05:00
Maurice Parker 81c0422205 Add a webfeed even if we couldn't find it using the FeedFinder. Fixes #2888 2021-03-15 19:56:05 -05:00
Maurice Parker 52f11ff538 Add validateFeed parameter to createWebFeed 2021-03-15 18:01:12 -05:00
Maurice Parker 5fd4dae3e6 Remove batch update commands that were interfering with the Sidebar getting rebuilt 2021-03-15 17:49:33 -05:00
Rene Hexel 45d26bee12
Update Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift
Reword slightly as per review.

Co-authored-by: Jed Fox <git@jedfox.com>
2021-03-14 06:01:37 +10:00
Rene Hexel 8e10d45903 Provide additional help to users with persistent Feedly authorization issues. 2021-03-13 06:54:06 +10:00
Maurice Parker 7297fddec9 Reduce block size to reduce the number of times CloudKit has to tell us to split our number of records 2021-03-11 19:24:06 -06:00
Maurice Parker 7a17c1e8aa Validate server data before accessing it using a subscript. Fixes #2861 2021-03-09 04:48:03 -06:00
Maurice Parker 3132a2c779 Validate server data before accessing it using a subscript. Fixes #2861 2021-03-09 04:47:15 -06:00
Maurice Parker 64e5a09ac6 Return to main queue after getting notified of the dispatch group completion. Fixes #2863 2021-03-09 04:24:55 -06:00
Maurice Parker 2dd475e71d Return to main queue after getting notified of the dispatch group completion. Fixes #2863 2021-03-09 04:23:19 -06:00
Maurice Parker bb99e6f69c Simplify the compression logic 2021-02-24 15:34:05 -06:00
Maurice Parker 8a9a9910cc Simplify the compression logic 2021-02-24 15:33:24 -06:00
Maurice Parker 42930371b8 Compress html and text content 2021-02-24 15:15:08 -06:00
Maurice Parker a51bcc2f0e Compress html and text content 2021-02-24 15:14:38 -06:00
Fábio Oliveira d05594dafb Fix Unit Tests
- Adopt new fields from SecretsProvider in FeedlyTestSecrets
-Fix call to Account init that was expecting an optional
- Linked `Articles` and `RSCore` libraries to the Unit Tests target
- Small change to order of imports for consistency
2021-02-24 01:13:47 +01:00
Maurice Parker e3d51635b8 Modify CloudKit add logic so that we don't wait to sync the statuses before completing the process. Fixes #2827 2021-02-23 18:00:15 -06:00
Maurice Parker 145161ed8a Modify CloudKit add logic so that we don't wait to sync the statuses before completing the process. Fixes #2827 2021-02-23 17:59:19 -06:00
Maurice Parker 828ca7ed2a Correctly clear the progress bar when a feed provider isn't able to find a feed 2021-02-13 16:25:55 -06:00
Maurice Parker b47a1fac61 Correctly clear the progress bar when a feed provider isn't able to find a feed 2021-02-13 16:25:17 -06:00
Maurice Parker b9b68bb48c Correctly clear the progress bar for not found feeds and already subscribed feeds 2021-02-13 16:15:17 -06:00
Maurice Parker e36e4ac5bc Correctly clear the progress bar for not found feeds and already subscribed feeds 2021-02-13 16:14:44 -06:00
Maurice Parker 00c947fd05
Merge pull request #2790 from stuartbreckenridge/future-proofing
: class changed to : AnyObject for protocols
2021-02-10 16:38:12 -06:00
Maurice Parker c063880c48 Upgraded to production releases of RS libraries 2021-02-10 16:19:26 -06:00
Maurice Parker 9b35e4a6b1 Update to the latest RSCore 2021-02-08 13:08:02 -06:00
Maurice Parker 91ce7ff189 Update to the latest RSCore 2021-02-07 20:26:30 -06:00
Stuart Breckenridge 1e578828e9
: class chnaged to : AnyObject for protocols 2021-02-06 07:06:45 +08:00
Maurice Parker c61ae997e2 Fix completed task count so that the progress bar clears when a feed is unparsable 2021-02-01 18:02:31 -06:00
Maurice Parker 21d1a32597 Delete unused code 2021-02-01 14:26:19 -06:00
Maurice Parker bc7341ec80 Don't clear progress when an error happens because it might be part of a folder move. Fixes #2764 2021-01-26 18:02:09 -06:00