Duncan Babbage
7e71814011
Rename accessibility action labels as per #3072
2021-04-26 08:19:31 +12:00
Stuart Breckenridge
2023d59e5a
adds helper text
...
fixes #3055 on iOS
2021-04-25 16:46:24 +08:00
Brent Simmons
1d4ef582a7
Simplify iconImage:didSet. Move background color update to a private helper function.
2021-04-24 17:55:48 -07:00
Brent Simmons
954a676cbe
Merge pull request #3064 from stuartbreckenridge/fix/3035
...
Fixes #3035
2021-04-24 11:57:23 -07:00
Brent Simmons
9540316e6f
Merge pull request #3065 from stuartbreckenridge/fix/3062
...
Fixes #3062
2021-04-24 11:56:16 -07:00
Stuart Breckenridge
72e68a62f8
further typo fix
2021-04-24 19:11:53 +08:00
Stuart Breckenridge
d0c3f05f0e
Delete change to Remove
2021-04-24 15:16:20 +08:00
Stuart Breckenridge
925bbadecb
Fixes #3062
2021-04-24 15:10:26 +08:00
Stuart Breckenridge
15fb5637ff
Fixes #3035
...
MarkAllAsReadAction will check for and handle SmartFeeds.
2021-04-24 15:05:11 +08:00
Maurice Parker
0ac3ba0bbb
Change force unwraps so that we just fail on the move instead of crashing
2021-04-13 07:38:41 -05:00
Maurice Parker
c47480614c
Fix regression where marking all as unread wouldn't take you back to the sidebar
2021-04-12 21:09:34 -05:00
Maurice Parker
991297165b
Add completion callbacks so that we can ensure that unreads have been marked before determining the next unread. Fixes #2993
2021-04-12 19:42:05 -05:00
Maurice Parker
11e2a3eca8
Change so that sync accounts have a Remove button instead of a Delete button. Fixes #2991
2021-04-12 13:48:54 -05:00
Maurice Parker
913e2e0666
Scale super large images down so that they can be drawn on the canvas
2021-04-07 19:31:46 -05:00
Maurice Parker
b69f936cb1
Change the Mark All As Read confirmation back to an Alert. Fixes #2968
2021-04-03 11:02:15 -05:00
Maurice Parker
0d5de9c325
Renamed Open in Safari activity to Open in Browser
2021-04-03 09:06:51 -05:00
Maurice Parker
3c2c17df0d
Fix threading issue
2021-03-25 16:28:15 -05:00
Stuart Breckenridge
7f702abc8a
fixes build error
2021-03-24 20:06:48 +08:00
Maurice Parker
d0e3ec6d1c
Fix variable name
2021-03-06 16:25:44 -06:00
Stuart Breckenridge
59ceac43dd
changes background colour on extension views
2021-02-25 20:51:04 +08:00
Stuart Breckenridge
38799d4848
Adds missing vars to AppAssets.swift
2021-02-24 08:07:09 +08:00
Stuart Breckenridge
4e882e7285
adds assets
2021-02-24 07:49:47 +08:00
Stuart Breckenridge
f00241e73e
revised context menu code
2021-02-24 07:47:52 +08:00
Brent Simmons
b0a1183e11
Update URLs to use netnewswire.com where appropriate.
2021-02-21 20:21:01 -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
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
9f446b05fc
Update entitlements so that we are always test uses production
2021-01-13 15:18:30 -06:00
Maurice Parker
bf6e4b5bf3
Add preferred action to all alert dialogs.
2021-01-11 19:57:14 -06:00
Maurice Parker
fa3d76d034
Change so that we always refresh after updating sync service credentials. Fixes #2713
2021-01-09 15:15:14 -06:00
Stuart Breckenridge
f85c1234a5
Adds to the URL-Extensions file
2021-01-09 06:09:50 +08:00
Stuart Breckenridge
ea77504f3a
percent encodes email addresses
2021-01-09 05:56:13 +08:00
Stuart Breckenridge
c59e3e4ddf
Emails
...
Acquiesce to the user’s request for a different default mail app.
2021-01-08 12:15:16 +08:00
Maurice Parker
b8419737cf
Handle the feed protocol on iOS. Fixes #2703
2021-01-05 00:11:09 -06:00
Stuart Breckenridge
d267660d34
Merge branch 'main' into richer-notifications
...
# Conflicts:
# NetNewsWire.xcodeproj/project.pbxproj
2020-12-24 07:16:59 +08:00
Maurice Parker
97f9799e67
Change reader view verbiage. Fixes #2687
2020-12-23 15:34:41 -06:00
Stuart Breckenridge
3898edc8b1
widget text spacing
2020-12-23 21:16:32 +08:00
Stuart Breckenridge
8a05d2f448
handles actions from notifications
2020-12-23 20:15:25 +08:00
Maurice Parker
6631676f62
Change style of default buttons that close scenes to use the Done style.
2020-12-16 16:05:05 -06:00
Maurice Parker
ac4f5d658d
Add confirmation dialogs for deactivating extensions. Fixes #2632
2020-12-08 16:54:34 -06:00
Stuart Breckenridge
d8a56435ac
fixes #2655
...
fixes #2655
2020-12-08 15:04:25 +08:00
Maurice Parker
513cbbd6a4
Merge pull request #2623 from stuartbreckenridge/swift-ui-target-fixes
...
Multiplatform Updates
2020-12-07 12:08:23 -06:00
Maurice Parker
3785af1620
Go back to the filled folder image and make it a the secondary accent color
2020-12-06 16:58:22 -06:00
Maurice Parker
5927c77a04
Convert iOS smart feed icons back to symbol images so that they show up as white when selected.
2020-12-06 16:01:43 -06:00
Maurice Parker
ef18600acc
Separate background suppression from symbol processing. Fixes #2646 & Fixes #2635
2020-12-06 14:25:22 -06:00
Stuart Breckenridge
762417e2ba
additional work on iOS sheets
2020-12-05 22:58:11 +08:00
Stuart Breckenridge
8498e723ce
Widget Performance
2020-12-03 20:32:26 +08:00