Commit Graph

1907 Commits

Author SHA1 Message Date
Brent Simmons
5756541e70
Merge pull request #4429 from kaiserabliz/fix/iOS-compiler-error-with-a-typo
Correct method signature
2024-12-10 18:26:38 -08:00
Kaiser
62137e53f3 revert unwanted change 2024-12-10 19:46:36 -05:00
Kaiser
651bda70a7 update add storyboard for identifier reference in code: SettingsViewController.swift L:375 2024-12-10 19:42:36 -05:00
Kaiser
2eccc39176 correct view controller identifier that's set on add storyboard 2024-12-10 19:28:27 -05:00
Kaiser
c487167bb6 correct method signature 2024-12-10 16:33:27 -05:00
Dimitris Apostolou
ccd76a5354
Fix typos 2024-12-06 18:06:27 +02:00
Brent Simmons
f524648ca4 Fix error message — make it refer to iCloud Drive and System Settings. 2024-11-23 11:26:10 -08:00
Brent Simmons
ba0a2d3521 Remove use of forEach. 2024-11-18 15:11:18 -08:00
Brent Simmons
c1c4c8b1b6 Remove a number of uses of forEach. 2024-11-17 22:08:44 -08:00
Brent Simmons
85d1a8fe7a Switch to new Parser. 2024-11-15 22:59:51 -08:00
Brent Simmons
5228307a16 Remove FeedWrangler support. 2024-11-14 21:05:25 -08:00
Brent Simmons
9c548fad78 Remove instances of Master. 2024-11-14 20:38:51 -08:00
Brent Simmons
758f251115 Remove a number of instances of the word master. 2024-11-14 20:32:12 -08:00
Brent Simmons
26091d9593 Remove a number of instances of the word master. 2024-11-14 20:22:07 -08:00
Brent Simmons
f75fe705c6 Replace prototype text with prose that doesn’t include the word master. 2024-11-14 20:16:22 -08:00
Brent Simmons
45d6981215 Remove a number of instances of the word master. 2024-11-14 20:05:37 -08:00
Brent Simmons
44fbcd85b6 Remove a number of instances of the word master. 2024-11-14 20:04:50 -08:00
Brent Simmons
5de4e97e6e Update copyright year. 2024-11-14 19:49:19 -08:00
Brent Simmons
a8eb75c20f Remove unneeded #available and @available. 2024-11-11 22:03:32 -08:00
Brent Simmons
f0facd2084 Delete some unused files. 2024-11-09 11:08:14 -08:00
Brent Simmons
1b888f59be Fix build errors in iOS target. 2024-11-09 10:27:58 -08:00
Brent Simmons
4a162e1bcf Fix several deprecation warnings. 2024-11-04 21:49:58 -08:00
Brent Simmons
5109a69682 Fix deprecation warning by using registerForTraitChanges. 2024-11-04 20:23:26 -08:00
Brent Simmons
e60a9e55d7 Fix deprecation warning — use traitOverrides. 2024-11-04 20:21:45 -08:00
Brent Simmons
039cc6db2a Fix deprecation warning — remove traitCollectionDidChange method. 2024-11-04 20:21:26 -08:00
Brent Simmons
4f0cacdd3f Fix several iOS 17 deprecation warnings. 2024-11-03 22:40:38 -08:00
Brent Simmons
62b08a4ee9 Remove no longer needed uses of @available. 2024-11-02 11:36:18 -07:00
Brent Simmons
4fa4c6a541 Continue renaming webFeed to feed. 2024-11-02 11:08:58 -07:00
Brent Simmons
2d3ef95619 Continue renaming webFeed to feed. 2024-11-01 22:09:22 -07:00
Brent Simmons
fac4eded60 Continue renaming webFeed to feed. 2024-11-01 21:58:47 -07:00
Brent Simmons
61235d0bcb Rename some instances of webFeed to just feed. 2024-11-01 21:48:43 -07:00
Brent Simmons
1c6df38bcc Rename WebFeedIconDownloader to FeedIconDownloader. 2024-11-01 21:46:26 -07:00
Brent Simmons
050c47c41d Rename Feed protocol to SidebarItem. Rename FeedIdentifier to SidebarItemIdentifier. Rename WebFeed to Feed. 2024-11-01 21:34:08 -07:00
Brent Simmons
3ce2a1c848 Fix warning about needing to mark WebKit as @preconcurrency. 2024-11-01 21:09:55 -07:00
Brent Simmons
e3b0dd0134 Remove Reddit and Twitter deprecation alert code. 2023-12-19 21:41:08 -08:00
Brent Simmons
a91ef3563e Remove code for showing Twitter and Reddit deprecation alerts. 2023-12-19 20:57:47 -08:00
Brent Simmons
a99f153419 Remove Extensions section from settings screen. 2023-06-30 20:50:32 -07:00
Brent Simmons
424b9a02c4 Remove Reddit references that can be removed. 2023-06-29 12:43:14 -07:00
Brent Simmons
573ff1314e Remove unused imports of the Zip module. 2023-06-28 15:05:44 -07:00
Brent Simmons
4f5d287ef8 Remove last references to isFeedProvider. Fix a couple warnings. 2023-06-28 15:05:18 -07:00
Brent Simmons
2391d4acb9 Rename New Web Feed to New Feed. 2023-06-28 14:00:33 -07:00
Brent Simmons
3dd7743e99 Show Twitter alert if needed. If not, show Reddit alert if needed. 2023-06-14 13:09:19 -07:00
Brent Simmons
b1c5d192d0 Add redditDeprecationAlertShown to AppDefaults. 2023-06-14 13:08:51 -07:00
Brent Simmons
44a6fbeca6 Update copyright date to 2023. Update version and build to 6.1.2 and 6115. On the proper branch this time. 2023-03-18 22:33:34 -07:00
Brent Simmons
e2aa15f08a Create and use anyLocalOriCloudAccountHasAtLeastOneTwitterFeed in AccountManager, so both iOS and Mac apps can use it. Also: simplify the Date comparison in presentTwitterDeprecationAlertIfRequired by using Dates instead of TimeInterval. 2023-02-05 18:07:30 -08:00
Stuart Breckenridge
d5c039b80f
Add account type check for Twitter deprecation 2023-02-05 21:29:19 +08:00
Stuart Breckenridge
b2a2c5f5b9
Changes strings to NSLocalizedStrings 2023-02-05 09:45:34 +08:00
Stuart Breckenridge
757c680f4b
Adjusted expiry date 2023-02-05 09:04:23 +08:00
Stuart Breckenridge
ee00339b4c
Removes print statement 2023-02-05 08:55:23 +08:00
Stuart Breckenridge
b35c4df28d
Shows Twitter Deprecation Alert on iOS 2023-02-05 08:46:16 +08:00