Commit Graph

7798 Commits

Author SHA1 Message Date
Brent Simmons 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. 2023-06-21 20:44:20 -07:00
Brent Simmons c2db9dbec0 Write release notes. Increment version and build. iOS-6.1.3-6117 2023-06-18 15:11:13 -07:00
Brent Simmons 3dd7743e99 Show Twitter alert if needed. If not, show Reddit alert if needed. 2023-06-14 13:09:19 -07:00
Brent Simmons b1c5d192d0 Add redditDeprecationAlertShown to AppDefaults. 2023-06-14 13:08:51 -07:00
Brent Simmons 1020816e5b Update blog host name. 2023-06-13 21:48:11 -07:00
Brent Simmons a7cd320041 Update NetNewsWire blog feed URL — now at netnewswire.blog rather than nnw.ranchero.com. 2023-06-13 21:34:30 -07:00
Brent Simmons 4e59f66455 Save screenshot of when Twitter suspended NetNewsWire. 2023-04-07 20:30:48 -07:00
Brent Simmons 1442ba81c2 Update build to 6116. Write release notes. iOS-6.1.2 2023-03-19 13:01:53 -07:00
Brent Simmons 44a6fbeca6 Update copyright date to 2023. Update version and build to 6.1.2 and 6115. On the proper branch this time. 2023-03-18 22:33:34 -07:00
Brent Simmons 60ae566c28 Write release notes for 6114. 2023-02-05 20:47:41 -08:00
Brent Simmons 2733ef79df Update build number to 6114. iOS-6.1.1-6114 2023-02-05 20:44:52 -08:00
Brent Simmons e2aa15f08a Create and use anyLocalOriCloudAccountHasAtLeastOneTwitterFeed in AccountManager, so both iOS and Mac apps can use it. Also: simplify the Date comparison in presentTwitterDeprecationAlertIfRequired by using Dates instead of TimeInterval. 2023-02-05 18:07:30 -08:00
Brent Simmons 33c4cfcc3a Merge pull request #3850 from stuartbreckenridge/ios-release
Shows Twitter Deprecation Alert on iOS
2023-02-05 17:34:53 -08:00
Stuart Breckenridge d5c039b80f Add account type check for Twitter deprecation 2023-02-05 21:29:19 +08:00
Stuart Breckenridge b2a2c5f5b9 Changes strings to NSLocalizedStrings 2023-02-05 09:45:34 +08:00
Stuart Breckenridge 757c680f4b Adjusted expiry date 2023-02-05 09:04:23 +08:00
Stuart Breckenridge ee00339b4c Removes print statement 2023-02-05 08:55:23 +08:00
Stuart Breckenridge b35c4df28d Shows Twitter Deprecation Alert on iOS 2023-02-05 08:46:16 +08:00
Maurice Parker 6169df75cc Update the iOS icons. The 1x icons were not updated as they aren't used any longer. 2023-02-03 19:59:26 -08:00
Maurice Parker 36822a77d0 Remove Twitter integration. Fixes #3842 2023-02-03 19:11:33 -08:00
Maurice Parker d4985d8fc5 Remove Twitter integration. Fixes #3842 2023-02-03 19:02:49 -08:00
Brent Simmons 6abc8d2ca2 Write release notes and update version. 2023-01-22 12:22:30 -08:00
Brent Simmons 3b2b0272d7 Rewrite fetchArticlesAsync to use DispatchGroup, to be sure the completion is called just once. Fix #3823 iOS-6.1.1-6113 2023-01-21 17:21:51 -08:00
Brent Simmons 1e485f3e8d Fix widget data encoding crash — and possibly other bugs — by making sure that fetchArticlesAsync calls its callback just once. (The widget data encoder was crashing with multiple calls in the failure case, since it ended up having unbalanced DispatchGroup enter and leave calls.) 2023-01-21 14:49:08 -08:00
Brent Simmons 06b4f9660b Fix warning about using var with a DispatchGroup that is not mutated. 2023-01-21 14:46:41 -08:00
Brent Simmons fd700737f8 Update build and write release notes. iOS-6.1.1-6112 2023-01-16 21:39:07 -08:00
Brent Simmons 2e9107d67f Add back some feeds to the defaults. Go with an even 10 feeds. 2023-01-16 21:34:50 -08:00
Maurice Parker dc4a7c9ccd Remove build settings 2023-01-13 15:12:34 -08:00
Brent Simmons 494b9b62db Restore code signing settings. 2023-01-08 21:48:00 -08:00
Brent Simmons 691e7cf8b5 Update build and version for 6.1.1. Write release notes. iOS-6.1.1-6111 2023-01-08 21:38:05 -08:00
Maurice Parker 53f835b3ce Guard against negative numbers. Fixes #3768 2023-01-06 17:22:56 -08:00
Brent Simmons 6c7b425af3 Cut way down on default feeds — now just six. Hoping to cover a number of different interests with these choices, without giving people too much stuff to deal with. 2023-01-06 17:20:36 -08:00
Brent Simmons 46f8aecb2f Sort default feeds (and get rid of duplicates). Add BBC World News to defaults list. Also: accept whatever updates Xcode seems to have forced on NetNewsWire-iOS.xcscheme. 2023-01-06 17:20:28 -08:00
Brent Simmons 3bd22a1598 Bump build number to 6110. iOS-6.1-6110 iOS-6.1 2022-11-09 21:25:36 -08:00
Brent Simmons db77677676 Update Package.resolved 2022-11-08 21:58:55 -08:00
Brent Simmons c32f8ff8dd Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate 2022-11-08 21:56:18 -08:00
Brent Simmons c339209152 Create the first draft of release notes for 6.1. 2022-11-08 21:55:27 -08:00
Brent Simmons e3944ddf90 Remove, from default feeds, “Accidentally in Code” since it hasn’t been updated in quite a while. Replace it with inessential, since I’ll be returning to blogging. 2022-11-08 21:55:03 -08:00
Maurice Parker e97192981d Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate 2022-11-01 20:25:11 -05:00
Maurice Parker 7f531282d6 Restrict RSCore version so that we don't pick up version 1.1 when it happens 2022-11-01 20:24:58 -05:00
Brent Simmons d90bd8b202 Update version and release notes date. iOS-6.1-6109 2022-10-31 10:17:58 -07:00
Maurice Parker 83403ac5e1 Updated release notes 2022-10-29 15:50:51 -05:00
Maurice Parker 169b103f6d Change widget encoding to be more parallel and only run when going into the background 2022-10-29 00:39:03 -05:00
Brent Simmons c181cb1d39 Update version to 6108. iOS-6.1-6108 2022-10-28 15:52:01 -07:00
Maurice Parker 867e5cabf0 Updated release notes. 2022-10-28 17:05:15 -05:00
Maurice Parker 47a40e766c Change so that we only send 300 markers per request. Fixes #3711 2022-10-28 16:04:02 -05:00
Maurice Parker 05561d9c1f Change to a different debounce strategy and don't write widget data while in the background. #3567 2022-10-08 17:10:40 -05:00
Maurice Parker 66c7070bbd Remove requirement for "alternate" element which shouldn't be required. Fixes #3708 2022-10-02 17:46:56 -05:00
Brent Simmons a322be50e1 Fix typos. iOS-6.1-6107 2022-09-28 21:37:01 -07:00
Brent Simmons ba9fd19f05 Bump version to 6107. 2022-09-28 21:15:44 -07:00