Commit Graph

826 Commits

Author SHA1 Message Date
Brent Simmons de228c69c4 Delete unused LegacyArticleExtractorButton.swift. 2024-07-09 21:11:11 -07:00
Brent Simmons ba44b94220 Create AppAsset shared class, which will replace the separate Mac and iOS AppAssets classes. 2024-07-08 10:07:26 -07:00
Brent Simmons 445306ef2a Get rid of SecretsProvider protocol. Stop passing secretsProvider around — just use SecretKey.whatever static properties. 2024-07-07 15:38:45 -07:00
Brent Simmons d50b5818ac Move local modules into a folder named Modules. 2024-07-06 21:07:05 -07:00
Brent Simmons 14bcef0f9a Make ReaderAPI module not dynamic. 2024-07-06 20:55:17 -07:00
Brent Simmons fc6d437601 Move AppDelegate+Shared to top of its group. 2024-07-06 20:49:50 -07:00
Brent Simmons 512aee6ce8 Delete AppConfig. 2024-06-30 18:06:37 -07:00
Brent Simmons 5deae9bd33 Add AppConfig module to project file. 2024-06-26 23:14:11 -07:00
Brent Simmons ea3a78b841 Create FeedDownloader local package. 2024-05-25 22:48:17 -07:00
Brent Simmons da8b2c331f Fix some link issues. 2024-05-21 21:43:43 -07:00
Brent Simmons 926b8f494e Make ParserObjC a separate package and fix some linking issues. 2024-05-21 21:34:08 -07:00
Brent Simmons 72e83becb1 Add first Web test. Add WebTests to test plans. 2024-05-20 22:56:55 -07:00
Brent Simmons 6176f31392 Recreate Mac.xctestplan, since Xcode started treating it as plain text. 2024-05-20 18:01:05 -07:00
Brent Simmons 7efd0047aa Add iOS test plan. 2024-05-20 17:57:58 -07:00
Brent Simmons fe1faac162 Remove Mac.xctestplan from iOS app scheme. 2024-05-20 13:45:04 -07:00
Brent Simmons cea9773c08 Add TreeTests. 2024-05-18 22:37:58 -07:00
Brent Simmons fcfe8435a9 Turn off code coverage because it was making the build fail. 2024-05-18 19:02:58 -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 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 18acf5919c Move maxY extension method to FoundationExtras. 2024-05-06 21:31:30 -07:00
Brent Simmons f6e2d15aa2 Remove CloudKitExtras from dependencies. 2024-04-22 18:10:23 -07:00
Brent Simmons bdb5a12234 Move files in CloudKitExtras to CloudKitSync. Two modules was just overkill for this — code got too spread out. 2024-04-22 18:07:21 -07:00
Brent Simmons cb205bfb06 Resolve PLCrashReporter to a new version. 2024-04-19 19:17:13 -07:00
Brent Simmons 9ae6b7d20a Rename AppleScript files in project. 2024-04-16 21:48:33 -07:00
Brent Simmons dc81755dfd Rename file to ScriptableFeed.swift. 2024-04-16 20:54:22 -07:00
Brent Simmons 0bb664ea6a Rename file to ScriptableFolder.swift. 2024-04-16 20:53:57 -07:00
Brent Simmons 814097504c Move constraintsToMakeSubViewFullSize into Core module. 2024-04-16 19:37:43 -07:00
Brent Simmons 1368f3dace Move images-related code into Images module. 2024-04-15 22:21:17 -07:00
Brent Simmons 553b57c09d Create Images module and move ColorHash into it. 2024-04-15 21:11:59 -07:00
Brent Simmons d1dc4cceec Fix numerous concurrency warnings. 2024-04-07 21:32:47 -07:00
Brent Simmons 4b0e7addc9 Create Feedly module. 2024-04-07 20:52:34 -07:00
Brent Simmons 6b364f3fd3 Create LocalAccount module. 2024-04-07 15:20:59 -07:00
Brent Simmons 300ffbb711 Create ArticleExtractor module. 2024-04-07 15:05:38 -07:00
Brent Simmons c35187900a Create FeedFinder module. 2024-04-07 14:57:05 -07:00
Brent Simmons 826ec7d413 Create Feedbin module. 2024-04-07 14:34:06 -07:00
Brent Simmons 8c2db159d2 Create NewsBlur module. 2024-04-07 13:58:14 -07:00
Brent Simmons 079392b6d8 Create CloudKitSync module and start moving files there. 2024-04-06 23:10:54 -07:00
Brent Simmons 2eb14ada1f Create CommonErrors module. 2024-04-06 17:46:17 -07:00
Brent Simmons 5555ae5adc Create ReaderAPI module. 2024-04-06 13:06:24 -07:00
Brent Simmons 40abf257a6 Make RSParser a local module and rename it to Parser. 2024-04-02 21:43:06 -07:00
Brent Simmons 9e823ccd44 Fix iOS widget build. 2024-04-01 19:37:35 -07:00
Brent Simmons 88a832c4cb Fix iOS build. 2024-04-01 19:35:05 -07:00