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 |
|
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 |
|
Brent Simmons
|
f54fe338cd
|
Remove WebViewProvider and PreloadedWebView. This is really Maurice’s change but I’ve changed things so much that I don’t think I can cherry-pick it. There’s going to be a lot of that coming up.
|
2024-02-29 20:48:04 -08:00 |
|
Brent Simmons
|
9129cd382c
|
Remove some no-longer-needed #available checks.
|
2024-02-27 20:02:31 -08:00 |
|
Brent Simmons
|
fea6d03bc3
|
Remove Master from names.
|
2024-02-26 08:37:15 -08:00 |
|
Brent Simmons
|
5b34217374
|
Move SidebarItem and SidebarItemIdentifier from Account to app level.
|
2024-02-26 08:12:34 -08:00 |
|
Brent Simmons
|
4c866b7230
|
Rename WebFeed and webFeed to Feed and feed.
|
2024-02-25 23:12:21 -08:00 |
|
Brent Simmons
|
c10bec9a64
|
Fix build warnings about build phases that weren’t actually dependent on dependency analysis.
|
2024-02-25 18:23:24 -08:00 |
|
Brent Simmons
|
5aa10ba1a7
|
Move AccountsPreferencesViewController.swift to top of its section in project list.
|
2024-02-25 15:32:26 -08:00 |
|
Brent Simmons
|
0627f57608
|
Add UTType+Extensions to add an OPML type.
|
2024-02-24 19:17:45 -08:00 |
|
Brent Simmons
|
5b1db51fb9
|
Delete FeedWrangler references.
|
2024-02-24 18:56:44 -08:00 |
|
Brent Simmons
|
987b57f69c
|
Remove deployment target settings from project file.
|
2024-02-22 22:08:11 -08:00 |
|
Brent Simmons
|
13d41eed6f
|
Require macOS 13 and iOS 17.
|
2024-02-22 21:57:13 -08:00 |
|
Brent Simmons
|
2640132f36
|
Remove extension points.
|
2024-02-22 21:47:00 -08:00 |
|
Brent Simmons
|
b9fa81f922
|
Fix warnings about build scripts that don’t depend on anything but were marked as running based on dependency analysis.
|
2023-12-13 20:04:10 -08:00 |
|
Brent Simmons
|
c05ef2344f
|
Remove unused code and references to Twitter and Reddit.
|
2023-11-25 11:44:34 -08:00 |
|
Brent Simmons
|
7078e6fd55
|
Remove OAuthSwift and its dependencies.
|
2023-06-26 09:57:22 -07:00 |
|
Brent Simmons
|
1bef45e1af
|
Remove ExtensionPoint code.
|
2023-06-25 16:48:37 -07:00 |
|
Brent Simmons
|
8e8fdcf6d9
|
Remove more Reddit references, including code in the Account framework.
|
2023-06-25 15:45:36 -07:00 |
|
Brent Simmons
|
aeafd60c36
|
Remove Extensions UI from Settings window.
|
2023-06-25 15:24:24 -07:00 |
|
Brent Simmons
|
b6e7c16c13
|
Remove add-Reddit-feed sheet and window controller.
|
2023-06-25 14:43:55 -07:00 |
|