Commit Graph

8049 Commits

Author SHA1 Message Date
Brent Simmons e25d40e03d Remove some unused files. 2025-04-22 22:10:21 -07:00
Brent Simmons 04ae81b472 Delete unused outlines. 2025-04-22 21:59:54 -07:00
Brent Simmons 0e06fd4ab0 Regularize RSTree Package.swift. Fix #4610. 2025-04-22 21:54:15 -07:00
Brent Simmons 80e450cd32 Regularize RSDatabase Package.swift. Fix #4609. 2025-04-22 21:53:41 -07:00
Brent Simmons 01e157cc8d Regularize RSCore Package.swift. Fix #4607. 2025-04-22 21:52:53 -07:00
Brent Simmons 453a16ab56 Regularize RSWeb Package.swift file. Fix #4606. 2025-04-22 21:52:12 -07:00
Brent Simmons 026a63be7f Regularize RSParser Package.swift. Fix #4605. 2025-04-22 21:51:28 -07:00
Brent Simmons b28e9c6bf7 Regularize SyncDatabase Package.swift. Fix #4604. 2025-04-22 21:50:13 -07:00
Brent Simmons 3372f43c66 Regularize Secrets Package.swift. Fix #4603. 2025-04-22 21:47:59 -07:00
Brent Simmons 7e8d5c3746 Regularize ArticlesDatabase Package.swift. Fix #4602. 2025-04-22 21:47:13 -07:00
Brent Simmons 98adc0c5b4 Regularize Articles Package.swift. Fix #4601. 2025-04-22 21:46:11 -07:00
Brent Simmons 3acdfc43da Regularize Account Package.swift. Fix #4600. 2025-04-22 21:44:58 -07:00
Brent Simmons 3648747805 Make RSDatabase local. 2025-04-22 21:36:41 -07:00
Brent Simmons 590adb13cd Make RSTree a local module. 2025-04-22 21:25:06 -07:00
Brent Simmons 4902bafe57 Move scripts to buildscripts folder. 2025-04-22 21:24:51 -07:00
Brent Simmons 9655b356bf Merge branch 'feature/unify-core' 2025-04-22 21:08:17 -07:00
Brent Simmons 2e68347fe0 Normalize Swift version at 5.10 and platforms at macOS 13 and iOS 17 in Package.swift files. 2025-04-22 21:05:12 -07:00
Brent Simmons 6bdd710082 Add quiet_build_and_test.sh — just shows warnings and errors. 2025-04-22 20:49:14 -07:00
Brent Simmons 57a170beed Unify Core and RSCore into RSCore. 2025-04-22 20:48:56 -07:00
Brent Simmons ac372fc79b Write 6.1.9-6190 release notes. iOS-6.1.9-6190 2025-04-22 08:28:28 -07:00
Brent Simmons 260642ef3a Update version to 6.1.9. 2025-04-22 08:22:46 -07:00
Brent Simmons bf44d5168a Make RSCore local. Fix #4594. 2025-04-21 21:53:25 -07:00
Brent Simmons e8931d5cf5 Create and use NetNewsWire.xctestplan. 2025-04-21 20:35:27 -07:00
Brent Simmons 53156e1afe Make build script descend into packages to run swift test. 2025-04-21 20:24:04 -07:00
Brent Simmons 198aa86cc2 Make RSParser a local package. 2025-04-21 20:23:41 -07:00
Brent Simmons 5f4533cc6b Fixed layout recursion warning by getting rid of bigSurOffsetFix hack, which no longer appears to be needed. Fix #4590. 2025-04-20 21:36:50 -07:00
Brent Simmons aa75efaa2e Fix test-time crashes by making sure some main thread code runs on main thread. 2025-04-20 21:21:38 -07:00
Brent Simmons 894acaeb0a Delete some tests that don’t belong in Feedly tests. 2025-04-20 21:20:43 -07:00
Brent Simmons 7dc965aba6 Fix crash. 2025-04-20 20:53:26 -07:00
Brent Simmons 56bd7bb092 Exclude a bunch of Account tests
Issue to get them working again: #4588
2025-04-20 18:42:48 -07:00
Brent Simmons 3bd77eac82 Fix test build error. 2025-04-20 18:35:56 -07:00
Brent Simmons 5f1ef7ad32 Add build_and_test.sh script. 2025-04-20 14:40:48 -07:00
Brent Simmons bc7f905016 Fix build issues in Mac AppDelegate. 2025-04-20 12:59:02 -07:00
Brent Simmons 09c9a4e5ea Update to current Mac version and build. 2025-04-20 12:46:27 -07:00
Brent Simmons 5979fceef0 Remove MAS build from cleanPrefsAndData. 2025-04-20 12:39:17 -07:00
Brent Simmons 9a21d86784 Fix copyright years. 2025-04-20 12:39:02 -07:00
Brent Simmons 19ab14864a Update build. iOS-6.1.8-6146 2025-01-21 20:18:57 -08:00
Brent Simmons f93def0202 Remove “Your” from widget titles. 2025-01-20 22:50:49 -08:00
Brent Simmons a3443b2f6d Fix crashing bug in Starred widget. 2025-01-20 22:48:21 -08:00
Brent Simmons 8c14c98664 Reload cells when HTMLMetadata is available. 2025-01-19 17:59:54 -08:00
Brent Simmons c67807158a Fetch favicon (if needed) when HTMLMetadata is available. 2025-01-19 17:59:41 -08:00
Brent Simmons 13a0bfb6cc Add comment about where to look for notifications for HTMLMetadata. 2025-01-19 17:59:18 -08:00
Brent Simmons 789b615161 Make .htmlMetadataAvailable Notification public. 2025-01-19 17:58:55 -08:00
Brent Simmons f9b7b4e973 Update version. iOS-6.1.8-6145 2025-01-18 21:53:26 -08:00
Brent Simmons e7992441bb Handle more cases in willChangeTo displayMode delegate method. Create and use setRefreshToolbarItemVisibility method on TimelineViewController. 2025-01-18 21:47:05 -08:00
Stuart Breckenridge 7ea9ce509b ♻️ Moves timeline fix to scene coordinator 2025-01-18 21:46:48 -08:00
Stuart Breckenridge 8eee73cf26 🩹 Fixes incorrect refresh control visibility
Makes `TimelineViewController` a `UISplitViewControllerDelegate`.

When the display mode is such that the feeds, timeline and article are visible, the timeline refresh control is hidden.
When the display mode is such that the timeline and article are visible, the timeline refresh control is visible.
2025-01-18 21:46:35 -08:00
Brent Simmons 5a2816334f Use displace mode and set primary fraction for split view controller. 2025-01-17 22:14:28 -08:00
Brent Simmons d5a5270963 Bump build. iOS-6.1.7-6144 2025-01-12 20:49:04 -08:00
Stuart Breckenridge ad12d1c1de 🚑Fixes #4483 by showing bars on rotation
On rotation, if the device is a .phone and it is transitioning to a `.regular` horizontal size class—it’s big—bars in the article view are surfaced to workaround a crash. This doesn’t affect behaviour on smaller iPhones or iPads.
2025-01-12 20:45:01 -08:00