Commit Graph

8136 Commits

Author SHA1 Message Date
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
Brent Simmons dccaa9c6f5 Add CSS for <u> item inside <a>. Fix double-underlines on 404 Media links — fix #4578. 2025-04-25 21:39:57 -07:00
Brent Simmons 2826913235 Add and use ArticleRenderingSpecialCases — the one special case is The Verge’s feed. This works around their bug. 2025-04-25 21:14:35 -07:00
Brent Simmons 24ae767a81 Merge branch 'feature/fix-mac-deprecation-warnings' 2025-04-25 09:38:12 -07:00
Brent Simmons 6c30dd3c42 Click the upgrade-settings thing and let Xcode fill in the right things so it will stop nagging. 2025-04-25 09:34:32 -07:00
Brent Simmons 6ad239fb39 Add sharingServicesForItems_noDeprecationWarning to silence deprecation that we’re accepting. 2025-04-25 09:30:49 -07:00
Brent Simmons db3cbaa8a3 Deal with impact of async changes to UserApp. 2025-04-25 09:16:00 -07:00
Brent Simmons 8742114015 Fix warnings in UserApp.swift. 2025-04-25 09:12:38 -07:00
Brent Simmons a91fb73c76 Fix warning in RSAppMovementMonitor.swift. 2025-04-25 09:09:38 -07:00
Brent Simmons 7d801713a6 Fix two minor, non-code-affecting warnings in CloudKitZone. 2025-04-25 09:06:04 -07:00
Brent Simmons 14861e98d6 Fix warnings in MacWebBrowser. Turn on warnings-as-errors for RSWeb. 2025-04-25 09:04:59 -07:00
Brent Simmons c43776ae36 Fix several warnings. 2025-04-25 08:55:50 -07:00
Brent Simmons 93e76f617b Fix several warnings. 2025-04-25 08:46:34 -07:00
Brent Simmons d4fa99b913 Accept Xcode changes to AccountsAddCloudKit.xib. 2025-04-25 08:35:06 -07:00