Commit Graph

81 Commits

Author SHA1 Message Date
Maurice Parker
eba6c364da Change how we display progress per #3566. 2022-11-11 17:16:42 -06:00
Maurice Parker
0a2914e066 Remove requirement for "alternate" element which shouldn't be required. Fixes #3708 2022-10-02 14:57:48 -05:00
Maurice Parker
8f82d32665 Change visibility of system error messages included in logs so that they are useful in production 2022-09-29 16:13:24 -05:00
Maurice Parker
e520c45032 Change visibility of system error messages included in logs so that they are useful in production 2022-09-29 15:19:08 -05:00
Stuart Breckenridge
0dd4689bf0 Logging changes
- Adds `Logging` protocol
- Moves to Swift-style `OSLog` usage

os_log to Logger

os_log audit

Replacment of os.log with Logging
2022-09-04 21:31:03 +08:00
Maurice Parker
7e689d2eb1 Revalidate the API keys if they are expired. Fixes #3210 2021-08-21 16:09:47 -05:00
Dave Marquard
57ccaeac70 minor style change 2021-07-19 13:22:02 -07:00
Dave Marquard
17759255e7 more indentation 2021-07-19 13:16:26 -07:00
Dave Marquard
0c5917b4a2 fix indentation 2021-07-19 13:07:57 -07:00
Dave Marquard
fef5be3d5e fix indentation 2021-07-19 12:36:46 -07:00
Dave Marquard
9d8d212f3c - correct subscription API calls
- move subscription rather than deleting and re-adding it
- include authors
2021-07-19 12:28:13 -07:00
Maurice Parker
f9af3c786b Merge branch 'ios-candidate' 2021-05-25 20:12:50 -05:00
Maurice Parker
f05867befb Improve the FreshRSS error message when the API URL isn't found. Fixes #3061 2021-05-13 20:54:33 -05:00
Maurice Parker
6a4c761ed8 Merge branch 'ios-candidate' into main 2021-04-15 14:30:32 -05:00
Maurice Parker
091ef7aba2 Exclude Inoreader from article status syncs 2021-04-15 14:13:15 -05:00
Maurice Parker
d418835086 Merge branch 'ios-candidate' into main 2021-04-12 21:09:56 -05:00
Maurice Parker
c47480614c Fix regression where marking all as unread wouldn't take you back to the sidebar 2021-04-12 21:09:34 -05:00
Maurice Parker
991297165b Add completion callbacks so that we can ensure that unreads have been marked before determining the next unread. Fixes #2993 2021-04-12 19:42:05 -05:00
Maurice Parker
c95daa208f Add completion callbacks so that we can ensure that unreads have been marked before determining the next unread. Fixes #2993 2021-04-12 19:41:01 -05:00
Maurice Parker
52f11ff538 Add validateFeed parameter to createWebFeed 2021-03-15 18:01:12 -05: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
21d1a32597 Delete unused code 2021-02-01 14:26:19 -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
9790b7840d Make sure we call the completion if we need to exit early. 2020-12-10 17:22:25 -06:00
Maurice Parker
fce8070ae7 Enhanced error handling. 2020-12-10 17:12:04 -06:00
Maurice Parker
aa73b24291 Take order on the page into consideration when searching for the best feed identifier 2020-11-01 20:31:53 -06:00
Maurice Parker
7c4c2de7a0 Make folder restores work for Reader API 2020-11-01 14:15:44 -06:00
Maurice Parker
2229811df0 Encode names so that the plus sign will work when renaming folders and feeds 2020-11-01 11:35:26 -06:00
Maurice Parker
bf534d979c Update externalID for the folder when changing its name 2020-11-01 10:55:07 -06:00
Maurice Parker
ea1537118c Change the number of articles we retrieve to 150 2020-10-31 21:02:49 -05:00
Maurice Parker
100a596d02 Make sure all the read and starred statuses are recorded before retrieving the missing articles 2020-10-31 21:01:58 -05:00
Maurice Parker
cbb481c3f7 Don't allow a feed to be in more than one folder for Reader API accounts 2020-10-31 17:26:43 -05:00
Maurice Parker
51d74eaf45 Fix which feeds get removed from the root folder during sync 2020-10-31 13:35:01 -05:00
Maurice Parker
2d2814e1db Change how we identify folders so that it works with more services 2020-10-31 13:20:14 -05:00
Maurice Parker
1c67cbb6f4 Fix refresh progress indicator for Reader API 2020-10-31 13:04:49 -05:00
Maurice Parker
295bca326a Combine all account sync changes into a single batch update to prevent the sidebar from jumping around 2020-10-31 12:52:15 -05:00
Maurice Parker
1760d38777 Rewrite folder management for Reader API 2020-10-31 12:47:12 -05:00
Maurice Parker
0499952b45 Rewrote the article syncing code to be more efficient and handle large datasets 2020-10-28 19:03:41 -05:00
Maurice Parker
aecf90f9f8 Don't chunk entries at the caller level because it is already done in the delegate 2020-10-28 16:16:15 -05:00
Maurice Parker
0d5b3ea48b Change the article fetch strategy so that we only fetch 200 at a time and continue fetching until we have them all 2020-10-26 19:56:01 -05:00
Maurice Parker
cc269a8089 Tweak item query parameters to be more correct 2020-10-26 16:59:12 -05:00
Maurice Parker
4f4301e780 Add continuation value to be used for paging 2020-10-26 11:26:15 -05:00
Maurice Parker
a8ca544345 Change to use enum value 2020-10-26 11:25:51 -05:00
Maurice Parker
a7b0ff8c89 Clear the progress when a feed isn't found. 2020-10-26 10:36:13 -05:00
Maurice Parker
54c9f64614 Fix status sending bug 2020-10-25 20:33:29 -05:00
Maurice Parker
6a0040ff7a Don't set the Feed URL because we determine that at runtime 2020-10-25 19:56:52 -05:00
Maurice Parker
01d352aa15 Change to use correct delegate errors. 2020-10-25 19:53:36 -05:00
Maurice Parker
7ed311ebba Make itemRefs an optional value since it isn't always returned by Inoreader 2020-10-25 19:52:19 -05:00