Commit Graph

8280 Commits

Author SHA1 Message Date
Brent Simmons
433b132613 Merge pull request #3911 from stuartbreckenridge/fix/3910
Fixes #3910
2023-03-13 20:58:59 -07:00
Brent Simmons
b766056852 Merge pull request #3905 from stuartbreckenridge/integrate-DFAlt
Adopts DFAlt styling for the default theme
2023-03-13 20:58:02 -07:00
Stuart Breckenridge
34ae356cb2 Adds completion in reloadFeeds when window = nil 2023-03-13 13:50:49 +08:00
Stuart Breckenridge
9e85af2a79 Fixes #3910
UITableViewAlertForLayoutOutsideViewHierarchy will no longer fire as a check has been added to make sure that the tableView’s window property is not nil before performing batch updates.
2023-03-13 08:58:49 +08:00
Brent Simmons
796683e320 Merge pull request #3907 from vincode-io/fix-bulk-marking-validations
Make bulk marking as read validations take into consideration the dir…
2023-03-12 12:14:34 -07:00
Brent Simmons
3e44d2dfa2 Merge pull request #3906 from vincode-io/fix-about-view-icon
Make the About View use the actual application icon instead of a copy…
2023-03-12 11:41:08 -07:00
Maurice Parker
11ff4b500f Make the About View use the actual application icon instead of a copy of the old icon 2023-03-11 20:07:06 -06:00
Stuart Breckenridge
34deee1394 Adopts DFAlt styling as the default style 2023-03-11 19:25:26 +08:00
Maurice Parker
c420283601 Make bulk marking as read validations take into consideration the directly marked as unread articles 2023-03-10 15:34:49 -06:00
Maurice Parker
57ba38929a Merge pull request #3893 from stuartbreckenridge/3892
Adds NumberFormatter to Unread Counts
2023-03-06 17:00:04 -06:00
Maurice Parker
4fabb0ded0 Merge pull request #3877 from jordanekay/patch-2
Fix typo in ArticleStatus.swift
2023-03-06 16:59:01 -06:00
Maurice Parker
785c9c6027 Fix bug that made marking Starred impossible. Fixes #3806. 2023-03-06 15:12:42 -06:00
Stuart Breckenridge
3e72a48d49 Adds NumberFormatter to Unread Counts
Fixes #3892
2023-03-03 07:30:03 +08:00
Brent Simmons
cb58b01145 Merge pull request #3871 from danielpunkass/fix-merge-problem
Resolve bad merge artifacts from a previous merge.
2023-03-01 20:56:44 -08:00
Jordan Kay
9afdcd4867 Fix typo in ArticleStatus.swift 2023-02-23 12:10:47 -05:00
Daniel Jalkut
09a8b702cb Cleanup merge for DefaultFeeds.opml. I think that Brent's latest changes from 2e9107d67f are probably representative of what he wanted to be the new normal going forward. 2023-02-18 17:52:23 -05:00
Daniel Jalkut
daf695ccc9 Resolve bad merge artifacts from a previous merge. 2023-02-18 12:08:57 -05:00
Maurice Parker
9bb09b8ec8 Merge pull request #3836 from gabriel-r/Modern-more-readable-Sepia-theme
Sepia theme: more modern font Chapter, colors match Safari's Reader
2023-02-08 17:00:01 -08:00
Maurice Parker
6973583472 Merge pull request #3822 from stuartbreckenridge/fix-3821
Renames Default theme to NetNewsWire
2023-02-08 16:53:57 -08:00
Maurice Parker
2bab9f3d49 Merge pull request #3808 from stuartbreckenridge/fix-3789
Fixes 3789 by checking lastPathComponent
2023-02-08 16:52:49 -08:00
Maurice Parker
61333a0c9f Merge pull request #3792 from stuartbreckenridge/widget-article-fix
Adds sorting to widget article arrays
2023-02-08 16:51:47 -08:00
Maurice Parker
b119c78bae Merge branch 'ios-release' 2023-02-08 16:42:03 -08:00
Maurice Parker
a39dae0a44 Merge mac-release 2023-02-08 16:37:29 -08:00
Maurice Parker
a4d96dc473 Update to the latest VerifyNoBS 2023-02-08 16:28:19 -08:00
Maurice Parker
b4a701f502 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2023-02-08 16:25:24 -08:00
Maurice Parker
1cb8dc1bd8 Merge pull request #3859 from stuartbreckenridge/fix-3856
Fix 3856
2023-02-08 16:25:07 -08:00
Maurice Parker
fc25021796 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2023-02-08 16:23:36 -08:00
Brent Simmons
acea8c3426 Merge pull request #3860 from jordanekay/patch-1
Fix capitalization
2023-02-07 20:53:28 -08:00
Jordan Kay
e2c909d173 Fix capitalization 2023-02-07 23:47:36 -05:00
Stuart Breckenridge
ea406df514 VerifyNoBS runs on all iOS builds 2023-02-08 09:17:34 +08:00
Stuart Breckenridge
23132573c2 Moves linker flags to xcconfig 2023-02-08 09:14:41 +08:00
Maurice Parker
93d803ac7d Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2023-02-07 15:30:29 -08:00
Brent Simmons
5d4a12084d Merge pull request #3858 from stuartbreckenridge/fix-3856
Resolves various warnings (see description)
2023-02-07 10:34:13 -08:00
Stuart Breckenridge
09700e5220 Resolves various warnings (see description)
The iOS extensions that exhibited the “linking against a dylib which is not safe for use in application extensions” warning have had a `$(inherited) -Xlinker -no_application_extension` entry added to their respective `Other Linker Flags`  Build Phase configuration.

The “Delete Unecessary Frameworks” warning has been suppressed making it run on incremental builds.
2023-02-06 20:41:44 +08:00
Stuart Breckenridge
9d4690b130 Fixes compiler warnings related to the widget 2023-02-06 16:25:58 +08: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
Brent Simmons
e59e29eb43 Merge pull request #3818 from stuartbreckenridge/fix-3817
Ignores files in __MACOSX folder
2023-02-05 17:24:40 -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
724ac6e216 Merge branch 'ios-release' 2023-02-04 13:43:55 -07:00
Maurice Parker
f7bb4bc447 Merge branch 'mac-release' 2023-02-04 13:21:58 -07: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