Commit Graph

  • 2f07f4ee16 Rename WebFeed type to just Feed. Brent Simmons 2023-07-05 10:02:53 -07:00
  • d5d57a7e30 Move Feed.swift to FeedProtocol.swift Brent Simmons 2023-07-05 08:47:39 -07:00
  • 428cb73c34 Continue changing webFeed to feed. Brent Simmons 2023-07-05 08:42:56 -07:00
  • ecd6075bd2 Rename Article.webFeedID to .feedID. Brent Simmons 2023-07-05 07:33:29 -07:00
  • 8c9d143f18 Revert change to "feedIdentifier" value in state restoration. Add comment about not changing the values. Brent Simmons 2023-07-04 14:57:15 -07:00
  • a6832dd2a5 Use ItemIdentifier and itemID instead of FeedIdentifier and feedID. (FeedIdentifier was renamed to ItemIdentifier.) Brent Simmons 2023-07-04 14:41:02 -07:00
  • 4890a33469 Rename FeedIdentifier and FeedIdentifiable to ItemIdentifier and ItemIdentifiable, since they’re about identifying generic items rather than feeds. Brent Simmons 2023-07-04 12:52:02 -07:00
  • 31af045d5f Replace more uses of webFeed with just feed, mainly in ArticlesDatabase. Brent Simmons 2023-07-02 17:10:31 -07:00
  • fce2647eec Rename FetchFeedUnreadCountOperation.webFeedID to .feedID. Brent Simmons 2023-07-02 16:57:49 -07:00
  • 2598385be3 Rename WebFeedTreeControllerDelegate to FeedTreeControllerDelegate. Brent Simmons 2023-07-02 16:24:44 -07:00
  • 75f1eee00c Rename Article.webFeed to Article.feed. Brent Simmons 2023-07-02 16:22:14 -07:00
  • bb450ababa Rename WebFeedPasteboardWriter to FeedPasteboardWriter. Brent Simmons 2023-07-02 16:14:20 -07:00
  • e3cddc2bc2 Rename WebFeedMetadata to FeedMetadata. Brent Simmons 2023-07-02 16:12:43 -07:00
  • c84f2a80bd Rename ScriptableWebFeed to ScriptableFeed. Brent Simmons 2023-07-02 15:54:30 -07:00
  • 14c170ebd3 Separate the various Sections in SettingsView.body into separate vars to help type inference. Brent Simmons 2023-07-02 15:49:52 -07:00
  • ea14d87743 Rename AddWebFeedIntent to AddFeedIntent. Brent Simmons 2023-07-02 15:39:12 -07:00
  • cc438a9057 Rename PasteboardWebFeed to PasteboardFeed. Brent Simmons 2023-07-02 15:35:20 -07:00
  • 169f018c6a Rename AppDefaults.addWebFeedFolderName to .addFeedFolderName. Brent Simmons 2023-07-02 15:28:15 -07:00
  • 5c2a33a800 Rename AppDefaults.addWebFeedAccountID to .addFeedAccountID. Brent Simmons 2023-07-02 15:25:50 -07:00
  • a9e78451a2 Rename showAddWebFeedWindow to showAddFeedWindow. Brent Simmons 2023-07-02 15:22:51 -07:00
  • e2d88bbd33 Add Reddit deprecation alert code for Mac. Brent Simmons 2023-07-02 15:19:08 -07:00
  • d4092b21fd Add Reddit API deprecation alert code. Brent Simmons 2023-07-02 15:09:12 -07:00
  • 7556428c29 Rename user-facing New Web Feed text to just New Feed. Brent Simmons 2023-07-02 15:03:31 -07:00
  • 7e7f94aa04 Merge changes in iOS release notes from ios-release branch. Brent Simmons 2023-07-02 13:22:25 -07:00
  • 2112b51b49 Delete TwitterFeedProvider-Extensions.swift. Brent Simmons 2023-07-02 13:10:27 -07:00
  • 859dca3c7a Add anyLocalOriCloudAccountHasAtLeastOneRedditAPIFeed from release branch. Brent Simmons 2023-07-02 12:13:10 -07:00
  • e6e03e0d7a Rename Feed to FeedProtocol. (This is part one of renaming WebFeed to Feed.) Brent Simmons 2023-07-01 12:43:36 -07:00
  • bd8fb5263b Bump build number and write release notes. Build using Xcode 14.3.1 so it won’t crash on launch on iOS 13. iOS-6.1.4-6120 Brent Simmons 2023-07-01 11:33:07 -07:00
  • 641e35322c Continue removing ExtensionPoint code. Brent Simmons 2023-06-30 22:08:17 -07:00
  • a8fa627c6b Get Mac app building. Brent Simmons 2023-06-30 22:02:24 -07:00
  • 8a9c680cfc Continue removing ExtensionPoint code. Start fixing build errors. Brent Simmons 2023-06-30 21:55:54 -07:00
  • d309c05cb0 Continue removing feed provider and extension point references. Brent Simmons 2023-06-30 21:47:17 -07:00
  • 48ff7ec80d Continue removing ExtensionPoint code. Brent Simmons 2023-06-30 21:36:20 -07:00
  • 942ad6bd49 Continue removing Reddit references. Brent Simmons 2023-06-30 21:28:07 -07:00
  • 7c75f62fcf Continue removing Reddit references. Brent Simmons 2023-06-30 21:24:18 -07:00
  • a673e6bba7 Continue removing Reddit references. Brent Simmons 2023-06-30 21:20:11 -07:00
  • 36d8bcea40 Remove FeedProvider and Reddit code from Account framework. Brent Simmons 2023-06-30 21:17:29 -07:00
  • e931444262 Begin removing Reddit and ExtensionPoint code. Brent Simmons 2023-06-30 21:15:51 -07:00
  • 91ad56c5af Update release notes for 6.1.4. iOS-6.1.4-6119 Brent Simmons 2023-06-30 20:54:22 -07:00
  • 506accd1cb Bump version and build. Brent Simmons 2023-06-30 20:51:10 -07:00
  • a99f153419 Remove Extensions section from settings screen. Brent Simmons 2023-06-30 20:50:32 -07:00
  • 424b9a02c4 Remove Reddit references that can be removed. Brent Simmons 2023-06-29 12:43:14 -07:00
  • 805d1e44f9 Update default feeds. Brent Simmons 2023-06-28 16:22:32 -07:00
  • 8d92e0549b Update Third Party Dependencies list. Brent Simmons 2023-06-26 10:14:21 -07:00
  • 52c7ae2b53 Remove OAuthSwift and its dependencies. Brent Simmons 2023-06-26 09:57:22 -07:00
  • 573ff1314e Remove unused imports of the Zip module. Brent Simmons 2023-06-26 09:56:26 -07:00
  • f0699e5410 Remove ExtensionPoint code. Brent Simmons 2023-06-25 16:48:37 -07:00
  • 4f5d287ef8 Remove last references to isFeedProvider. Fix a couple warnings. Brent Simmons 2023-06-25 16:19:20 -07:00
  • 7e4c5be30f Remove references to isFeedProvider. Brent Simmons 2023-06-25 16:15:21 -07:00
  • 3aeda820e4 Remove FeedProviderManager and Feed Provider and remove references to them. Brent Simmons 2023-06-25 16:11:55 -07:00
  • de1dca3912 Remove Reddit from SecretsProvider. Brent Simmons 2023-06-25 15:53:59 -07:00
  • 34b6612df3 Remove Reddit from Secrets. Brent Simmons 2023-06-25 15:51:38 -07:00
  • cd45b88cfb Remove more Reddit references, including code in the Account framework. Brent Simmons 2023-06-25 15:45:36 -07:00
  • de723d9ed1 Remove references to AddFeedWindowControllerType.redditFeed. Brent Simmons 2023-06-25 15:31:20 -07:00
  • c3fab795ff Rename New Web Feed to New Feed. Brent Simmons 2023-06-25 15:30:57 -07:00
  • 2391d4acb9 Rename New Web Feed to New Feed. Brent Simmons 2023-06-25 15:30:43 -07:00
  • 007f077542 Remove showAddRedditFeedWindow function and all references to it. Brent Simmons 2023-06-25 15:26:37 -07:00
  • a74dd2d129 Remove Extensions UI from Settings window. Brent Simmons 2023-06-25 15:24:24 -07:00
  • 4a6acad3d6 Fix feedRequiresRedditAPI function. Brent Simmons 2023-06-25 15:24:03 -07:00
  • 2e2491ee66 Create and use API to determine if there are any feeds that require the Reddit API. Brent Simmons 2023-06-25 15:01:53 -07:00
  • e461eebb68 Remove New Reddit Feed menu command. Rename New Web Feed to just New Feed. Brent Simmons 2023-06-25 14:46:17 -07:00
  • 6641d64755 Write release notes about removing Reddit API and Extensions. Brent Simmons 2023-06-25 14:45:50 -07:00
  • 9ca6530b6b Bump version and build. Brent Simmons 2023-06-25 14:45:32 -07:00
  • 2965e0b2bd Remove add-Reddit-feed sheet and window controller. Brent Simmons 2023-06-25 14:43:55 -07:00
  • c75627467a Update version, build, and release notes. Brent Simmons 2023-06-25 12:26:00 -07:00
  • 15716784f4 Remove Reddit assets. Brent Simmons 2023-06-25 15:45:09 -07:00
  • 7222dcde6f Update release notes and version. mac-6.1.4 Brent Simmons 2023-06-27 08:38:48 -07:00
  • 3e6c6fdd2a Update appcast for 6.1.4b1 for Mac. Brent Simmons 2023-06-26 21:54:29 -07:00
  • 91bd2d4256 Update Third Party Dependencies list. mac-6.1.4b1 Brent Simmons 2023-06-26 10:14:21 -07:00
  • 7078e6fd55 Remove OAuthSwift and its dependencies. Brent Simmons 2023-06-26 09:57:22 -07:00
  • d31c9c1766 Remove unused imports of the Zip module. Brent Simmons 2023-06-26 09:56:26 -07:00
  • 1bef45e1af Remove ExtensionPoint code. Brent Simmons 2023-06-25 16:48:37 -07:00
  • 7f295797ee Remove last references to isFeedProvider. Fix a couple warnings. Brent Simmons 2023-06-25 16:19:20 -07:00
  • fb51185c05 Remove references to isFeedProvider. Brent Simmons 2023-06-25 16:15:21 -07:00
  • 85704acd9c Remove FeedProviderManager and Feed Provider and remove references to them. Brent Simmons 2023-06-25 16:11:55 -07:00
  • 5f9eeac2c3 Remove Reddit from SecretsProvider. Brent Simmons 2023-06-25 15:53:59 -07:00
  • f498ae16a4 Remove Reddit from Secrets. Brent Simmons 2023-06-25 15:51:38 -07:00
  • 8e8fdcf6d9 Remove more Reddit references, including code in the Account framework. Brent Simmons 2023-06-25 15:45:36 -07:00
  • 6c1891f7fd Remove Reddit assets. Brent Simmons 2023-06-25 15:45:09 -07:00
  • d24c66d7eb Remove references to AddFeedWindowControllerType.redditFeed. Brent Simmons 2023-06-25 15:31:20 -07:00
  • 49549484af Rename New Web Feed to New Feed. Brent Simmons 2023-06-25 15:30:57 -07:00
  • 54295590a5 Rename New Web Feed to New Feed. Brent Simmons 2023-06-25 15:30:43 -07:00
  • d232cf43c7 Remove showAddRedditFeedWindow function and all references to it. Brent Simmons 2023-06-25 15:26:37 -07:00
  • aeafd60c36 Remove Extensions UI from Settings window. Brent Simmons 2023-06-25 15:24:24 -07:00
  • 433dea94e0 Fix feedRequiresRedditAPI function. Brent Simmons 2023-06-25 15:24:03 -07:00
  • 4dd3d60c78 Create and use API to determine if there are any feeds that require the Reddit API. Brent Simmons 2023-06-25 15:01:53 -07:00
  • 8a9481b621 Remove New Reddit Feed menu command. Rename New Web Feed to just New Feed. Brent Simmons 2023-06-25 14:46:17 -07:00
  • 5a5de1edee Write release notes about removing Reddit API and Extensions. Brent Simmons 2023-06-25 14:45:50 -07:00
  • 89307275e7 Bump version and build. Brent Simmons 2023-06-25 14:45:32 -07:00
  • b6e7c16c13 Remove add-Reddit-feed sheet and window controller. Brent Simmons 2023-06-25 14:43:55 -07:00
  • f429481bfd Update appcasts for 6.1.3. Brent Simmons 2023-06-25 14:29:38 -07:00
  • efceeac0e9 Update version, build, and release notes. mac-6.1.3 Brent Simmons 2023-06-25 12:26:00 -07:00
  • 799d3f3894 Change release notes URL to point to release notes page: https://github.com/Ranchero-Software/NetNewsWire/releases/ Brent Simmons 2023-06-25 12:25:45 -07:00
  • 65522696e7 Bump build to 6118. iOS-6.1.3-6118 Brent Simmons 2023-06-23 19:25:25 -07:00
  • e5977d86c4 Open the release notes list rather than attempting to open the latest release notes page (on tapping Release Notes in settings). Because I keep messing up the tag for the latest release and we end up with a 404. Brent Simmons 2023-06-21 20:44:20 -07:00
  • 87f69eed05 Merge pull request #4042 from urda-forks/urda/remove-roadmap-md Brent Simmons 2023-06-20 15:07:08 -07:00
  • 7e72ace9c2 [Technotes] Remove Roadmap.md, tracked via GitHub milestones. Peter Urda 2023-06-20 11:16:29 -07:00
  • fdc5fd5b72 Update version. mac-6.1.3b1 Brent Simmons 2023-06-18 16:00:03 -07:00
  • e6a25f374a Show Reddit deprecation alert if needed. Brent Simmons 2023-06-18 15:53:37 -07:00
  • 21ee96609a Update NetNewsWire feed URL to use netnewswire.blog host. Brent Simmons 2023-06-18 15:43:47 -07:00