Commit Graph

752 Commits

Author SHA1 Message Date
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
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
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
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
Brent Simmons
e56b1513b6 Move RSWeb from remote to local project; rename as Web. 2024-04-01 19:31:57 -07:00
Brent Simmons
b3464a2aa5 Fix iOS build errors. 2024-03-21 17:25:01 -07:00
Brent Simmons
9759d7dcd5 Make RSTree a local package. Fix concurrency warnings in the package. 2024-03-21 17:18:01 -07:00
Brent Simmons
2461e937bf Replace RSCore with several local modules. Update code as needed. 2024-03-20 20:49:15 -07:00
Brent Simmons
b2d3128b2d Fix build errors. 2024-03-19 10:15:30 -07:00
Brent Simmons
b14127e4fa Remove some duplicate frameworks. 2024-03-10 18:32:13 -07:00
Brent Simmons
917d433deb Fix several build issues. 2024-03-10 18:17:04 -07:00
Brent Simmons
b662ad8ad3 Make local Database and FMDB modules. Stop using RSDatabase. 2024-03-10 16:39:38 -07:00
Brent Simmons
61496e138f Restore several of Maurice’s changes, including the new three-pane split view. 2024-03-03 22:51:53 -08:00