Commit Graph

2216 Commits

Author SHA1 Message Date
Brent Simmons ea14d87743 Rename AddWebFeedIntent to AddFeedIntent. 2023-07-02 15:39:12 -07:00
Brent Simmons 169f018c6a Rename AppDefaults.addWebFeedFolderName to .addFeedFolderName. 2023-07-02 15:28:15 -07:00
Brent Simmons 5c2a33a800 Rename AppDefaults.addWebFeedAccountID to .addFeedAccountID. 2023-07-02 15:25:50 -07:00
Brent Simmons d4092b21fd Add Reddit API deprecation alert code. 2023-07-02 15:09:12 -07:00
Brent Simmons 7556428c29 Rename user-facing New Web Feed text to just New Feed. 2023-07-02 15:03:31 -07:00
Brent Simmons e6e03e0d7a Rename Feed to FeedProtocol. (This is part one of renaming WebFeed to Feed.) 2023-07-01 12:43:36 -07:00
Brent Simmons 641e35322c Continue removing ExtensionPoint code. 2023-06-30 22:08:17 -07:00
Brent Simmons 8a9c680cfc Continue removing ExtensionPoint code. Start fixing build errors. 2023-06-30 21:55:54 -07:00
Brent Simmons d309c05cb0 Continue removing feed provider and extension point references. 2023-06-30 21:47:17 -07:00
Brent Simmons 942ad6bd49 Continue removing Reddit references. 2023-06-30 21:28:07 -07:00
Brent Simmons 7c75f62fcf Continue removing Reddit references. 2023-06-30 21:24:18 -07:00
Brent Simmons e931444262 Begin removing Reddit and ExtensionPoint code. 2023-06-30 21:15:51 -07:00
Stuart Breckenridge 8bf0744d3b Correct description 2023-06-04 18:59:42 +08:00
Stuart Breckenridge f1446856e3 Adds Simplified Chinese translations 2023-06-04 18:58:14 +08:00
Stuart Breckenridge e9fed8ddc1 Internationalises notificationDisplayName
& provides en, en-gb strings; simplified chinese pending
2023-06-04 18:32:28 +08:00
Brent Simmons 665cc3dc30 Merge pull request #4013 from Jerry23011/sc-6-3
Update Simplified Chinese localization
2023-06-03 11:53:42 -07:00
Jerry 90f0645ea6 Add Simplified Chinese translation 2023-06-03 11:39:27 +08:00
Jerry d5ed8c697a Add Simplified Chinese localization for xibs 2023-06-03 11:20:49 +08:00
Stuart Breckenridge 17c4252841 Reinstates NavigationLink 2023-06-03 08:48:09 +08:00
Stuart Breckenridge 41e0e6170c Remove dead code 2023-06-03 08:46:04 +08:00
Stuart Breckenridge a80fa38a5f [iOS] Reduced Project Warnings
- Unused code has been removed (`InteractiveLabel`)
- `NavigationLink` code updated
- `Async` alternative used for UNUserNotificationCenter
- iOS target update to 16 to remove Storyboard related warnings
2023-05-31 16:09:38 +08:00
Brent Simmons 168078faaa Merge branch 'main' into SC-localization 2023-05-30 21:57:15 -07:00
Jerry 8f4ee68b91 Update Simplified Chinese localization 2023-05-30 09:17:33 +08:00
Jerry 89eeb94024 Create Simplified Chinese locales 2023-05-28 14:22:55 +08:00
Stuart Breckenridge 714d769b3e Enables localisation on remaining xibs 2023-05-28 12:46:21 +08:00
Stuart Breckenridge 59ec1c58ae Fixes build errors on iOS 2023-05-27 17:14:27 +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
Stuart Breckenridge 5aaae58272 Merge branch 'main' into ios-ui-settings-localised
# Conflicts:
#	Shared/ArticleStyles/ArticleThemesManager.swift
2023-05-27 15:26:03 +08:00
Brent Simmons 0334885798 Merge pull request #3950 from vincode-io/ios-webview-fix
Simplify iOS WKWebView loading
2023-05-13 17:09:19 -07:00
Brent Simmons af1fdcd9db Merge pull request #3955 from GetToSet/ethanwong/imageview-spacekey-ios
Allow ImageViewController to be closed with the space key on physical keyoard for iOS.
2023-05-13 16:50:52 -07:00
Brent Simmons bc37f8544e Merge branch 'mac-release' into main. 2023-04-30 17:22:47 -07:00
Ethan Wong 1e67587ed5 Allow ImageViewController to be closed with the space key on physical keyoard for iOS. 2023-04-22 20:13:41 +08:00
Maurice Parker 152700089b Fix merge conflict 2023-04-16 14:17:34 -05:00
Maurice Parker 2ada885656 Replace old iOS WKWebView flash prevention code with new technique 2023-04-16 14:08:48 -05:00
Brent Simmons f4e71b41a1 Continue adopting MainActor. 2023-04-08 15:45:32 -07:00
Brent Simmons d06632da0b Continue adopting MainActor. 2023-04-08 15:42:52 -07:00
Brent Simmons 397012e23b Continue adopting @MainActor. 2023-04-08 15:16:01 -07:00
Stuart Breckenridge a6fb6079c2 Removes usage of for await notification handling
This removes the 70+ warnings
2023-04-07 19:03:33 +04:00
Stuart Breckenridge cc9780de99 Merge branch 'main' into ios-ui-settings-localised
# Conflicts:
#	iOS/Settings/ArticleThemesTableViewController.swift
2023-04-07 18:56:02 +04:00
Brent Simmons 22f9dbacff Continue adopting @MainActor. 2023-04-06 21:53:45 -07:00
Brent Simmons 59d3bf278a Fix concurrency warning. 2023-04-06 21:47:57 -07:00
Brent Simmons 2502c6a551 Fix warning about unneeded try. 2023-04-06 13:06:17 -07:00
Stuart Breckenridge bb48e60068 Merge branch 'main' into ios-ui-settings-localised 2023-04-06 17:45:18 +04:00
Brent Simmons fa0d00d72d Continue adopting @MainActor. 2023-04-05 19:36:18 -07:00
Brent Simmons 7e51998a46 Continue adopting @MainActor. 2023-04-05 19:27:51 -07:00
Brent Simmons fa508a8bfc Remove references to Tweetbot. 2023-04-01 22:13:40 -07:00
Stuart Breckenridge 4baefd0c73 Removed Notification closure syntax 2023-03-24 04:12:01 +08:00
Stuart Breckenridge 7cd575d6b3 Renamed SettingsViewRow to SettingsRow 2023-03-23 21:18:59 +08:00
Stuart Breckenridge 23eb0cb079 Monitor scenePhase instead of didEnterForeground 2023-03-23 21:17:20 +08:00
Stuart Breckenridge 2eb3b2d676 Fixes #3921 and #3922 2023-03-23 20:55:58 +08:00