Commit Graph

7822 Commits

Author SHA1 Message Date
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
Brent Simmons aca541dcc9 Remove no-longer-needed #available(macOS 11.0, *) checks. 2023-12-13 19:59:31 -08:00
Brent Simmons 16bc976b68 Bump version to 6.1.5b1. Write release notes. 2023-12-01 17:19:01 -08:00
Brent Simmons 6860637912 Restore showing link in status bar on hover. 2023-12-01 17:10:01 -08:00
Brent Simmons ee26aadb82 Create new web view controllers when the JavaScript setting changes, so that the effect of the change is immediate and apparent. 2023-11-28 21:37:38 -08:00
Brent Simmons faaf1baba9 Remove code that watches for JavaScript setting change — that change needs to be handled elsewhere. 2023-11-27 21:46:02 -08:00
Brent Simmons 2bdd60cdf5 Reload article when JavaScript setting changes. 2023-11-25 21:58:39 -08:00
Brent Simmons 1b236c425e Create Mac UI for JavaScript setting. 2023-11-25 20:50:45 -08:00
Brent Simmons 9d7dba085e Make JavaScript on by default — since it’s needed for videos and social media embeds etc. 2023-11-25 20:17:12 -08:00
Brent Simmons dfd778d038 Add `isJavascriptEnabled` setting, defaulting to false, and respect it in the web view. 2023-11-25 11:53:19 -08:00
Brent Simmons c05ef2344f Remove unused code and references to Twitter and Reddit. 2023-11-25 11:44:34 -08:00
Brent Simmons 279a99259e Use WKUserScript to inject scripts into the page. Use permalink as base URL. 2023-11-25 11:29:56 -08:00
Brent Simmons 7222dcde6f Update release notes and version. 2023-06-27 08:38:48 -07:00
Brent Simmons 91bd2d4256 Update Third Party Dependencies list. 2023-06-26 10:14:21 -07:00
Brent Simmons 7078e6fd55 Remove OAuthSwift and its dependencies. 2023-06-26 09:57:22 -07:00