Commit Graph

7371 Commits

Author SHA1 Message Date
Maurice Parker 11e2a3eca8 Change so that sync accounts have a Remove button instead of a Delete button. Fixes #2991 2021-04-12 13:48:54 -05:00
Maurice Parker 3a1b3f96bb Change so that sync accounts have a Remove button instead of a Delete button. Fixes #2991 2021-04-12 13:48:03 -05:00
Maurice Parker 69bd305184 Upgrade to the latest RSParser 2021-04-12 12:05:03 -05:00
Maurice Parker ccaf47aa83
Merge pull request #2980 from stuartbreckenridge/contributions
Contributions
2021-04-11 09:10:05 -05:00
Maurice Parker facfb6fb4b
Merge pull request #2977 from stuartbreckenridge/disable-reader-view
Disable reader view
2021-04-11 09:09:36 -05:00
Stuart Breckenridge a498ff538e
Updated setup.sh instructions 2021-04-11 08:04:18 +08:00
Brent Simmons 4b9273be56 Add build phase to widgets extension to strip out frameworks. 2021-04-10 14:35:42 -07:00
Brent Simmons a2334628cd Use .NetNewsWire.iOS.SpringboardWidgets as bundle ID for widgets extension. 2021-04-10 11:37:12 -07:00
Brent Simmons 030a09edcf Change bundle ID for widget extension to use plural widgets. 2021-04-10 11:26:09 -07:00
Brent Simmons 329788cea1 Bump version to 6.0, build 600. 2021-04-10 10:58:10 -07:00
Stuart Breckenridge 0fa30a9404
removes force unwrapping 2021-04-10 20:29:33 +08:00
Stuart Breckenridge 3c5af3159e
Adds setup script and updates readme. 2021-04-10 20:19:30 +08:00
Stuart Breckenridge 7a28b02ce8
Merge remote-tracking branch 'upstream/main' into main 2021-04-10 16:09:49 +08:00
Stuart Breckenridge 0a433b8573
Disables reader view in iOS for Feed Providers 2021-04-10 09:03:08 +08:00
Maurice Parker 4ed2f41a5b
Merge pull request #2979 from neilcronin/main 2021-04-09 03:28:43 -05:00
Neil Cronin 307beae70b s/master/main/ and clarify sentence in docs. 2021-04-09 01:16:08 -07:00
Stuart Breckenridge 4e517a6db4
Disable Reader View
This commit:
- adds a `isFeedProvider: Bool` property to `WebFeed`
- if `isFeedProvider` is `true`, the article extractor is disabled on the inspector, hidden from the context menu, and the toolbar button is disabled. Additionally, if `isFeedProvider` is `true`, `isArticleExtractorAlwaysOn` returns `false` and cannot be set to `true`.
2021-04-09 07:47:14 +08:00
Maurice Parker 458f918c4d Remove the autoplay attribute from videos if they have it. Fixes #2973 2021-04-08 09:08:19 -05:00
Stuart Breckenridge aae5be9cd8
Merge remote-tracking branch 'upstream/main' into main 2021-04-08 21:05:15 +08:00
Maurice Parker 7b3a8ba0e1 Merge branch 'ios-candidate' into main 2021-04-07 19:32:03 -05:00
Maurice Parker 913e2e0666 Scale super large images down so that they can be drawn on the canvas 2021-04-07 19:31:46 -05:00
Maurice Parker b1a0b649a5
Merge pull request #2972 from j-f1/read-unread
Update swipe actions on macOS to match iOS
2021-04-07 03:47:27 -05:00
Jed Fox 76cf335af1
Use the star SF Symbols as well 2021-04-06 17:37:15 -04:00
Jed Fox 3609b6f977
Add labels to swipe actions to match iOS 2021-04-06 17:34:05 -04:00
Jed Fox 0c2f79f1b5
Update read/unread swipe images to be SF Symbols on Big Sur 2021-04-06 17:31:42 -04:00
Stuart Breckenridge 09f0362e53
Merge branch 'main' of https://github.com/stuartbreckenridge/NetNewsWire 2021-04-06 18:51:39 +08:00
Maurice Parker cc6449ed2a Merge branch 'ios-candidate' into main 2021-04-03 11:10:04 -05:00
Maurice Parker b69f936cb1 Change the Mark All As Read confirmation back to an Alert. Fixes #2968 2021-04-03 11:02:15 -05:00
Maurice Parker 1874e0c7d2 Change the luminance algorithm so that we don't miss images in unexpected formats. Fixes #2967 2021-04-03 10:40:46 -05:00
Maurice Parker ea6cece955 Merge branch 'mac-release' into main 2021-04-03 09:30:42 -05:00
Maurice Parker 0d5de9c325 Renamed Open in Safari activity to Open in Browser 2021-04-03 09:06:51 -05:00
Brent Simmons c64191760f Update appcasts for 6.0.1. 2021-04-01 20:26:22 -07:00
Brent Simmons aebfc52c77 Update release notes and version for 6.0.1. 2021-04-01 19:58:30 -07:00
Maurice Parker 5663d8549e
Merge pull request #2958 from stuartbreckenridge/mac-candidate
Layout changes to reduce height of add account sheet
2021-04-01 18:00:09 -05:00
Stuart Breckenridge 8da7d2173f
Layout changes to reduce size of add account sheet 2021-04-02 06:53:20 +08:00
Stuart Breckenridge 1f71d5a744
FeedWrangler removed and moved chunk to RSCore 2021-04-02 06:21:08 +08:00
Maurice Parker 1ab727a128 Make symbol images images scale correctly. Fixes #2957 2021-04-01 11:12:48 -05:00
Stuart Breckenridge 37ba4f0bb8
resizes images 2021-04-01 10:56:20 +08:00
Stuart Breckenridge 2e5e4dceea
Add Account Sheet
The web accounts are now chunked into two columns of upto 4 accounts. Fixes #2955.
2021-04-01 10:22:10 +08:00
Brent Simmons ffed4fbbd5 Update version and release notes for 6.0.1b2. 2021-03-29 20:30:34 -07:00
Maurice Parker d2245b629b Add locale to date formatter 2021-03-29 18:55:58 -05:00
Maurice Parker ce0d5590f1 Send out an name change notification if the feed name changes. Fixes #2939 2021-03-29 18:55:46 -05:00
Maurice Parker afbe25a26c Add locale to date formatter 2021-03-29 18:53:49 -05:00
Maurice Parker b8aca6b89a
Merge pull request #2945 from j-f1/rtl
RTL support for articles
2021-03-29 17:20:55 -05:00
Jed Fox 6666ce7e83
Add dir=auto to iOS and Multiplatform 2021-03-29 17:20:09 -04:00
Jed Fox 4750e9b93a
Add dir=auto to page.html 2021-03-29 17:20:09 -04:00
Jed Fox 634a3842c7
use semantic CSS names instead of left/right 2021-03-29 17:20:09 -04:00
Maurice Parker d1e5c90ebf Update the iOS app to work with the new Account createWebFeed signature. 2021-03-29 16:19:05 -05:00
Maurice Parker bfb6b3719e Send out an name change notification if the feed name changes. Fixes #2939 2021-03-29 14:48:48 -05:00
Maurice Parker f9bc973361 Merge branch 'mac-release' of https://github.com/Ranchero-Software/NetNewsWire into mac-release 2021-03-29 14:33:17 -05:00