Commit Graph

2204 Commits

Author SHA1 Message Date
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
Brent Simmons 37b4fb5438 Update the Twitter deprecation notice to remove references to dates, since it’s no longer February (when we expected free access to the API to get turned off). Bump build to 6115. 2023-03-18 22:23:48 -07:00
Stuart Breckenridge e95163c0d5 Rounds About View icon to app icon style. 2023-03-14 12:47:32 +08:00
Brent Simmons 82cb561fc7 Update copyright for 2023. 2023-03-13 21:47:10 -07:00
Stuart Breckenridge 3ac8c7057e Adds Mark As Read on Scroll to SwiftUI views. 2023-03-14 12:28:14 +08:00
Stuart Breckenridge 60b6a47c48 Merge branch 'main' into ios-ui-settings-localised
# Conflicts:
#	iOS/Settings/Settings.storyboard
#	iOS/Settings/SettingsViewController.swift
2023-03-14 12:27:56 +08:00
Maurice Parker be1ea29cc1 Fix lastVerticalPosition variable spelling 2023-03-13 23:24:38 -05:00
Brent Simmons d9d0459b94 Merge pull request #3913 from vincode-io/mark-as-read-on-scroll
Mark as Read on Scroll
2023-03-13 21:08:47 -07:00
Brent Simmons 433b132613 Merge pull request #3911 from stuartbreckenridge/fix/3910
Fixes #3910
2023-03-13 20:58:59 -07:00
Maurice Parker 0505197655 Merge branch 'Ranchero-Software:main' into mark-as-read-on-scroll 2023-03-13 14:46:53 -05:00
Stuart Breckenridge 34ae356cb2 Adds completion in reloadFeeds when window = nil 2023-03-13 13:50:49 +08:00
Stuart Breckenridge 9e85af2a79 Fixes #3910
UITableViewAlertForLayoutOutsideViewHierarchy will no longer fire as a check has been added to make sure that the tableView’s window property is not nil before performing batch updates.
2023-03-13 08:58:49 +08:00
Maurice Parker 0d04f63727 Fix Timeline Layout selection 2023-03-12 17:56:26 -05:00