61 Commits

Author SHA1 Message Date
Brent Simmons
acd7050c2d Remove tab label from account detail view. Make accounts table view and detail view have same height and alignment. 2024-02-25 15:55:00 -08:00
Brent Simmons
f8f92a793c Fix vertical spacing issue for account with Credentials button — add more space. 2024-02-25 15:40:02 -08:00
Brent Simmons
f2f2b5eef0 Fix display issue with Accounts preferences by simplifying it. 2024-02-25 12:58:18 -08:00
Brent Simmons
1b236c425e Create Mac UI for JavaScript setting. 2023-11-25 20:50:45 -08:00
Brent Simmons
aeafd60c36 Remove Extensions UI from Settings window. 2023-06-25 15:24:24 -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
Maurice Parker
7608bf2ae6 Disable the Mark as Read on Scroll preferences temporarily 2021-11-18 19:01:48 -06:00
everhardt
3db1b60b65 Add Mac setting for mark as read on scroll 2021-10-27 22:03:38 +02:00
Maurice Parker
812eed67c3 Rename button to "Open Themes Folder" 2021-09-23 10:02:34 -05:00
Maurice Parker
abd66ea1bb Maintain scroll position when changing themes 2021-09-11 20:53:57 -05:00
Maurice Parker
baad458138 Add Open Themes button 2021-09-11 20:32:15 -05:00
Maurice Parker
9db72e50e8 Add article theme pop up to General Prefs 2021-09-08 16:38:05 -05:00
Maurice Parker
a06a10e661 Merge branch 'mac-release' 2021-09-06 20:42:13 -05:00
Stuart Breckenridge
1bda0c3734 adds full width to extensions 2021-06-24 07:50:23 +08:00
Stuart Breckenridge
31af975174 applies fullWidth to accounts 2021-06-24 07:49:13 +08:00
Maurice Parker
2b9d3657e7
Merge pull request #3188 from stuartbreckenridge/3171
fullWidth added to extension table
2021-06-23 18:28:45 -05:00
Stuart Breckenridge
1971f1a5d8 fullWidth added to extension table 2021-06-24 07:27:14 +08:00
Maurice Parker
e3f066aaf5
Merge pull request #3186 from danielpunkass/default-feed-handler
Hopefully finishing up the fixes for handling the "open in default browser" preference
2021-06-23 17:50:06 -05:00
Daniel Jalkut
8b447f6446 Adapt store of the openFeedsInDefaultBrowser preference to be stored/retrieved from app group shared defaults, so that the Safari App Extension can access it. 2021-06-23 14:39:02 -04:00
Stuart Breckenridge
f86a327d8b Fixes #3171 2021-06-23 20:07:58 +08:00
Daniel Jalkut
29af6dea1e Invert the semantics of the defaults key for whether to open Subscribe to Feed feeds in NNW or the user's configured default browser. This ensures the fallback behavior when no preference has been set will default as wanted to opening in NetNewsWire. 2021-06-22 22:14:11 -04:00
Daniel Jalkut
75fd9e1e13 Add new subscribeToFeedsInNetNewsWire boolean preference, to direct the behavior of the Subscribe to Feed app extension. 2021-06-21 17:51:04 -04:00
Maurice Parker
c1a6c42bd3 Remove Hide Unread Count preference. Fixes #2881 2021-03-14 14:06:09 -05:00
Brent Simmons
cbf8927ca3 Use Extra Large and Extra Extra Large for text size settings language. Fix #2638. 2020-12-18 19:36:55 -08:00
Maurice Parker
20ed7cd86d Fix storyboard warnings 2020-12-08 20:54:22 -06:00
Maurice Parker
6ef29e3927 Update the text size using JavaScript so that the web page doesn't reload. Fixes #2641 2020-12-08 19:00:56 -06:00
Maurice Parker
fabbf9e21a Remove separators from Advanced Preferences. Fixes #2630 2020-12-06 00:30:30 -06:00
Maurice Parker
c3aeea8b17 Make account icons behave as templates when they are selected. Fixes #2590 2020-11-19 17:21:29 -06:00
Maurice Parker
c2c038f561 Prevent Privacy Policy button from clipping along the bottom. Fixes #2589 2020-11-19 16:54:29 -06: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
88399f0fb2 Widen existing accounts and extensions table and prevent horizontal scrolling in them 2020-10-27 20:20:18 -05:00
Maurice Parker
e0bd520ef9 Set the preferences toolbar type so that it is correct on Big Sur. 2020-10-18 17:03:59 -05:00
Maurice Parker
f759f947c6 Restore the ability to select the default RSS reader. Issue #2428 2020-09-22 19:27:36 -05:00
Angelo Stavrow
142ce582e6
Replace binding with IBAction/IBOutlet for Hide Unread Count checkbox 2020-09-06 13:22:35 -04:00
Maurice Parker
a10aa591a2 Remove ability to set default RSS reader. Issue #2381 2020-09-03 18:55:30 -05:00
Brent Simmons
0a3db80ee4 Change the hold-shift-key text for open-web-page settings to “Press the Shift key to do the opposite.” Change the name of the default browser preference to “Browser.” Rejigger some constraints. Fix #2356. 2020-08-23 14:38:41 -07:00
Maurice Parker
afc113833b Change shiftkey explanation text to use the secondary label color. Issue #2358 2020-08-18 17:26:23 -05:00
Maurice Parker
68250353fa Set toolbar style to preference so that it looks correct on Big Sur 2020-08-18 17:24:39 -05:00
Stuart Breckenridge
1b5b219e54
Restores storyboard to 36b4907e 2020-07-16 06:49:01 +08:00
Stuart Breckenridge
31b93c5d13
small refactoring 2020-07-12 14:07:52 +08:00
Stuart Breckenridge
1f6f5fa054 Adds Mac Preferences
This makes use of `@AppStorage` for preferences. Severeral more need to migrated from AppDefaults etc.
2020-06-29 21:04:50 +08:00
Nate Weaver
36b4907e90 Put the default browser popup under "Web pages:" 2020-05-28 16:57:06 -05:00
Nate Weaver
0da3372b6d Fix Preferences xib and Browser.swift after rebase 2020-05-25 21:32:56 -05:00
Nate Weaver
82d673851d Tweak constraints, add period 2020-05-20 20:23:13 -05:00
Nate Weaver
a38ab12fb3 Add a note about holding the Shift key 2020-05-20 20:14:29 -05:00
Maurice Parker
d49eabbcb3 Add extension management for our two SendToCommand implementations 2020-04-08 20:22:13 -05:00
Maurice Parker
49cff8eb8e Add basic ExtensionPoint support. 2020-04-07 15:25:33 -05:00
Maurice Parker
429ba1aed3 Add Feed Providers preference pane. 2020-04-06 21:06:42 -05:00
Daniel Jalkut
471c8ce667 Switch to SPUUpdater and establish our own single instance of this updater in the app delegate. If we're building for App Store or a TEST build, don't even initialize Sparkle. 2019-10-22 19:33:00 -04:00
Maurice Parker
a85df5bd09 Add Feedly icon. Issue #1031 2019-09-20 14:47:40 -05:00