Commit Graph

7836 Commits

Author SHA1 Message Date
hnharejin 6da8e15425 Update README.md to fix hyperlink of Roadmap 2024-02-27 22:11:27 -08:00
Brent Simmons 573e90de24 Use a local baseURL when app is in /Applications, and use the permalink as baseURL when app is anywhere else. 2024-02-27 21:47:29 -08:00
Brent Simmons d90e59439d Disallow automatic playback for all media types. 2024-02-27 20:28:14 -08:00
Brent Simmons 565b3ac2c3 Remove some no-longer-needed #available checks. 2024-02-27 20:13:00 -08:00
Brent Simmons 22f3fb62f8 Remove some no-longer-needed #available checks. 2024-02-27 20:06:57 -08:00
Brent Simmons 9129cd382c Remove some no-longer-needed #available checks. 2024-02-27 20:02:31 -08:00
Brent Simmons 12116a66e8 Remove some no-longer-needed #available checks. 2024-02-27 19:52:00 -08:00
Brent Simmons 0929aedd46 Use sidebarItemID in place of feedID or feedIdentifier when the type is SidebarItemID. 2024-02-26 21:47:24 -08:00
Brent Simmons f03356151e Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2024-02-26 21:36:17 -08:00
Brent Simmons 346a6e6e53 Set macOS to 14.0. Set swift version to 5.9. Adopt targeted SWIFT_STRICT_CONCURRENCY. 2024-02-26 21:35:23 -08:00
Brent Simmons 180ea522f7
Merge pull request #4227 from leoheitmannruiz/patch-1
Use https for kottke.org feed
2024-02-26 21:28:42 -08:00
Brent Simmons f6f8cfb4f5 Fix storyboard config issues. 2024-02-26 17:08:49 -08:00
Leo Heitmann Ruiz a5136e4b76
Use https for kottke.org feed 2024-02-26 23:22:12 +01:00
Brent Simmons fea6d03bc3 Remove Master from names. 2024-02-26 08:37:15 -08:00
Brent Simmons 5b34217374 Move SidebarItem and SidebarItemIdentifier from Account to app level. 2024-02-26 08:12:34 -08:00
Brent Simmons f4fae47fda Temporarily disable AddFeedIntentHandler — it’s causing a build failure. 2024-02-25 23:14:37 -08:00
Brent Simmons d173b04d0c Rename webFeed to feed. 2024-02-25 23:14:11 -08:00
Brent Simmons 4c866b7230 Rename WebFeed and webFeed to Feed and feed. 2024-02-25 23:12:21 -08:00
Brent Simmons b705433270 Rename WebFeed to Feed. 2024-02-25 21:41:18 -08:00
Brent Simmons b25c9eae94 Rename feedID to sidebarItemID. 2024-02-25 21:34:22 -08:00
Brent Simmons a75e5eb52a Rename FeedIdentifier to SidebarItemIdentifier. Rename FeedIdentifiable to SidebarItemIdentifiable. 2024-02-25 21:17:00 -08:00
Brent Simmons d5794a7b4e Rename Feed protocol to SidebarItem. 2024-02-25 21:14:10 -08:00
Brent Simmons 8aa2a1109e Fix deprecation warnings. 2024-02-25 21:09:25 -08:00
Brent Simmons ca3de24738 Fix deprecation warnings. 2024-02-25 19:02:29 -08:00
Brent Simmons a8d5458f99 Fix deprecation warnings. 2024-02-25 18:56:41 -08:00
Brent Simmons df956dfe27 Fix deprecation warnings. 2024-02-25 18:45:44 -08:00
Brent Simmons 33efa344c4 Fix deprecation warnings by using UTType APIs. 2024-02-25 18:42:26 -08:00
Brent Simmons c10bec9a64 Fix build warnings about build phases that weren’t actually dependent on dependency analysis. 2024-02-25 18:23:24 -08:00
Brent Simmons acd7050c2d Remove tab label from account detail view. Make accounts table view and detail view have same height and alignment. 2024-02-25 15:55:00 -08:00
Brent Simmons f8f92a793c Fix vertical spacing issue for account with Credentials button — add more space. 2024-02-25 15:40:02 -08:00
Brent Simmons 5aa10ba1a7 Move AccountsPreferencesViewController.swift to top of its section in project list. 2024-02-25 15:32:26 -08:00
Brent Simmons f2f2b5eef0 Fix display issue with Accounts preferences by simplifying it. 2024-02-25 12:58:18 -08:00
Brent Simmons 7a53b59d5c Fix SwiftUI warning. 2024-02-24 21:34:54 -08:00
Brent Simmons 9794cc9a59 Add comment about deprecation warning that we can’t do anything about. 2024-02-24 21:21:18 -08:00
Brent Simmons 78c1f8fe59 Fix deprecation warnings. 2024-02-24 20:39:44 -08:00
Brent Simmons a1a199860e Fix deprecation warnings. 2024-02-24 19:43:10 -08:00
Brent Simmons d2afd4582b Fix deprecation warnings. 2024-02-24 19:17:58 -08:00
Brent Simmons 0627f57608 Add UTType+Extensions to add an OPML type. 2024-02-24 19:17:45 -08:00
Brent Simmons 766b5f8869 Fix deprecation warnings. 2024-02-24 19:03:20 -08:00
Brent Simmons 5b1db51fb9 Delete FeedWrangler references. 2024-02-24 18:56:44 -08:00
Brent Simmons 25776ce0c3 Make AppDelegate a final class. 2024-02-23 21:40:41 -08:00
Brent Simmons f0d5c13182 Remove unused @available instances. 2024-02-22 22:39:22 -08:00
Brent Simmons 987b57f69c Remove deployment target settings from project file. 2024-02-22 22:08:11 -08:00
Brent Simmons b2e7da6d7e Set deployment targets in xcconfig files. 2024-02-22 22:02:04 -08:00
Brent Simmons bb04233a33 Fix build errors in PreloadedWebView. 2024-02-22 22:01:41 -08:00
Brent Simmons 3de86ba877 Remove unneeded @available. 2024-02-22 21:57:35 -08:00
Brent Simmons 13d41eed6f Require macOS 13 and iOS 17. 2024-02-22 21:57:13 -08:00
Brent Simmons 2640132f36 Remove extension points. 2024-02-22 21:47:00 -08:00
Brent Simmons 071d029818 Fix deprecation warning. 2023-12-13 20:07:58 -08:00
Brent Simmons b9fa81f922 Fix warnings about build scripts that don’t depend on anything but were marked as running based on dependency analysis. 2023-12-13 20:04:10 -08:00