Maurice Parker
b0b0b3ad03
Merge pull request #2568 from jbennett/percent-encode-pluses
...
Handle +’s in the query items
2020-11-13 05:29:23 -06:00
Maurice Parker
a80fc871c4
Add separators to iOS context menus
2020-11-13 05:23:04 -06:00
Jonathan Bennett
c594878cf5
Throw an error if encoding fails
2020-11-12 23:09:36 -05:00
Maurice Parker
cab5a8178d
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-11-12 15:48:30 -06:00
Maurice Parker
de1f8c80a5
Gate FeedWrangler from the release build
2020-11-12 15:48:25 -06:00
Jonathan Bennett
21c2787f90
Handle +’s in the query items
...
+’s in query items can be treated as spaces by services. We want to encode them properly (via URLComponents.enhancedPercentEncodedQuery)
This private entension might be worth moving into RSWeb.
Fixes #2544
2020-11-12 03:44:54 -05:00
Maurice Parker
c4cfa5b57e
Merge pull request #2567 from jbennett/support-last-fetch-timestamp
...
Mark lastArticleFetchEndTime for article fetch
2020-11-11 20:41:04 -06:00
Jonathan Bennett
3bb61ea6c6
Mark lastArticleFetchEndTime for article fetch
...
Fixes #2557
2020-11-11 21:31:59 -05:00
Brent Simmons
b2b6876fda
Fix length in appcast.
2020-11-09 19:12:52 -08:00
Brent Simmons
3cb7bbb6e1
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-11-09 18:34:56 -08:00
Brent Simmons
fe674040ac
Update change notes and appcasts for 5.1.3 for Mac.
2020-11-10 02:34:30 +00:00
Maurice Parker
c1eb0a892f
Use slightly smaller mark all as read image resource
2020-11-09 15:38:24 -06:00
Maurice Parker
8b7d7798ff
Flip the order of mark all as read and search toolbar items
2020-11-09 15:26:14 -06:00
Maurice Parker
d397f1627c
Scale button images down so that PDF button images look correct when the small size icons are selected.
2020-11-09 13:02:46 -06:00
Maurice Parker
505134c971
Merge pull request #2565 from stuartbreckenridge/ios-add-account-refresh
...
iOS | Add Account Sheet Footers & Sign Ups
2020-11-09 11:22:01 -06:00
Stuart Breckenridge
020cd0eb3c
Localises footers
2020-11-09 21:41:05 +08:00
Stuart Breckenridge
d5a7020239
Adds help text to iOS add account sheets.
2020-11-09 21:31:29 +08:00
Maurice Parker
ad29fc2dd2
Delete code that wasn't being executed
2020-11-08 20:44:32 -06:00
Maurice Parker
153e2dd006
Add special handling for plus sign when encoding URL query parameters. Fixes #2542
2020-11-08 12:17:21 -06:00
Maurice Parker
7a2c4cef9a
Make username/email field the initially selected field when showing the add dialogs.
2020-11-06 19:42:20 -06:00
Maurice Parker
d023d70c92
Merge pull request #2562 from stuartbreckenridge/explainer-text
...
FreshRSS specific wording
2020-11-06 19:36:19 -06:00
Stuart Breckenridge
b09c25507c
FreshRSS specific wording
2020-11-07 09:31:52 +08:00
Brent Simmons
ff8e733f11
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
2020-11-06 17:21:24 -08:00
Brent Simmons
7ef695555d
Update release notes for 5.1.3b1 for Mac.
2020-11-06 17:21:16 -08:00
Brent Simmons
589008ff35
Update appcast for 5.1.3b1 for Mac.
2020-11-06 17:20:37 -08:00
Maurice Parker
26b7d6ed44
Merge pull request #2560 from stuartbreckenridge/explainer-text
...
ReaderAPI.xib constraints
2020-11-06 18:56:24 -06:00
Stuart Breckenridge
67ea55551b
ReaderAPI.xib constraints
2020-11-07 07:23:15 +08:00
Maurice Parker
7a0d4d2cae
Add missing build setting for AccentColor
2020-11-06 14:48:34 -06:00
Maurice Parker
4745364f85
Merge pull request #2558 from stuartbreckenridge/explainer-text
...
Add Account / Add Extension Tweaks
2020-11-06 10:59:35 -06:00
Stuart Breckenridge
29dfbbb28b
Fixes autolayout warning that had no impact
2020-11-06 19:09:52 +08:00
Stuart Breckenridge
ba5a06c108
Account / Explainers
...
Fixes #2553
Fixes #2554
Introduces Mail-inspired add account sheets
2020-11-06 19:07:28 +08:00
Maurice Parker
1a3d2987f0
Back date the Feedbin since parameter to pick up updates done within 24 hours of the original post. Fixes #2549
2020-11-05 11:36:20 -06:00
Maurice Parker
77743f734d
Fix undo manager compile error
2020-11-04 17:13:58 -06:00
Maurice Parker
89d0765f9b
Add article text size to the app defaults
2020-11-04 17:13:02 -06:00
Maurice Parker
6b5bb6a45b
Correct the SwiftUI deployment target
2020-11-04 17:12:20 -06:00
Maurice Parker
6f09a6682d
Update share extension image resources to match the new Big Sur icon
2020-11-04 16:01:33 -06:00
Maurice Parker
c558731de8
Reduce size of article left and right padding
2020-11-04 12:30:29 -06:00
Maurice Parker
f90ef4b360
Merge pull request #2552 from stuartbreckenridge/explainer-text
...
Explainer text
2020-11-04 10:45:33 -06:00
Stuart Breckenridge
840668452c
Add Extension/Account Tweaks
...
• Tidies up extension language
• Adds images to account / extension panels
• Click on images will display add account / add extension sheets
2020-11-04 10:35:53 +08:00
Maurice Parker
948998382d
Make article view text adjustable via the app preferences. Fixes #42
2020-11-03 17:08:56 -06:00
Maurice Parker
c307b32c02
Remove unreachable default compiler warning
2020-11-03 10:09:13 -06:00
Stuart Breckenridge
e12bd28ff4
removes force unwrap
...
this causes a crash on dev builds.
2020-11-03 13:04:31 +08:00
Stuart Breckenridge
3928d0a025
Corrects Extension accessibility labels
2020-11-03 13:02:46 +08:00
Maurice Parker
0023c164f2
Merge pull request #2548 from stuartbreckenridge/explainer-text
...
Fixes alignment and duplicate text for Extensions
2020-11-02 20:01:13 -06:00
Stuart Breckenridge
144bf06703
Fixes alignment and duplicate text for Extensions
2020-11-03 09:58:46 +08:00
Maurice Parker
7d2206550c
Merge pull request #2547 from stuartbreckenridge/explainer-text
...
Explainer text for accounts and extensions
2020-11-02 19:44:59 -06:00
Maurice Parker
0338a3bda4
Remove deprecation warning
2020-11-02 19:43:29 -06:00
Stuart Breckenridge
3580739b8d
Amends contsraints on HostingControllers
...
This has the effect of pushing the explainer text up to the centre alignment of the tableviews.
2020-11-03 09:41:34 +08:00
Maurice Parker
caeebfc89e
Extend Article with PasteboardWriterOwner so that timeline copying works as it was intended to. Issue #963
2020-11-02 19:33:56 -06:00
Maurice Parker
5900b748be
Filter the NetNewsWire share menu item from the NetNewsWire share menu
2020-11-02 16:27:13 -06:00