NetNewsWire/iOS
Brent Simmons 3fea0f0758 Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
..
Account Move RSWeb from remote to local project; rename as Web. 2024-04-01 19:31:57 -07:00
Add Make RSParser a local module and rename it to Parser. 2024-04-02 21:43:06 -07:00
Article Make ArticleExtractor MainActor; make it forget about SecretsProvider and the Secrets module. 2024-04-01 22:40:27 -07:00
Base.lproj Fix some missed class renames. 2024-03-05 21:19:06 -08:00
Feeds Convert createFeed to async await. 2024-04-02 20:46:28 -07:00
Inspector Convert renameFeed and renameFolder to async await. 2024-03-27 17:49:09 -07:00
Intents Temporarily disable AddFeedIntentHandler — it’s causing a build failure. 2024-02-25 23:14:37 -08:00
IntentsExtension Temporarily disable AddFeedIntentHandler — it’s causing a build failure. 2024-02-25 23:14:37 -08:00
Resources Rename WebFeed and webFeed to Feed and feed. 2024-02-25 23:12:21 -08:00
Settings Convert importOPML to async await. 2024-03-26 21:10:05 -07:00
ShareExtension Fix Mac build errors. 2024-03-21 17:21:50 -07:00
Timeline Make BatchUpdate MainActor. 2024-03-23 16:26:10 -07:00
UIKit Extensions Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
AppAssets.swift Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
AppDefaults.swift Convert AccountDelegate.syncArticleStatus to async/await. 2024-03-26 16:50:11 -07:00
AppDelegate.swift Fix numerous concurrency warnings by marking things as Sendable or as MainActor. 2024-04-02 22:07:19 -07:00
ArticleActivityItemSource.swift Provide dedicated TitleActivityItemSource when sharing to Omnifocus and Things 2020-01-11 09:12:41 +01:00
ErrorHandler.swift Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
IconView.swift Remove Master from names. 2024-02-26 08:37:15 -08:00
KeyboardManager.swift Turn on strict concurrency. Fix some issues. 2024-03-19 19:55:55 -07:00
NavigationStateController.swift Rename AccountsDidChangeNotification to AccountsDidChange to match other notification names 2019-05-19 16:36:33 -05:00
RootSplitViewController.swift Restore several of Maurice’s changes, including the new three-pane split view. 2024-03-03 22:51:53 -08:00
SceneCoordinator.swift Fix iOS build errors. 2024-03-21 17:25:01 -07:00
SceneDelegate.swift 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
TitleActivityItemSource.swift Adds new Tweetbot share extension identifier. 2021-05-23 18:24:27 +08:00