Commit Graph

7945 Commits

Author SHA1 Message Date
Stuart Breckenridge
932ca403cd Fixes typos 2022-09-04 21:49:01 +08:00
Stuart Breckenridge
abd8aeceba Adds Logs technote 2022-09-04 21:47:55 +08:00
Stuart Breckenridge
0dd4689bf0 Logging changes
- Adds `Logging` protocol
- Moves to Swift-style `OSLog` usage

os_log to Logger

os_log audit

Replacment of os.log with Logging
2022-09-04 21:31:03 +08:00
Maurice Parker
bff3c26490 Added missing protocol conformance 2022-07-26 17:40:19 -05:00
Maurice Parker
4de9429947 Merge pull request #3626 from danielpunkass/inline-find
Add support for in-article find
2022-07-26 17:31:46 -05:00
Daniel Jalkut
99797586b1 Add support for in-article find when the detail view is showing a regular article or extracted article content. 2022-07-18 13:04:10 -04:00
Maurice Parker
4ac845e5a4 Merge pull request #3603 from haikusw/bug3543
Fixes #3543
2022-06-21 12:21:12 -06:00
haikusw
3b9465f21e Add #unavailable check so bug fix only executes in macOS 11. Add @available to flag when we can remove this bug-fix code altogether. 2022-06-20 23:12:56 -07:00
Brent Simmons
876b033400 Merge pull request #3598 from faisal/announce_http_handling
Add http and https to the list of CFBundleURLSchemes.
2022-06-20 13:06:33 -07:00
Brent Simmons
a9186dadec Merge pull request #3607 from GetToSet/ethanwong/xcode-14-pacakge-path
use .package(path:) for local package dependencies to resolve Xcode 14 errors.
2022-06-20 13:00:48 -07:00
Ethan Wong
a89746df6b use .package(path:) for local package dependencies to resolve Xcode 14 errors. 2022-06-19 11:59:58 +08:00
haikusw
4c7f1362b5 Fix for #3543
Noticed that the window size wasn't returning the new value and that's why using the window size to calculate the size to restore it to we were incrementing the original size by one.
Not sure if this breaks the fix that this bigSurOffsetFix was implementing though because I can't replicate that on macOS 12.4
2022-06-15 23:56:02 -07:00
Faisal N Jawdat
d4361ad6d5 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. I believe this functionality existed in NetNewsWire "classic," and this patch just brings the functionality back.
2022-06-13 19:58:53 -04:00
Maurice Parker
811de7608e Merge pull request #3519 from GetToSet/ethanwong/article-test-fix 2022-06-09 08:26:05 -07:00
Ethan Wong
fa39bfa22c Fix AccountTests build issue. 2022-06-09 13:41:40 +08:00
Maurice Parker
b80d7dc24e Merge pull request #3587 from haikusw/fix3580v2
Address #3580 by avoiding use of per-window properties.
2022-06-08 13:48:00 -07:00
haikusw
eae1eec246 rename to shorter version since we no longer need to distinguish between this and other dragOperation type. 2022-06-08 13:14:49 -07:00
Maurice Parker
da8dfda7ba Merge pull request #3581 from haikusw/patch-1
Add iCloud to disabled in local developer build account types
ios-6.0.2 iOS-6.0.2
2022-06-08 12:53:50 -07:00
Maurice Parker
6386a51f43 Merge pull request #3532 from Wevah/article-copy-order-fix
Return [Article] from articlesForIndexes() instead of Set<Article>
2022-06-08 12:44:45 -07:00
Tyler
665e97232d 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.
2022-06-04 20:24:48 -07:00
Maurice Parker
d9d00b4cc2 Updated to the latest RSCore 2022-06-04 17:43:34 -07:00
Maurice Parker
d2db39c716 Remove FeedWrangler account code 2022-06-04 17:23:20 -07:00
Tyler
2dddb07354 Add iCloud to disabled in local developer build account types 2022-06-02 11:30:10 -07:00
Brent Simmons
c65f6b7436 Merge pull request #3573 from nimeshneema/main
Fixed rendering of bullet points.
2022-05-31 20:31:31 -07:00
Maurice Parker
4c9a9b2208 Merge branch 'mac-release' 2022-05-26 13:44:02 -07:00
Nimesh Neema
227df6d2d9 Fixed rendering of bullet points. 2022-05-23 16:55:35 +05:30
Brent Simmons
ab5e3258cf Merge pull request #3555 from olofhellman/olof/fixASAccountEnum
Update the AppleScript dictionary with new account types
2022-05-08 12:46:17 -07:00
Olof Hellman
d40602b165 fix whitespace 2022-05-07 17:15:24 -07:00
Olof Hellman
53e92e8490 Don't capitalize the q in bazQux 2022-05-07 17:11:05 -07:00
Olof Hellman
3cdd52e501 Alphabetize 2022-05-07 17:09:20 -07:00
Olof Hellman
49b275c14b Update NetNewsWire.sdef 2022-05-07 17:08:01 -07:00
Nate Weaver
ae09d52940 Return [Article] from articlesForIndexes() instead of Set<Article> 2022-04-17 15:26:37 -05:00
Brent Simmons
66f7d0af95 Update the build number again because I had forgotten to pull the commit with the preferences alignment fix. Redoing the final 6.1 build. mac-6.1 2022-04-06 20:46:56 -07:00
Brent Simmons
90f8ff3a95 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2022-04-06 20:44:55 -07:00
Brent Simmons
44d07fe87d Update version, build, and release notes. 2022-04-06 20:44:38 -07:00
Brent Simmons
64edc36cad Merge pull request #3520 from danielpunkass/fix-prefs-alignment
Revise layout of the Preferences window to fix label alignment
2022-04-05 13:39:28 -07:00
Daniel Jalkut
85899d7b56 Revise layout of the Preferences window to ensure the labels are right-aligned. 2022-04-05 16:22:49 -04:00
Brent Simmons
5b6da819fd Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2022-04-04 22:28:15 -07:00
Brent Simmons
74b339c0ff Update beta appcast for 6.1b5. 2022-04-04 22:27:25 -07:00
Brent Simmons
571ef4bff7 Merge pull request #3517 from GetToSet/ethanwong/oslog-type
Add proper OSLog argument for os_log calls.
2022-04-04 19:31:42 -07:00
Ethan Wong
5e2fe5f610 Add proper OSLog argument for os_log calls. 2022-04-04 13:51:53 +08:00
Brent Simmons
deb75c4788 Update version and release notes. mac-6.1b5 2022-04-03 21:00:50 -07:00
Brent Simmons
5978f060bc Update default feeds. 2022-04-03 20:53:52 -07:00
Maurice Parker
e1a6455af5 Back out unnecessary commit statement. 2022-03-26 16:16:51 -05:00
Maurice Parker
2bcbe58901 Back out unnecessary commit statement. 2022-03-26 16:15:43 -05:00
Maurice Parker
bf76aae903 Add a commit to make sure the database has uncommitted data for the following query. 2022-03-26 13:36:25 -05:00
Maurice Parker
0f402d429c Add a commit to make sure the database has uncommitted data for the following query. 2022-03-26 13:32:52 -05:00
Maurice Parker
02dce80f8d Fix toolbar flashing back and forth to clear 2022-03-25 16:22:04 -05:00
Maurice Parker
c9a9ea94f7 Merge pull request #3490 from stuartbreckenridge/ios-ui
Appearance Menu Changes
2022-03-25 13:49:37 -05:00
Maurice Parker
b4a5b9eb9e Updated to latest package versions. 2022-03-25 13:29:35 -05:00