Commit Graph

725 Commits

Author SHA1 Message Date
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
97d740c41c Implement incremental iCloud sync 2022-11-07 21:25:40 -06:00
Maurice Parker
758846ef20 Remove bad reference to file no longer in project 2022-10-07 10:33:59 -05:00
Stuart Breckenridge
52fe9f435d fixes proect.pbxproj 2022-10-06 23:11:27 +08:00
Stuart Breckenridge
65f11161e8 fixes project.pbxproj 2022-10-06 23:10:01 +08:00
Stuart Breckenridge
856515a9f3 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire
# Conflicts:
#	NetNewsWire.xcodeproj/project.pbxproj
2022-10-06 20:49:14 +08:00
Stuart Breckenridge
1711cb4c90 Removes the need for AboutView and Notifications
- Subclassed NSHostingController manages the tab bar to keep things tidy.
2022-10-06 20:42:34 +08:00
Diggory Laycock
70509d4db9 Merge branch 'main' into iOS-Custom-notification-tone 2022-10-05 18:29:52 +01:00
Diggory Laycock
1010d29be8 Swaps .caf file for .mp3 for notification sound
.caf files don't appear to work on macOS notifications, and mp3s appear to work on both iOS and macOS, so swapped file format.
2022-10-05 18:21:33 +01:00
Stuart Breckenridge
05aca1c995 About Views
- Tidied up iOS
- Adds refreshed About view to macOS 12+
- About.plist is now shared
2022-10-03 21:16:51 +08:00
Stuart Breckenridge
58d480f4a4 Refreshes the About screen on iOS 2022-10-02 17:28:19 +08:00
Diggory Laycock
1ed547d722 Moves the sound resource into the Shared Resources folder.
Moves the audio filename reference into the AppAssets struct to make it less stringly typed and centralise access.
2022-10-01 15:17:22 +01:00
Diggory Laycock
71275813da add custom notification sound
Added a blip sound file to the Resources and the iOS target.

Changed the notification code to use the sound.
2022-10-01 14:20:21 +01:00
Maurice Parker
7d6157dde4 Change so that we always show the pointing finger cursor when hovering over a link 2022-09-27 19:44:53 -05:00
Maurice Parker
573806c0ca Added Share to the File menu. Fixes #3692 2022-09-27 16:23:20 -05:00
Maurice Parker
d100c64d80 Add right-click action to the Article Extractor Button. Fixes #3695 2022-09-27 12:02:45 -05:00
Maurice Parker
2360e190cd Remove old unused folder 2022-09-22 04:16:55 -05:00
Maurice Parker
ef8b76dbe1 Remove build settings that shouldn't be in the project folder 2022-09-22 04:07:15 -05:00
Stuart Breckenridge
d0d5de897f Merge branch 'main' into os-log-audit 2022-09-19 09:36:28 +08:00
Stuart Breckenridge
4ca29c5d63 removes unused xcconfig 2022-09-18 07:52:03 +08:00
Stuart Breckenridge
77718c89a8 Simplifies widgetbundle platform specific builds
Huge credit to [SwiftLee](https://www.avanderlee.com/swiftui/variable-widgetbundle-configuration/) for this one.
2022-09-18 07:47:56 +08:00
Stuart Breckenridge
eb5a4af699 renames to lock screen widget 2022-09-09 07:51:17 +08:00
Stuart Breckenridge
0dd4689bf0 Logging changes
- Adds `Logging` protocol
- Moves to Swift-style `OSLog` usage

os_log to Logger

os_log audit

Replacment of os.log with Logging
2022-09-04 21:31:03 +08:00
Stuart Breckenridge
7378d66bb5 adds new lock screen widget 2022-08-03 13:26:19 +08:00
Maurice Parker
d2db39c716 Remove FeedWrangler account code 2022-06-04 17:23:20 -07:00
Maurice Parker
3f3f7ffe29 Merge branch 'mac-candidate' 2022-02-06 14:04:31 -08:00
Maurice Parker
4ea71ac7cd Merge branch 'ios-candidate' 2022-02-06 13:56:10 -08:00
Stuart Breckenridge
bac74ad90f Adds NewsFax to Mac + Mac MAS 2022-02-05 07:04:55 +08:00
Stuart Breckenridge
129c6ae1cd Adds NewsFax to iOS. 2022-02-05 07:03:20 +08:00
Maurice Parker
f624bbba6a Merge branch 'ios-candidate' 2022-02-04 10:37:13 -08:00
Maurice Parker
39bb1f7a7c Add the Hyperlegible theme as a default 2022-01-31 11:20:22 -08:00
Maurice Parker
26422ee971 Add Hyperlegible theme to build 2022-01-31 11:15:21 -08:00
Maurice Parker
0b7929cded Merge pull request #3433 from stuartbreckenridge/ios-ui-notifications
Centralised Notifications Manager
2022-01-29 13:42:06 -08:00
Maurice Parker
5424050171 Change to new iOS 3 panel UISplitViewController 2022-01-26 15:40:47 -08:00
Stuart Breckenridge
883ef85614 work on notification manager 2022-01-26 10:25:42 +08:00
Stuart Breckenridge
ac8fdabb3e Removes 1Password 2022-01-25 06:07:33 +08:00
Maurice Parker
101d9ea0a3 Change how we delete embedded frameworks 2022-01-23 19:53:52 -07:00
Brent Simmons
b9201ad10d Fix path to VerifyNoBS. 2022-01-23 16:42:09 -08:00
Maurice Parker
66ff2c8bed Rename UnifiedWindow to MainWindow and remove the old MainWindow since we no longer support Catalina 2022-01-23 16:00:44 -08:00
Stuart Breckenridge
3aec411ec2 removes build settings from pbxproj 2022-01-22 08:38:25 +08:00
Stuart Breckenridge
ce46998d85 Embed and Sign Account in Intents 2022-01-22 07:39:02 +08:00
Stuart Breckenridge
3d3d8a9692 migrates to modern localization 2022-01-22 06:50:28 +08:00
Stuart Breckenridge
39e5f36137 Removes 1Password
Fixes #3411
2022-01-22 06:43:22 +08:00
Stuart Breckenridge
38217e43e4 initial 6.2 commit
- Switches to `UTType` for ShareViewController
2022-01-21 08:51:50 +08:00
Maurice Parker
ab9802d8b5 Remove Hyperlegible theme 2021-12-30 11:55:44 -08:00
Maurice Parker
0fe3ccbc11 Update to the latest version of VerifyNoBS 2021-11-05 15:27:34 -05:00
Maurice Parker
c16a231530 Added the Hyperlegible theme 2021-11-01 21:22:22 -05:00
Maurice Parker
08a1e79e7d Fix handling of how sections were added and remove 2021-10-20 20:37:29 -05:00
Maurice Parker
bbc7230e76 Refactor Diffable Datasources out of the Sidebar 2021-10-20 19:03:02 -05:00