Maurice Parker
cf73fb5bd3
Fix bug that was removing unread notifications by checking the status. Fixes #2786
2021-02-07 17:46:24 -06:00
Maurice Parker
69ce88af06
Merge pull request #2795 from stuartbreckenridge/UIFIXES
...
tidies up add account sheets
2021-02-07 12:53:56 -06:00
Stuart Breckenridge
207e30239e
tidies up add account sheets
2021-02-07 20:22:45 +08:00
Brent Simmons
7b5bde5063
Update appcast for 6.0a2.
2021-02-06 12:03:42 -08:00
Brent Simmons
4123c8ceda
Write change notes for 6.0a2.
2021-02-06 11:41:36 -08:00
Brent Simmons
3572fe15ac
Bump version to 6.0a2.
2021-02-06 11:35:32 -08:00
Maurice Parker
5671497e72
Merge pull request #2784 from stuartbreckenridge/main
...
Change NSImage to RSImage
2021-02-05 15:07:44 -06:00
Stuart Breckenridge
f3b1597ff4
Fixes 2782
2021-02-05 21:17:07 +08:00
Brent Simmons
e479a2f5ac
Update appcast for 6.0a1.
2021-02-04 20:59:17 -08:00
Brent Simmons
6654ef1c21
Add change notes for 6.0d5 and 6.0a1 for Mac.
2021-02-04 20:32:26 -08:00
Brent Simmons
276a97fa3b
Bump version to 6.0a1.
2021-02-04 20:21:09 -08:00
Maurice Parker
051309d98b
Fix pathing problem with icon image urls
2021-02-04 21:50:03 -06:00
Maurice Parker
f22c3c644c
Merge pull request #2776 from stuartbreckenridge/2674
...
Adds sidebar toggles for notifications/reader
2021-02-04 16:08:33 -06:00
Maurice Parker
973a818b8c
Merge pull request #2779 from J-rg/prefs-extensions-symbol
...
Replace extension preferences template image with symbol
2021-02-04 13:42:17 -06:00
J-rg
fd89f56c82
Replace extension preferences template image with symbol
2021-02-04 04:02:10 +01:00
Maurice Parker
7503025479
Merge pull request #2778 from stuartbreckenridge/context-menu-logic
...
Fixes context menu logic
2021-02-03 19:07:15 -06:00
Stuart Breckenridge
0a10544905
Fixes context menu logic
...
Prevents both a menu and action being attached to the `markAllAsRead` button. This caused issues on iPad where the popover would show instead of the menu. When the user changes the preference the toolbar is now rebuilt.
This commit also fixes the widget building on M1 where SwiftGen is available.
2021-02-04 08:19:35 +08:00
Stuart Breckenridge
e88327be78
You can’t toggle an optional Bool
2021-02-02 13:25:06 +08:00
Stuart Breckenridge
aa0a5d2269
Checks for notification permissions
...
If notifications are authorised, the toggle will work.
Otherwise, an alert is shown giving the user required information to enable notifications.
2021-02-02 11:54:47 +08:00
Stuart Breckenridge
62ed7492eb
Adds checkmarks
...
Also adds notification to keep Inspector in sync.
2021-02-02 10:26:34 +08:00
Stuart Breckenridge
6b1ad170ca
Adds sidebar toggles for notifications/reader
2021-02-02 08:16:45 +08:00
Maurice Parker
c61ae997e2
Fix completed task count so that the progress bar clears when a feed is unparsable
2021-02-01 18:02:31 -06:00
Maurice Parker
21d1a32597
Delete unused code
2021-02-01 14:26:19 -06:00
Maurice Parker
56f1969715
Merge pull request #2775 from stuartbreckenridge/context-menu
...
Adds Context Menus for Add Item and Mark All as Read
2021-01-31 18:57:23 -06:00
Stuart Breckenridge
ab80d190d4
Notifications
...
MasterFeedViewController now observes changes in active extension points so the context menu can be rebuilt.
2021-02-01 08:33:37 +08:00
Stuart Breckenridge
19ab74527b
AppAssets
2021-02-01 08:25:34 +08:00
Stuart Breckenridge
e2c63174a5
removes test logic
2021-02-01 08:14:02 +08:00
Stuart Breckenridge
6eba67c158
Adds context menus to mark all as read
2021-02-01 08:12:20 +08:00
Stuart Breckenridge
7c4e93e1c4
adds add item context menu for iOS 14
2021-01-31 22:37:47 +08:00
Maurice Parker
55a9004a81
Merge pull request #2769 from stuartbreckenridge/2737
...
Text position on widgets
2021-01-29 19:22:48 -06:00
Stuart Breckenridge
7f742a829f
latest swift packages
2021-01-30 09:15:10 +08:00
Stuart Breckenridge
474fbedbc3
Widget
...
• Hides count text when there are no articles beyond what is displayed.
• Fixes html appearing in titles.
2021-01-30 09:02:42 +08:00
Stuart Breckenridge
4414ea6c06
Text position on widget
...
Text position on widgets are now in a fixed position.
2021-01-29 22:34:31 +08:00
Maurice Parker
bc7341ec80
Don't clear progress when an error happens because it might be part of a folder move. Fixes #2764
2021-01-26 18:02:09 -06:00
Maurice Parker
50ebfbe51c
Return correct error message for failed feed adds. Fixes #2759
2021-01-24 12:59:42 -06:00
Maurice Parker
38640b9245
Exclude Inoreader tags when syncing folders/tags. Fixes #2762
2021-01-24 12:40:15 -06:00
Maurice Parker
73ba42fa1a
Use the correct font for the preferred sidebar icon size. Fixes #2761
2021-01-24 10:34:27 -06:00
Maurice Parker
ce93d3aadd
Remove the custom dismiss option from the notification center. Fixes #2760
2021-01-24 10:21:34 -06:00
Maurice C Parker
b51c47d4c3
Change rowSizeStyle so that we resize the outline view again. (Catalina fix) Fixes : #2755
2021-01-23 14:14:48 -06:00
Maurice Parker
22b45c58d5
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2021-01-23 14:11:20 -06:00
Maurice Parker
3b1fdf8d35
Change rowSizeStyle to system default so that we resize again. Fixes #2755
2021-01-23 14:11:08 -06:00
Brent Simmons
b1d548e495
Update appcast for 6.0d5.
2021-01-23 12:00:09 -08:00
Brent Simmons
7d873c5773
Spell Anh’s name correctly.
2021-01-22 17:12:57 -08:00
Brent Simmons
98dfd88c2f
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2021-01-22 16:46:20 -08:00
Brent Simmons
895f52be83
Add Ahn Do to credits. Change Brad’s thing to just be about app icon. Remove an extra space.
2021-01-22 16:46:11 -08:00
Maurice Parker
ff90751127
Delete dead code
2021-01-22 17:10:37 -06:00
Maurice Parker
f8ba630cf1
Delete dead code
2021-01-22 17:04:16 -06:00
Brent Simmons
241b558cbc
Bump version.
2021-01-21 20:00:57 -08:00
Brent Simmons
563f7fef23
Use new app icon assets that have more of a shadow.
2021-01-21 20:00:18 -08:00
Brent Simmons
afd0b3a5d4
Merge pull request #2752 from stuartbreckenridge/2751
...
Line truncation
2021-01-21 17:38:51 -08:00