Commit Graph

8269 Commits

Author SHA1 Message Date
Brent Simmons fcfe8435a9 Turn off code coverage because it was making the build fail. 2024-05-18 19:02:58 -07:00
Brent Simmons 72ba1274a4 Fix ParserTests. 2024-05-18 19:02:36 -07:00
Brent Simmons 756231c4da Create AppKitExtras tests. Add it to test plan. Add parser tests to test plan. 2024-05-18 17:14:03 -07:00
Brent Simmons b601cc1caf Create NetNewsWire.xctestplan and add it to the NetNewsWire and NetNewsWire-iOS schemes. 2024-05-18 16:46:49 -07:00
Brent Simmons 22d9b31715 Simplify isDarkMode. 2024-05-18 12:14:11 -07:00
Brent Simmons 0ec83de1de Write CalendarExtensionsTests. 2024-05-18 12:06:43 -07:00
Brent Simmons 5ec78cbbde Rename to Calendar+Extensions.swift. 2024-05-18 11:52:45 -07:00
Brent Simmons 9c6d91eba4 Add to ArrayExtensionsTests. 2024-05-18 11:52:04 -07:00
Brent Simmons ff1caf4a8f Remove unused function. 2024-05-18 11:29:50 -07:00
Brent Simmons 0cf78a3bad Create ArrayExtensionsTests. 2024-05-18 11:29:42 -07:00
Brent Simmons 2ed93e447a Make TestAccountManager final. 2024-05-17 23:07:34 -07:00
Brent Simmons 16ed322209 Delete unused test. 2024-05-17 22:53:11 -07:00
Brent Simmons c491fd2b88 Remove unneeded extension breaks. 2024-05-17 22:48:00 -07:00
Brent Simmons d962fc5e1e Delete unused test. 2024-05-17 22:41:39 -07:00
Brent Simmons 45c08cd155 Delete no-longer-used function. 2024-05-17 22:40:29 -07:00
Brent Simmons a579126e92 Use FeedlyUtilities in FeedlyAccountDelegate. 2024-05-17 22:39:51 -07:00
Brent Simmons d024e6049d Create FeedlyUtilities and FeedlyUtilitiesTests. 2024-05-17 22:34:00 -07:00
Brent Simmons 5760705784 Rename FeedlyOrganiseParsedItemsByFeedOperationTests to ParsedItemsKeyedByFeedURLTests, since the operation it was testing is now a function named parsedItemsKeyedByFeedURL. 2024-05-17 22:02:46 -07:00
Brent Simmons 544dcf651d Move FeedlyEntryParserTests to Feedly module. 2024-05-16 08:38:28 -07:00
Brent Simmons efe413bef7 Move FeedlyFeedParserTests to Feedly module. 2024-05-16 08:36:23 -07:00
Brent Simmons c75f3a8e88 Move FeedlyResourceIDTests to Feedly module. 2024-05-16 08:32:15 -07:00
Brent Simmons 6adbc8245d Delete unused FeedlyTestSecrets. 2024-05-16 08:29:51 -07:00
Brent Simmons 66e169d552 Move FeedlyTextSanitizationTests to Feedly module. 2024-05-16 08:28:36 -07:00
Brent Simmons 7f6112da45 Delete unused FeedlyOperationTests. 2024-05-15 21:54:36 -07:00
Brent Simmons a3dda4c87a Move FeedlyCollectionParserTests to the Feedly module. (It passes.) 2024-05-15 21:46:35 -07:00
Brent Simmons aa14143494 Delete unused FeedlyCheckpointOperationTests (since FeedlyCheckpointOperation no longer exists). 2024-05-15 21:41:08 -07:00
Brent Simmons ec12232fb8 Move MainThreadOperation and MainThreadOperationQueue to CloudKitSync, which is the last place where it’s used. 2024-05-15 09:33:14 -07:00
Brent Simmons 01f08b9f27 Make FeedlyOAuthAccountAuthorizationOperation not a MainThreadOperation, since we’re moving away from MainThreadOperationQueue. 2024-05-15 09:31:16 -07:00
Brent Simmons ab4d51b462 Make SyncDatabase.resetSelectedForProcessing and .deleteSelectedForProcessing take Set parameter instead of Array. 2024-05-14 21:05:33 -07:00
Brent Simmons a474a8fc18 Make insertStatuses take a Set. 2024-05-13 22:09:14 -07:00
Brent Simmons d58821a7ad Convert NewsBlur to async await. 2024-05-13 21:59:42 -07:00
Brent Simmons be4564716f Convert NewsBlurAPICaller to async await. 2024-05-08 22:44:19 -07:00
Brent Simmons a3151181eb Add and use MimeType.formURLEncoded. 2024-05-08 22:18:45 -07:00
Brent Simmons 48bfcedbf7 Simplify and improve DatabaseIDCache. 2024-05-08 21:57:23 -07:00
Brent Simmons ae77aece2a Make DatabaseIDCache properly Sendable (instead of unchecked) by using an OSAllocatedUnfairLock. 2024-05-07 19:58:23 -07:00
Brent Simmons 138177858c Fix build error. 2024-05-07 19:57:51 -07:00
Brent Simmons 69c908c891 Convert UserAgent functions to variables and make them non-optional. 2024-05-07 19:50:53 -07:00
Brent Simmons ae2c21f5f0 Move NonIntrinsic* views to UIKitExtras. 2024-05-06 22:26:11 -07:00
Brent Simmons 482ff49a64 Move UIFont extension to the file where it’s used. 2024-05-06 22:21:37 -07:00
Brent Simmons 03eff6a0da Move UIPageViewController extension to the file where it’s used. 2024-05-06 22:18:09 -07:00
Brent Simmons 51a893ed98 Move Animations and UITableView extensions to UIKitExtras. 2024-05-06 22:16:05 -07:00
Brent Simmons 043b7841d8 Move RoundedProgressView to UIKitExtras. 2024-05-06 22:12:57 -07:00
Brent Simmons e84d8ad1d7 Move TickMarkSlider to UIKitExtras. 2024-05-06 22:11:28 -07:00
Brent Simmons 314da23321 Move some String extensions to UIKitExtras. 2024-05-06 22:07:20 -07:00
Brent Simmons 7308cb6b04 Move Bundle extension to the place where it’s used. 2024-05-06 21:37:24 -07:00
Brent Simmons a80acbacf1 Add missing import. 2024-05-06 21:37:09 -07:00
Brent Simmons 18acf5919c Move maxY extension method to FoundationExtras. 2024-05-06 21:31:30 -07:00
Brent Simmons bfa7ad55bb Make SceneDelegate final. 2024-05-05 22:43:52 -07:00
Brent Simmons b4c8a6920f Convert method to async. 2024-05-05 22:35:18 -07:00
Brent Simmons c46494de13 Use async await in runSheetOnWindow. 2024-05-05 22:01:26 -07:00