Brent Simmons
3785df268c
Add short-lived cache to Downloader.
2025-05-07 20:07:15 -07:00
Brent Simmons
1c7578b8ac
Refactor into local private methods.
2025-04-29 22:58:52 -07:00
Brent Simmons
2658319a91
Make Download @MainActor, and make it handle duplicate in-flight requests without making duplicate calls.
2025-04-29 13:09:10 -07:00
Brent Simmons
1dcfb94125
Bring in Stuart’s fix for beehiv blogs: https://github.com/Ranchero-Software/NetNewsWire/pull/4458
2025-04-28 21:51:32 -07:00
Brent Simmons
86f6d51428
Fix typos.
2025-04-28 21:45:23 -07:00
Mark Trolley
f6eecd7e51
Add protocol to FreshRSS example URLs
...
As a new user it's not obvious that the FreshRSS API URL needs to
include the protocol since the example URL does not have it. Add the
protocol to the example URL to clarify that.
2025-04-28 21:34:16 -07:00
Brent Simmons
6cf6430429
Update README to mention .xcodeproj instead of .xcworkspace.
2025-04-28 21:33:33 -07:00
Brent Simmons
a2f940595c
Fix bug updating NewsBlur feeds.
2025-04-28 21:30:50 -07:00
Leo Heitmann Ruiz
27037eafb9
Use https for kottke.org feed
2025-04-28 21:27:46 -07:00
Nate Weaver
d34031a4f6
Fix footnote popovers overlapping nearby later footnote bubbles
2025-04-28 21:20:33 -07:00
Brent Simmons
e657d07383
Fix privacy policy link.
2025-04-28 21:18:48 -07:00
Brent Simmons
a61378ac69
Delete unused preferencesToolbarExtensionsImage.
2025-04-28 21:14:09 -07:00
Stuart Breckenridge
6efa2a462d
Updates Widget’s assets to use new iOS icon.
2025-04-28 21:11:51 -07:00
Ethan Wong
bb1fb146ea
Do not make the sidebar first responder when it’s collapsed.
2025-04-28 21:10:27 -07:00
Henrik Hørlück Berg
389c8529cc
Disable audio autoplay on macOS
...
- To be in-line with how this is threated on iOS
2025-04-28 21:07:47 -07:00
Ethan Wong
e6a11197fe
Allow ImageViewController to be closed with the space key on physical keyoard for iOS.
2025-04-28 21:04:02 -07:00
Brent Simmons
b7d4041781
Simplify WebView loading on iOS.
2025-04-28 21:00:31 -07:00
Gabriel R
0a364c7c00
modern font, colors match Safari's Reader
...
FWIW, I'm the original Sepia theme author from way back when themes were introduced in a NNW Beta.
2025-04-28 08:51:46 -07:00
Stuart Breckenridge
ccd0bfb017
changes to checking for the prefix
2025-04-28 08:47:51 -07:00
Stuart Breckenridge
23af34b616
Ignores files in __MACOSX folder
2025-04-28 08:47:44 -07:00
Stuart Breckenridge
4289518e36
Fixes dark mode on Keyboard Shortcuts
2025-04-28 08:46:54 -07:00
Brent Simmons
6247d72a5b
Fix a couple typos.
2025-04-28 08:46:03 -07:00
Ethan Wong
d4f9c25df4
Allow 'Open Link' item to show on the contextual menu of web links. ( fixes #3666 )
2025-04-28 08:40:28 -07:00
haikusw
29d46d3cb4
rename to shorter version since we no longer need to distinguish between this and other dragOperation type.
2025-04-27 22:02:15 -07:00
Tyler
aabb149307
Address 3580 by using only the items in the DraggingInfo to handle the drag and no view properties associated with a single window.
...
Remove cached `draggedNodes` optimization and just always use the data on the dragging pasteboard because it works both within the same window and across two windows.
Add support for WebFeedPasteboardWriter to include a parent containerName in the pasteboard dictionary written for a WebFeed object (which doesn't know about it's parent) because we need this for drag and drop to be able to perform a move operation.
Fix issue with dragged feeds not knowing their parent folder and delete deleting the wrong item by telling WebFeedPasteboardWriter what the container of items is. Remove code that is now unused now that draggedNodes is removed and consolidate code that was expanded to handle both node and pasteboard items since we are just using pasteboard items now.
2025-04-27 22:01:58 -07:00
Tyler
28a69dddab
Add iCloud to disabled in local developer build account types
2025-04-27 21:59:00 -07:00
Nate Weaver
c028880e58
Return [Article] from articlesForIndexes() instead of Set<Article>
2025-04-27 21:53:43 -07:00
Teddy Bradford
48fc3f4c6b
Add top margin to figcaption
...
Currently there is no margin between `img` and `figcaption` inside `figure`.
This change adds a small margin so that the text has some breathing room.
2025-04-27 21:50:15 -07:00
Brent Simmons
d07e03a58e
Write release notes for 6193.
iOS-6.1.9-6193
2025-04-27 21:30:13 -07:00
Brent Simmons
0e8b7b47ad
Bump build number.
2025-04-27 21:29:56 -07:00
Brent Simmons
2e019492f7
Remove force-unwrapping which may be trigger a crashing bug.
2025-04-27 21:25:03 -07:00
Brent Simmons
eb10ccaea0
Remove force-unwrapped optionals which may be the cause of a crash bug.
2025-04-27 21:19:20 -07:00
J-rg
d5f02d8529
Fix blurry sidebar symbols ( #3268 )
2025-04-27 19:01:11 -07:00
Brent Simmons
eca113037d
Write release notes for 6192.
iOS-6.1.9-6192
2025-04-27 17:01:23 -07:00
Brent Simmons
c5b93f3a1d
Bump build number.
2025-04-27 17:01:10 -07:00
Sean Santry
3b3b228d5d
Save Sidebar open/collapsed state between launches. Fixes #2707
2025-04-27 16:36:14 -07:00
Ethan Wong
a82a1e16f9
Fix: bottom inset of TimelineTableView disappeared on macOS Monterey
2025-04-27 16:26:50 -07:00
Brent Simmons
9d8de0d098
Update link for Stuart. Make Contributing Developers section for Maurice and Stuart.
2025-04-27 13:36:24 -07:00
Faisal N Jawdat
c043c5a653
Add http and https to the list of CFBundleURLSchemes.
...
If NetNewsWire says it is able to handle http and https URL schemes, Safari will list NetNewsWire as a target in Develop > Open Page With, which provides a trivial flow for subscribing to the page or site one is currently reading in Safari. This has the advantage of providing a reasonably fast path for subscription without requiring users configure the app extension to get the functionality.
2025-04-27 12:51:19 -07:00
Stuart Breckenridge
df2c126076
💄 Stops footnote links being inadvertently hidden
...
Stops `display: none` applying to `.newsfoot-footnote-popover a[href*='#fn’]`. This was indavertently hiding `<a>` elements where the href contains `#fn`…thus a link inside a footnote that links to another footnote was being hidden. Fixes #4485
2025-04-27 12:38:30 -07:00
Stuart Breckenridge
a9f33643f6
🩹 Fixes memory leaks caused by NSString usage
2025-04-27 12:19:51 -07:00
Brent Simmons
3739906da9
Refer to Inoreader properly (instead of as InoReader).
2025-04-26 16:16:16 -07:00
Brent Simmons
016726a21d
Make coordinator not force-unwrapped — fix crashing bug. Fix #4618 .
2025-04-26 16:06:33 -07:00
Brent Simmons
0493e86811
Fix crash (hopefully) by moving call that was triggering a code path that crashed.
2025-04-26 15:11:14 -07:00
Brent Simmons
d3248cd7f8
Removed untrue line from release notes.
2025-04-26 14:42:07 -07:00
Brent Simmons
d21e6b35fe
Write release notes for iOS 6191.
iOS-6.1.9-6191
2025-04-26 11:35:19 -07:00
Brent Simmons
c28e9bc177
Bump build to 6191.
2025-04-26 11:29:14 -07:00
Brent Simmons
41a3121ddb
Move release notes to their relevant folders.
2025-04-26 11:29:03 -07:00
Brent Simmons
2d20aac05e
Remove Technotes from the Xcode project.
2025-04-26 11:22:07 -07:00
Brent Simmons
59c09187c4
Fix link style when displayed in a footnote popover. Fix #4564 .
2025-04-26 10:49:03 -07:00