Commit Graph

162 Commits

Author SHA1 Message Date
Maurice Parker 1b24140e1a Remove reset for processing as it was causing an infinite loop in some scenarios. 2021-07-07 12:26:43 -05:00
Maurice Parker e33d624dd8 Continue processing if we don't find any articles. Fixes #3213 2021-07-06 16:56:09 -05:00
Maurice Parker c10aa8412b Changed how images are placed in Twitter articles so that you can better see who Tweeted the image. 2021-07-05 14:25:36 -05:00
Maurice Parker 100823e57e Make sure we don't use negative oftsets when finding an index. Fixes #3204 2021-06-26 20:54:17 -05:00
Kiel Gillard 🤪 bce6806182 Preserve custom feed names with Feedly when moving them between folders. Fixes #3109 2021-05-31 09:41:10 +10:00
Brent Simmons 09b1663157 Use RSParser 2.0.2 and higher — make sure we have latest bug fixes. 2021-05-23 13:26:54 -07:00
Maurice Parker f70e5ae191 Change variable name to make it compile with older versions of Xcode. 2021-05-17 20:18:14 -05:00
Maurice Parker 3dbfc9a3b7 Change to test all characters for multiple scalars. Fixes #3120 2021-05-17 14:06:55 -05:00
Maurice Parker 629d74b67b Improve the FreshRSS error message when the API URL isn't found. Fixes #3061 2021-05-13 20:55:21 -05:00
Maurice Parker 5a31a90d0c If we can't find a feed, it must be deleted by another device, so consider it a success. Fixes #3042 2021-05-12 19:53:34 -05:00
Maurice Parker 92287d9bd5 Initialize the author as nil if it is unparsable. Fixes #3034 2021-05-06 13:52:50 -05:00
Maurice Parker 83332d1358 Retain existing feeds for folders that haven't been created yet. Fixes #3047 2021-05-05 21:24:27 -05:00
Stuart Breckenridge 7afd2e1e21
Fixes #3056 on Mac 2021-04-24 15:52:38 +08:00
Kiel Gillard 🤪 3c2e2c1578 Feedly API is no longer returning the collection/folder values for deleted collections/folders so make the response (which we ignore anyway), optional. Fixes #3015 2021-04-19 09:13:55 +10:00
Maurice Parker 92fd016b7a Exclude Inoreader from article status syncs 2021-04-15 14:17:25 -05:00
Maurice Parker 8f0519ca47 Fix regression where marking all as unread wouldn't take you back to the sidebar 2021-04-15 14:17:06 -05:00
Maurice Parker f2bbacc871 Add completion callbacks so that we can ensure that unreads have been marked before determining the next unread. Fixes #2993 2021-04-15 14:16:51 -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 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 064463e892 Update to the latest RSCore. Fixes #2914 2021-03-24 16:42:53 -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
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 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 8a9a9910cc Simplify the compression logic 2021-02-24 15:33:24 -06:00
Maurice Parker a51bcc2f0e Compress html and text content 2021-02-24 15:14:38 -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 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 e36e4ac5bc Correctly clear the progress bar for not found feeds and already subscribed feeds 2021-02-13 16:14:44 -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
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
Maurice Parker 50ebfbe51c Return correct error message for failed feed adds. Fixes #2759 2021-01-24 12:59:42 -06:00
Maurice Parker 38640b9245 Exclude Inoreader tags when syncing folders/tags. Fixes #2762 2021-01-24 12:40:15 -06:00
Maurice Parker ff90751127 Delete dead code 2021-01-22 17:10:37 -06:00
Maurice Parker 8503582308 Clear conditional get and do full downloads of feeds that are restored. Fixes #2747 2021-01-19 20:56:59 -06:00
Maurice Parker 2c65d3c296 Escape plus sign for post http body. Fixes #2736 2021-01-19 15:00:25 -06:00
Maurice Parker 653279d0f9 Rename file since it isn't an RSWeb extension 2021-01-19 11:26:52 -06:00
Maurice Parker 4510ca8287 Handle scenario where all feeds are in folders and they all need to be removed from the account. Fixes #2741 2021-01-18 19:07:35 -06:00
Maurice Parker 6b0bdf8ca0 Only send statuses on quit and have a 2 second timeout. Fixes #2726 2021-01-18 17:48:07 -06:00
Maurice Parker de93658fc2
Merge pull request #2731 from jbennett/2545-fw-better-status-refresh
Retrieving the unread and starred items should only return the item id
2021-01-18 15:46:28 -06:00