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
Brent Simmons
d90047725c
Merge pull request #3562 from stuartbreckenridge/ios-candidate
...
Updates widget code
2022-05-31 20:25:08 -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
Stuart Breckenridge
66a5e42e8a
Updates widget code
2022-05-16 09:32:38 +08:00
Brent Simmons
a0e8ca00ee
Fix one of the causes of watchdog crashes in WidgetDataEncoder by fetching just the count of starred articles — instead of fetching all the starred articles and counting them, which can take a long time.
2022-05-12 21:56:49 -07:00
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
fdadb80863
Update build number and write release notes for 6104 TestFlight beta.
iOS-6.1-6104
2022-04-06 21:52:45 -07: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
671a402845
Back out unnecessary commit statement.
2022-03-26 16:16:19 -05:00
Maurice Parker
2bcbe58901
Back out unnecessary commit statement.
2022-03-26 16:15:43 -05:00
Maurice Parker
f68836fd74
Add a commit to make sure the database has uncommitted data for the following query.
2022-03-26 13:36:39 -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
050bb67d80
Updated to latest package versions
2022-03-25 13:35:12 -05:00
Maurice Parker
b4a5b9eb9e
Updated to latest package versions.
2022-03-25 13:29:35 -05:00
Maurice Parker
b9ae38cfb3
Updated to latest package versions
2022-03-25 13:27:50 -05:00
Stuart Breckenridge
d41f7ba925
Merge branch 'ios-ui' of https://github.com/stuartbreckenridge/NetNewsWire into ios-ui
2022-03-03 09:02:04 +08:00
Stuart Breckenridge
115fa702ca
rebuild menu after toggle
2022-03-03 09:01:51 +08:00
Stuart Breckenridge
8cbdca9928
Merge branch 'main' into ios-ui
2022-03-03 08:53:52 +08:00