NetNewsWire/Shared
Brent Simmons 3fea0f0758 Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
..
1Password
Activity Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
Article Extractor Make ArticleExtractor MainActor; make it forget about SecretsProvider and the Secrets module. 2024-04-01 22:40:27 -07:00
Article Rendering Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
ArticleStyles Make ArticleThemeDownloader a struct with static funcs, which fixes the concurrency warning about the static shared property (which got removed). 2024-03-24 21:25:11 -07:00
Commands Convert removeFeed to async await. 2024-03-28 09:28:16 -07:00
Exporters Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
ExtensionPoints Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
Extensions Make RSParser a local module and rename it to Parser. 2024-04-02 21:43:06 -07:00
Favicons Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
HTMLMetadata Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
Images Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
Importers Convert importOPML to async await. 2024-03-26 21:10:05 -07:00
Resources
ShareExtension Make RSParser a local module and rename it to Parser. 2024-04-02 21:43:06 -07:00
SidebarItem Fix a couple concurrency warnings. 2024-04-01 22:50:03 -07:00
SmartFeeds Mark many things as MainActor and deal with the fallout. 2024-03-25 21:10:37 -07:00
Timeline Remove fetchUnreadArticlesAsync method. 2024-03-24 22:56:09 -07:00
Timer Convert refreshAll to async/await. 2024-03-25 23:36:27 -07:00
Tree Fix Mac build errors. 2024-03-21 17:21:50 -07:00
UserNotifications Continue fixing concurrency warnings. 2024-03-19 23:05:30 -07:00
Widget Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
AccountType+Helpers.swift
AppNotifications.swift
ArticlePathInfo.swift Continue fixing concurrency warnings. 2024-03-19 23:05:30 -07:00
IconImageCache.swift Continue fixing concurrency warnings. 2024-03-19 23:05:30 -07:00
Secrets.swift.gyb
UserInfoKey.swift