Commit Graph

8120 Commits

Author SHA1 Message Date
Maurice Parker
d78d61ad5e Fetch all changes for the account zone before processing to avoid problems with things getting out of order due to switching queues 2022-11-12 15:30:40 -06:00
Maurice Parker
0fa51a9f0c Beef up the delete error handling 2022-11-12 15:18:50 -06:00
Maurice Parker
e3fcc63d7c Remove unnecessary CloudKit code 2022-11-12 13:50:36 -06:00
Maurice Parker
3897f42815 Fix notification permission request 2022-11-12 13:46:36 -06:00
Maurice Parker
f7a3c3aa5b Remove obsolete logging code 2022-11-12 13:18:01 -06:00
Maurice Parker
c24ea4d1b5 Code cleanup 2022-11-12 12:33:25 -06:00
Maurice Parker
0ea57c21c2 Fix article status notification regression 2022-11-12 12:33:14 -06:00
Maurice Parker
0e0d194ec9 Fix toolbar items that change their images based on current state 2022-11-12 11:21:44 -06:00
Maurice Parker
d9a24e039c Merge pull request #3741 from stuartbreckenridge/3739
Fixes theme menu picker
2022-11-12 10:44:00 -06:00
Maurice Parker
9eb14970d0 Merge pull request #3733 from GetToSet/ethanwong/toolbar-text-only
Allow toolbar buttons to work on text-only mode (#3732).
2022-11-12 10:40:19 -06:00
Stuart Breckenridge
2f1f673afe Fixes #3739 - Theme menu updates after selection 2022-11-12 14:46:42 +08:00
Maurice Parker
35440ba542 Make dragging feeds between Accounts copy as they do on the Mac. Fixes #3691 2022-11-11 22:57:42 -06:00
Ethan Wong
220b2287a0 Improve shareToolbarItem's behavior in text-only mode. 2022-11-12 12:03:49 +08:00
Maurice Parker
86156600f6 Make it easier to drop into the account 2022-11-11 21:43:50 -06:00
Maurice Parker
8aeb36e0ec Fix drop highlight state 2022-11-11 21:26:06 -06:00
Maurice Parker
77d8d4f4eb Rollback debugging code 2022-11-11 20:55:45 -06:00
Maurice Parker
5253033eac Make iOS drops more accurate 2022-11-11 20:48:42 -06:00
Ethan Wong
d3ad6c5a0f Adding menuFormRepresentation to toolbars to properly handle text-only mode. 2022-11-12 10:37:09 +08:00
Ethan Wong
c0936e3272 Prefer default button implementation for standard toolbar items. 2022-11-12 10:36:13 +08:00
Maurice Parker
d45f6cd3a7 Disable navigation for selectPrevUnread and selectNextUnread 2022-11-11 20:26:48 -06:00
Maurice Parker
2ec176eedc Correct misaligned switch. Fixes #3658 2022-11-11 19:50:41 -06:00
Maurice Parker
7da003a01d Continue processing if there is a Feedbin delete error. Fixes #3611 2022-11-11 19:42:10 -06:00
Maurice Parker
63f15c99c9 Change to use the term Syncing instead of Refreshing because we also use the indicator to do other types of syncing, like deleting feeds 2022-11-11 19:41:36 -06:00
Maurice Parker
985a606c3c Remove dead code so that it doesn't confuse new developers 2022-11-11 19:28:25 -06:00
Maurice Parker
f4b4e5b9e4 Make the refresh progress view a fixed width 2022-11-11 19:01:01 -06:00
Maurice Parker
be3a96e588 Change the Extensions icon to the puzzle piece 2022-11-11 18:03:19 -06:00
Maurice Parker
658bef4f40 Correct iCloud error message. Fixes #3610 2022-11-11 17:59:25 -06:00
Maurice Parker
8221e09702 Make the refresh progress view correctly size itself 2022-11-11 17:54:10 -06:00
Maurice Parker
10381029ba Fix Go To Feed on iPhone 2022-11-11 17:45:28 -06:00
Maurice Parker
8bbc8d42a1 Prevent scrolling if the feed selection was done by the user 2022-11-11 17:39:28 -06:00
Maurice Parker
eba6c364da Change how we display progress per #3566. 2022-11-11 17:16:42 -06:00
Maurice Parker
56aa302d3b Update to most current RSCore 2022-11-11 11:37:33 -06:00
Maurice Parker
b7b9344e3d Change how we handle errors when working with Themes 2022-11-08 01:36:28 -06:00
Maurice Parker
97d740c41c Implement incremental iCloud sync 2022-11-07 21:25:40 -06:00
Maurice Parker
41869f7bd8 Fix theme centering on iOS 2022-11-07 21:17:37 -06:00
Maurice Parker
de8e448f0a Respond to sidebar Feed name updates 2022-11-07 02:48:58 -06:00
Maurice Parker
ad164d59c9 Switching to case-sensitive compare since that is how we sort everything else. 2022-11-07 01:39:22 -06:00
Maurice Parker
fdbb3bd619 Merge pull request #3729 from GetToSet/ethanwong/localized-sort
Always use localized compare when sorting list items presented to the user.
2022-11-07 01:30:42 -06:00
Maurice Parker
4bb5634e46 Merge pull request #3727 from GetToSet/ethanwong/ios-add-feed-url-trailing
Fix the incorrect URL field trailing edge when adding feed on iOS.
2022-11-07 01:23:28 -06:00
Maurice Parker
39e7b263b6 Clear the Timeline when selecting a different Feed in the sidebar before loading it again. Fixes #3735. 2022-11-06 13:32:20 -06:00
Ethan Wong
3ba14f8596 Always use localized compare when sorting list items presented to the user 2022-11-06 00:29:33 +08:00
Ethan Wong
dc668f7099 Fix the incorrect URL field trailing edge when adding feed on iOS. 2022-11-05 22:38:34 +08:00
Ethan Wong
d59f86a6d2 Save Add.storyboard using Xcode 14.1. 2022-11-05 22:30:13 +08:00
Maurice Parker
5bc3288d59 Change to only access the Pasteboard if there is a URL on it 2022-11-04 22:01:56 -05:00
Maurice Parker
e7fdac6b41 Disable some menu items for everyone except Brent 2022-11-04 15:58:41 -05:00
Maurice Parker
2bfff72021 Fix app url used for relaunch 2022-11-04 15:43:05 -05:00
Maurice Parker
f30c5b2bd8 Disable debug menu items if they aren't available. 2022-11-04 15:42:21 -05:00
Maurice Parker
9dc5c4a881 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2022-11-04 14:48:19 -05:00
Maurice Parker
17a602d0e7 Add a Debug menu option to clear the image caches 2022-11-04 14:48:07 -05:00
Brent Simmons
48a8c56912 Update appcast for 6.1.1b1. 2022-11-02 21:27:22 -07:00