Commit Graph

2099 Commits

Author SHA1 Message Date
Maurice Parker 4ab45f09bf Remove old view before adding a new webview when doing a full reload. Fixes #3988. 2023-10-10 20:39:08 -05:00
Maurice Parker 269d0535bd Fix for scroll indicators on iOS when using Dark Mode 2023-10-10 20:28:26 -05:00
Maurice Parker 455fd082ea Fix merge conflict 2023-04-16 14:15:53 -05:00
Maurice Parker 55c3df963a Merge branch 'ios-webview-fix' into super-cut 2023-04-16 14:13:21 -05:00
Maurice Parker 24f57b244f Merge branch 'main' into super-cut 2023-04-16 14:13:06 -05:00
Maurice Parker 2ada885656 Replace old iOS WKWebView flash prevention code with new technique 2023-04-16 14:08:48 -05:00
Maurice Parker 6b09fe1e6c Merge branch 'youtube-integration' into super-cut 2023-04-13 16:24:45 -05:00
Maurice Parker 8b1d892dd7 Removed unneeded resize event code that isn't needed now that NNW is using the modern UISplitViewController 2023-04-13 16:24:29 -05:00
Maurice Parker 71e661fac6 Merge branch 'youtube-integration' into super-cut 2023-04-13 16:00:22 -05:00
Maurice Parker eefd5d79da Fix YouTube fullscreen on iOS devices 2023-04-13 15:59:36 -05:00
Brent Simmons f4e71b41a1 Continue adopting MainActor. 2023-04-08 15:45:32 -07:00
Brent Simmons d06632da0b Continue adopting MainActor. 2023-04-08 15:42:52 -07:00
Brent Simmons 397012e23b Continue adopting @MainActor. 2023-04-08 15:16:01 -07:00
Brent Simmons 22f9dbacff Continue adopting @MainActor. 2023-04-06 21:53:45 -07:00
Brent Simmons 59d3bf278a Fix concurrency warning. 2023-04-06 21:47:57 -07:00
Brent Simmons 2502c6a551 Fix warning about unneeded try. 2023-04-06 13:06:17 -07:00
Brent Simmons fa0d00d72d Continue adopting @MainActor. 2023-04-05 19:36:18 -07:00
Brent Simmons 7e51998a46 Continue adopting @MainActor. 2023-04-05 19:27:51 -07:00
Maurice Parker 5842f21192 Merge branch 'youtube-integration' into super-cut 2023-04-04 06:17:07 -05:00
Maurice Parker 366916571e Don't use constraints since they interfere with the fullscreen transition 2023-04-04 06:16:50 -05:00
Brent Simmons fa508a8bfc Remove references to Tweetbot. 2023-04-01 22:13:40 -07:00
Maurice Parker cac4ffd37e Add fullscreen video support 2023-04-01 21:55:33 -05:00
Maurice Parker 5fd5a7a185 Add fullscreen video support 2023-04-01 21:55:15 -05:00
Maurice Parker bfc45f2f87 Merge branch 'theme_reloading_fix' into super-cut 2023-04-01 19:56:24 -05:00
Brent Simmons 37b4fb5438 Update the Twitter deprecation notice to remove references to dates, since it’s no longer February (when we expected free access to the API to get turned off). Bump build to 6115. 2023-03-18 22:23:48 -07:00
Maurice Parker 457bdccf6a Comment out some well meaning, but broken code 2023-03-14 01:17:21 -05:00
Maurice Parker be1ea29cc1 Fix lastVerticalPosition variable spelling 2023-03-13 23:24:38 -05:00
Brent Simmons d9d0459b94 Merge pull request #3913 from vincode-io/mark-as-read-on-scroll
Mark as Read on Scroll
2023-03-13 21:08:47 -07:00
Brent Simmons 433b132613 Merge pull request #3911 from stuartbreckenridge/fix/3910
Fixes #3910
2023-03-13 20:58:59 -07:00
Maurice Parker 0505197655 Merge branch 'Ranchero-Software:main' into mark-as-read-on-scroll 2023-03-13 14:46:53 -05: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
Maurice Parker 0d04f63727 Fix Timeline Layout selection 2023-03-12 17:56:26 -05: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
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
Maurice Parker 2f6dbf690a Reduce how far into the header we have to go. 2023-03-11 19:40:22 -06:00
Maurice Parker b019efe8e5 Optimized mark as read on scroll to prevent scroll hitches and made it less touchy when marking 2023-03-11 03:07:36 -06: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 5f4a0540ef Change how we mark as read on scroll on iOS so that it works more how a user would expect it to regarding the safe area 2023-03-10 14:47:37 -06:00
Maurice Parker 9f533de668 Remove dead code 2023-03-09 21:16:48 -06:00
Maurice Parker 628f608389 Added the Notifications scene back in. 2023-03-09 21:16:24 -06:00
Maurice Parker 986260b101 Ensure we only mark on scroll when the setting is enabled 2023-03-09 19:43:06 -06:00
Maurice Parker 76419dc47f Changed how we mark on scroll so that it is more accurate. 2023-03-09 19:35:30 -06:00
Maurice Parker 8e3cc5a9d0 Merge branch 'feat-1844-pull-up-mark-as-read' of https://github.com/everhardt/NetNewsWire into everhardt-feat-1844-pull-up-mark-as-read 2023-03-09 13:23:04 -06:00
Stuart Breckenridge 3e72a48d49 Adds NumberFormatter to Unread Counts
Fixes #3892
2023-03-03 07:30:03 +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 b119c78bae Merge branch 'ios-release' 2023-02-08 16:42:03 -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
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