7267 Commits

Author SHA1 Message Date
Maurice Parker
0fa4c02d63
Merge pull request #2849 from stuartbreckenridge/mac-candidate
tweaks to pre/code css styles
2021-03-06 15:25:14 -06:00
Stuart Breckenridge
ab2bd9db26
tweaks to pre/code css styles
Follows Apple’s example.

• `code` within normal text is sized to 1em
• `code` within `pre` is sized slightly smaller and the letter-spacing is tightened
2021-03-06 10:45:58 +08:00
Maurice Parker
fa4f3ea818 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2021-03-05 12:45:21 -06:00
Maurice Parker
2ca06eeae7 Remove containing box for web view. Fixes #2848 2021-03-05 12:45:15 -06:00
Brent Simmons
749fec81c3 Update appcast for 6.0a5. 2021-03-03 18:26:11 -08:00
Brent Simmons
09cdfc6522 Write release notes for 6.0a5. 2021-03-03 17:35:57 -08:00
Brent Simmons
b6f62c5f98 Bump version to 6.0a5. 2021-03-03 17:30:59 -08:00
Brent Simmons
586e6ed706 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2021-03-02 22:08:21 -08:00
Brent Simmons
bb5a0abb9a Update crash log URL to the new crash log catcher on our new services.netnewswire.com server. 2021-03-02 22:08:11 -08:00
Collin Donnell
035759947a Fix #2833: Titlebar is overlapped by toolbar in fullscreen
Fix issue where detail web view would be overlapped by the toolbar in full screen by setting web view constraints to use the `safeAreaLayoutGuide` in macOS 11+.
2021-02-27 19:02:13 -06:00
Maurice Parker
a4474f5c49
Merge pull request #2842 from collindonnell/2833-fullScreenWebViewOverlap
Fix #2833: Titlebar is overlapped by toolbar in fullscreen
2021-02-27 19:01:01 -06:00
Collin Donnell
593569175c Fix #2833: Titlebar is overlapped by toolbar in fullscreen
Fix issue where detail web view would be overlapped by the toolbar in full screen by setting web view constraints to use the `safeAreaLayoutGuide` in macOS 11+.
2021-02-27 16:32:57 -08:00
Jed Fox
da3136d4c1
Add custom CSS for <hr> elements 2021-02-26 21:09:40 -05:00
Maurice Parker
74298e7cde Add hidden GruberFeedDoubleClickMarkAsRead preference 2021-02-26 17:38:26 -06:00
Maurice Parker
5790d4443f
Merge pull request #2835 from stuartbreckenridge/ib-update
changes background colour on extension views
2021-02-25 15:17:16 -06:00
Stuart Breckenridge
59ceac43dd
changes background colour on extension views 2021-02-25 20:51:04 +08:00
Maurice Parker
53e0354f93 Removed datePublished force unwrap 2021-02-24 16:00:01 -06:00
Maurice Parker
bb99e6f69c Simplify the compression logic 2021-02-24 15:34:05 -06:00
Maurice Parker
8a9a9910cc Simplify the compression logic 2021-02-24 15:33:24 -06:00
Maurice Parker
42930371b8 Compress html and text content 2021-02-24 15:15:08 -06:00
Maurice Parker
a51bcc2f0e Compress html and text content 2021-02-24 15:14:38 -06:00
Maurice Parker
28f42b3dc0
Merge pull request #2831 from banaslee/main
Fix Unit Tests on NetNewsWire scheme
2021-02-23 18:16:44 -06:00
Fábio Oliveira
d05594dafb Fix Unit Tests
- Adopt new fields from SecretsProvider in FeedlyTestSecrets
-Fix call to Account init that was expecting an optional
- Linked `Articles` and `RSCore` libraries to the Unit Tests target
- Small change to order of imports for consistency
2021-02-24 01:13:47 +01:00
Maurice Parker
680140baf2
Merge pull request #2830 from stuartbreckenridge/menus-ios-candidate
Adds missing vars to AppAssets.swift
2021-02-23 18:08:18 -06:00
Stuart Breckenridge
38799d4848
Adds missing vars to AppAssets.swift 2021-02-24 08:07:09 +08:00
Maurice Parker
db1c0de49e
Merge pull request #2829 from stuartbreckenridge/menus-ios-candidate
Context Menu Image/Ordering Tweaks
2021-02-23 18:02:23 -06:00
Maurice Parker
e3d51635b8 Modify CloudKit add logic so that we don't wait to sync the statuses before completing the process. Fixes #2827 2021-02-23 18:00:15 -06:00
Maurice Parker
947ceee7e7 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2021-02-23 17:59:31 -06:00
Maurice Parker
145161ed8a Modify CloudKit add logic so that we don't wait to sync the statuses before completing the process. Fixes #2827 2021-02-23 17:59:19 -06:00
Stuart Breckenridge
4e882e7285
adds assets 2021-02-24 07:49:47 +08:00
Stuart Breckenridge
f00241e73e
revised context menu code 2021-02-24 07:47:52 +08:00
Brent Simmons
8f829a0439 Update appcast for 6.0a4. 2021-02-22 18:44:54 -08:00
Brent Simmons
b4babd1282 Bump version to 6.0a4. 2021-02-22 18:18:09 -08:00
Brent Simmons
002dabbc24 Write 6.0a4 change notes. 2021-02-22 18:17:59 -08:00
Maurice Parker
1f159a5bff Change drag-n-drop behavior to default to copy when dragging between accounts 2021-02-22 18:50:29 -06:00
Maurice Parker
afd9a47abd Change so that we only show one error dialog when folder moves/copies can't find one or more feeds. 2021-02-22 17:50:30 -06:00
Maurice Parker
931b1f9afd Show Folder as it is created to give better visual feedback that a folder copy was successful. Fixes #2815 2021-02-22 17:14:41 -06:00
Maurice Parker
25ee970562 Remove async call since the Big Sur bug that it was working around appears to be fixed. Fixes #2791 2021-02-22 12:17:43 -06:00
Brent Simmons
670996fdc2 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main 2021-02-21 18:57:43 -08:00
Brent Simmons
86b8739325 Update appcast for 6.0a3. 2021-02-21 18:57:36 -08:00
Brent Simmons
b0a1183e11 Update URLs to use netnewswire.com where appropriate. 2021-02-21 20:21:01 -06:00
Brent Simmons
0f295affda Write 6.0a3 change notes. 2021-02-21 18:08:38 -08:00
Brent Simmons
69bba93e09 Bump version to 6.0a3. 2021-02-21 18:02:01 -08:00
Brent Simmons
649e3e86ef Update URLs to use netnewswire.com where appropriate. 2021-02-21 18:00:40 -08:00
Maurice Parker
731d0d0d88 Show Folder as it is created to give better visual feedback that a folder copy was successful. Fixes #2815 2021-02-16 14:24:21 -06:00
Maurice Parker
80d6ffa84c
Merge pull request #2813 from stuartbreckenridge/main
Fixes #2781
2021-02-15 19:59:58 -06:00
Stuart Breckenridge
23bb0d1120
Fixes #2781 2021-02-16 09:56:20 +08:00
Maurice Parker
ca294c7528 Remove async call since the Big Sur bug that it was working around appears to be fixed. Fixes #2791 2021-02-15 17:49:28 -06:00
Maurice Parker
828ca7ed2a Correctly clear the progress bar when a feed provider isn't able to find a feed 2021-02-13 16:25:55 -06:00
Maurice Parker
b47a1fac61 Correctly clear the progress bar when a feed provider isn't able to find a feed 2021-02-13 16:25:17 -06:00