Commit Graph

26 Commits

Author SHA1 Message Date
Brent Simmons
81a68884cb Fix concurrency warning. 2024-05-01 21:16:57 -07:00
Brent Simmons
e56f7a73b8 Delete FeedlyAccountDelegate+OAuth.swift. 2024-05-01 20:49:09 -07:00
Brent Simmons
0a4be8f49f Move oauthAuthorizationCodeGrantRequest and requestOAuthAccessToken from FeedlyAccountDelegate to FeedlyAPICaller. 2024-05-01 20:36:33 -07:00
Brent Simmons
15e33e3659 Move FeedlyAPICaller to Feedly module. 2024-05-01 19:54:32 -07:00
Brent Simmons
f87e96dc9e Delete no-longer-used Feedly protocols. 2024-04-29 22:09:23 -07:00
Brent Simmons
8c8cfa6377 Delete Feedly operations. 2024-04-29 22:02:38 -07:00
Brent Simmons
433d64669b Delete unused FeedlyGetStreamIDsOperation. 2024-04-28 13:04:14 -07:00
Brent Simmons
7946983bca Create searchForFeed function which will replace FeedlySearchOperation. 2024-04-28 13:00:19 -07:00
Brent Simmons
9b8bb4b158 Delete FeedlyRequestStreamsOperation, which is unused. 2024-04-27 14:29:14 -07:00
Brent Simmons
f7b195a748 Create fetchCollections method. 2024-04-27 11:52:02 -07:00
Brent Simmons
3612b1e8fd Create fetchParsedItems function. 2024-04-27 11:41:18 -07:00
Brent Simmons
db69ddd209 Coalesce the various Feedly services files into one file. 2024-04-27 11:29:10 -07:00
Brent Simmons
47c68aa4cc Coalesce the various Feedly model files into one file. 2024-04-27 11:25:39 -07:00
Brent Simmons
4f04578bd7 Make FeedlyEntry Hashable, and make some other structs Equatable, so we can put FeedlyEntrys in sets. 2024-04-27 11:17:19 -07:00
Brent Simmons
ed957d92cf Move more OAuth code to Feedly module. 2024-04-25 19:55:39 -07:00
Brent Simmons
2e6ce552b9 Move OAuthRefreshAccessTokenRequest to Feedly module. 2024-04-25 19:45:03 -07:00
Brent Simmons
42ce0d2f64 Convert methods to async await. 2024-04-23 21:21:38 -07:00
Brent Simmons
54dc3ca7fd Convert methods to async await. 2024-04-23 21:15:35 -07:00
Brent Simmons
8f912ad22b Convert methods to async await. 2024-04-23 20:58:14 -07:00
Brent Simmons
c2197ac854 Convert methods to async await. 2024-04-23 20:48:06 -07:00
Brent Simmons
a56ffa9405 Convert methods to async await. 2024-04-23 20:13:44 -07:00
Brent Simmons
5d1bd9c5e4 Comment-out code that is triggering a misleading warning. 2024-04-22 18:02:00 -07:00
Brent Simmons
7397e897f2 Add some schemes for modules. 2024-04-16 21:46:44 -07:00
Brent Simmons
dfcf567270 Fix numerous concurrency warnings. 2024-04-07 22:15:35 -07:00
Brent Simmons
d1dc4cceec Fix numerous concurrency warnings. 2024-04-07 21:32:47 -07:00
Brent Simmons
4b0e7addc9 Create Feedly module. 2024-04-07 20:52:34 -07:00