7791 Commits

Author SHA1 Message Date
Brent Simmons
1442ba81c2 Update build to 6116. Write release notes. 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. 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 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. 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. 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. 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. 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. 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. 2022-09-28 21:37:01 -07:00
Brent Simmons
ba9fd19f05 Bump version to 6107. 2022-09-28 21:15:44 -07:00
Maurice Parker
28991d4893 Added latest change notes 2022-09-28 11:46:25 -05:00
Brent Simmons
d2af89729d Add release notes and version change from 6106 release. 2022-09-24 10:52:53 -07:00
Maurice Parker
9ab5d6268b Add link to iCloud Syncing Limitations & Solutions to all iCloud account maintenance UI 2022-09-24 05:29:15 -05:00
Maurice Parker
b92fceb84e Add links to iCloud Syncing Limitations & Solutions 2022-09-22 20:25:03 -05:00
Maurice Parker
1a07d90dc2 Update the build target so that we can compile with the more strict compiler in Xcode 14 2022-09-17 14:05:40 -05:00
Ethan Wong
f52276f9a1 use .package(path:) for local package dependencies to resolve Xcode 14 errors. 2022-09-17 13:37:59 -05:00
Maurice Parker
3a9e3c8050 Restrict the delete function if not the first responder. Fixes #3642 2022-08-02 18:10:09 -05:00