Stuart Breckenridge
|
da36085c93
|
[macOS] Reduced Deprecation Warnings
- ShareViewController now uses `UTType`
- Now using NSWorkspace.shared.icon(for: .applicationBundle)
- Unused code `extensionPointTypeTitle` removed
- NNW3 Import now uses `allowedContentTypes`
|
2023-05-31 16:57:57 +08:00 |
|
Stuart Breckenridge
|
ed6ff090be
|
Merge branch 'ios-ui-settings-localised' into localize_strings
# Conflicts:
# Mac/AppDelegate.swift
# Mac/Base.lproj/Preferences.storyboard
# NetNewsWire.xcodeproj/project.pbxproj
# Shared/Localizations/LocalizedNetNewsWireError.swift
# iOS/MasterFeed/MasterFeedViewController.swift
# iOS/Settings/Appearance/ArticleThemeManagerView.swift
# iOS/Settings/Appearance/DisplayAndBehaviorsView.swift
# iOS/Settings/General/SettingsView.swift
|
2023-05-27 17:00:42 +08:00 |
|
Brent Simmons
|
f495730066
|
Continue adopting @MainActor.
|
2023-04-05 19:04:52 -07:00 |
|
Stuart Breckenridge
|
e670d610e3
|
Localized mac app
|
2023-01-04 12:33:38 +08:00 |
|
Stuart Breckenridge
|
a57f98e4e7
|
NetNewsWire-Mac AppDefaults is now a singleton
|
2020-07-02 11:17:38 +08:00 |
|
Nate Weaver
|
6eac3781ba
|
Update to latest RSCore
Update use of OMPLString().
|
2020-01-13 22:20:57 -06:00 |
|
Brent Simmons
|
56fab24cec
|
Make importing NetNewsWire 3 subscriptions a one-step process — use an accessory view in the NSOpenPanel. Also: refactor to use immutable structs instead of classes; use static methods on structs; reduce API surface; don’t flatten sub-folders (let the OPML importer handle the flattening, which it already does).
|
2019-10-17 13:25:11 -07:00 |
|