NetNewsWire/Shared
2024-06-16 13:02:16 -07:00
..
1Password Fix deprecation warnings by using UTType APIs. 2024-02-25 18:42:26 -08:00
Activity Remove numerous superfluous MainActor annotations. 2024-06-08 11:58:30 -07:00
Article Rendering Create ArticleExtractor module. 2024-04-07 15:05:38 -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 Remove numerous superfluous MainActor annotations. 2024-06-08 11:58:30 -07:00
Exporters Fix concurrency warning. 2024-05-01 21:50:55 -07:00
ExtensionPoints Remove numerous superfluous MainActor annotations. 2024-06-08 11:58:30 -07:00
Extensions Rename Account.type to Account.accountType. 2024-06-09 22:53:19 -07:00
HTMLMetadata Remove no-longer-needed Unicode support for URL (since it’s part of iOS and macOS now). 2024-06-09 10:58:07 -07:00
Importers Remove numerous superfluous MainActor annotations. 2024-06-08 11:58:30 -07:00
Resources
ShareExtension Rename Account.type to Account.accountType. 2024-06-09 22:53:19 -07:00
SidebarItem Fix concurrency warnings. 2024-04-19 22:30:37 -07:00
SmartFeeds Get rid of maxInterval from CoalescingQueue because it didn’t actually work right and isn’t probably needed. 2024-06-16 13:02:16 -07:00
Timeline Fix a few concurrency warnings. 2024-05-03 12:05:53 -07:00
Timer Remove numerous superfluous MainActor annotations. 2024-06-08 11:58:30 -07:00
Tree Replace forEach for for-in. 2024-04-07 17:06:39 -07:00
UserNotifications Rename isNotifyAboutNewArticles to shouldSendUserNotificationForNewArticles 2024-05-25 23:05:38 -07:00
Widget Fix some concurrency warnings. 2024-05-03 23:10:57 -07:00
AccountType+Helpers.swift Fix concurrency warnings. 2024-04-19 22:30:37 -07:00
AppDelegate+Shared.swift Fix a few concurrency warnings. 2024-05-03 12:05:53 -07:00
AppNotifications.swift Add name parameter to PostponingBlock. Add notification appUnreadCountDidChange for when unread count changes for entire app. 2024-06-09 22:27:17 -07:00
ArticlePathInfo.swift Continue fixing concurrency warnings. 2024-03-19 23:05:30 -07:00
IconImageCache.swift Move images-related code into Images module. 2024-04-15 22:21:17 -07:00
Secrets.swift.gyb Make ArticlesDatabase an actor. No serial dispatch queue. 2024-03-12 23:01:35 -07:00
UserInfoKey.swift Restore several of Maurice’s changes, including the new three-pane split view. 2024-03-03 22:51:53 -08:00