Brent Simmons
|
9a26df89d1
|
Fix bug where sidebar unread count view would flicker as the timeline view controller unreadCount would be briefly 0 when it’s updating its unread count.
|
2024-06-21 18:09:28 -07:00 |
|
Brent Simmons
|
64fc1867c4
|
Get rid of maxInterval from CoalescingQueue because it didn’t actually work right and isn’t probably needed.
|
2024-06-16 13:02:16 -07:00 |
|
Brent Simmons
|
308a91cf4f
|
Go back to CoalescingQueue because it was simpler to use than PostponingBlock.
|
2024-06-12 20:55:13 -07:00 |
|
Brent Simmons
|
7dc0d6cb23
|
Use queueMakeToolbarValidate.
|
2024-06-12 19:48:48 -07:00 |
|
Brent Simmons
|
57ac2d6b02
|
Use weak self in postponingBlock.
|
2024-06-12 17:55:24 -07:00 |
|
Brent Simmons
|
a91fd53100
|
Reorder arguments to PostponingBlock.init.
|
2024-06-12 17:48:51 -07:00 |
|
Brent Simmons
|
c1f6026495
|
Rename Account.type to Account.accountType.
|
2024-06-09 22:53:19 -07:00 |
|
Brent Simmons
|
e74c81518e
|
Remove no-longer-needed Unicode support for URL (since it’s part of iOS and macOS now).
|
2024-06-09 10:58:07 -07:00 |
|
Brent Simmons
|
fe49f3bbe4
|
Remove numerous superfluous MainActor annotations.
|
2024-06-08 11:58:30 -07:00 |
|
Brent Simmons
|
e275367664
|
Provide hash(into:) functions where the default implementation might be doing too much work.
|
2024-05-26 11:53:36 -07:00 |
|
Brent Simmons
|
401050465e
|
Rename isNotifyAboutNewArticles to shouldSendUserNotificationForNewArticles
|
2024-05-25 23:05:38 -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
|
c46494de13
|
Use async await in runSheetOnWindow.
|
2024-05-05 22:01:26 -07:00 |
|
Brent Simmons
|
3d91a6b38d
|
Convert some functions to async instead of completion-based.
|
2024-05-05 18:02:46 -07:00 |
|
Brent Simmons
|
fba8c52b67
|
Convert several methods to async await.
|
2024-05-05 17:08:30 -07:00 |
|
Brent Simmons
|
399703c2fe
|
Rename completion to callback, since it wasn’t a completion handler.
|
2024-05-05 16:51:43 -07:00 |
|
Brent Simmons
|
c96a3c7e5c
|
Rename completion to callback, since it wasn’t a completion handler.
|
2024-05-05 16:51:09 -07:00 |
|
Brent Simmons
|
02d8005fa7
|
Fix a couple concurrency warnings.
|
2024-05-03 12:10:59 -07:00 |
|
Brent Simmons
|
19fd3d96ab
|
Fix a few concurrency warnings.
|
2024-05-03 12:05:53 -07:00 |
|
Brent Simmons
|
81cede769a
|
Fix a few concurrency warnings.
|
2024-05-03 11:57:20 -07:00 |
|
Brent Simmons
|
1368f3dace
|
Move images-related code into Images module.
|
2024-04-15 22:21:17 -07:00 |
|
Brent Simmons
|
d1dc4cceec
|
Fix numerous concurrency warnings.
|
2024-04-07 21:32:47 -07:00 |
|
Brent Simmons
|
6db1d40597
|
Replace forEach for for-in.
|
2024-04-07 17:06:39 -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
|
bd077687c1
|
Fix some build errors.
|
2024-04-06 22:09:17 -07:00 |
|
Brent Simmons
|
0949aefa93
|
Fix concurrency warnings by marking things as MainActor.
|
2024-04-02 22:26:16 -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
|
8fa2d9bda4
|
Convert createFeed to async await.
|
2024-04-02 20:46:28 -07:00 |
|
Brent Simmons
|
323d0404f2
|
Convert moveFeed to async await.
|
2024-04-02 20:17:03 -07:00 |
|
Brent Simmons
|
6e8eecb6a9
|
Make ArticleExtractor MainActor; make it forget about SecretsProvider and the Secrets module.
|
2024-04-01 22:40:27 -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
|
c5441bddc3
|
Convert addFeed to async await.
|
2024-03-28 08:24:35 -07:00 |
|
Brent Simmons
|
6ad90583a4
|
Convert renameFeed and renameFolder to async await.
|
2024-03-27 17:49:09 -07:00 |
|
Brent Simmons
|
c68738bf64
|
Convert createFolder to async await.
|
2024-03-26 22:18:48 -07:00 |
|
Brent Simmons
|
91b0e7158a
|
Convert importOPML to async await.
|
2024-03-26 21:10:05 -07:00 |
|
Brent Simmons
|
27d27cbf1a
|
Mark many things as MainActor and deal with the fallout.
|
2024-03-25 21:10:37 -07:00 |
|
Brent Simmons
|
8ad09228db
|
Mark several classes as final.
|
2024-03-24 21:24:31 -07:00 |
|
Brent Simmons
|
f5c930a024
|
Mark MainWindowController as final.
|
2024-03-24 21:08:59 -07:00 |
|
Brent Simmons
|
acd86c9e2a
|
Fix unreadCount-related concurrency issues.
|
2024-03-23 11:57:38 -07:00 |
|
Brent Simmons
|
797d7ef2e0
|
Fix Mac build errors.
|
2024-03-21 17:21:50 -07:00 |
|
Brent Simmons
|
ce2b2112d1
|
Make UnreadCountView.Appearance MainActor.
|
2024-03-21 17:17:24 -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
|
d0760f3d12
|
Continue fixing concurrency warnings.
|
2024-03-19 23:05:30 -07:00 |
|
Brent Simmons
|
e58f8ada42
|
Fix many build errors.
|
2024-03-18 21:08:37 -07:00 |
|
Brent Simmons
|
78047fcaf7
|
Get rid of SecretsManager. It wasn’t thread-safe, and it existed only for tests (and it wasn’t thread-safe for tests either). Pass SecretsProvider parameter where it’s needed.
|
2024-03-10 22:22:41 -07:00 |
|
Ethan Wong
|
711eeddecc
|
Do not make the sidebar first responder when it’s collapsed.
|
2024-02-27 22:16:38 -08:00 |
|
Brent Simmons
|
573e90de24
|
Use a local baseURL when app is in /Applications, and use the permalink as baseURL when app is anywhere else.
|
2024-02-27 21:47:29 -08:00 |
|
Brent Simmons
|
d90e59439d
|
Disallow automatic playback for all media types.
|
2024-02-27 20:28:14 -08:00 |
|