Brent Simmons
|
b2da353e8a
|
Convert refreshAll to async/await.
|
2024-03-25 23:36:27 -07:00 |
|
Brent Simmons
|
c18bb074d0
|
Remove redundant MainActor marks.
|
2024-03-25 23:13:21 -07:00 |
|
Brent Simmons
|
455f60a224
|
Convert sendArticleStatusAll to async/await.
|
2024-03-25 23:11:39 -07:00 |
|
Brent Simmons
|
028df3a8f8
|
Convert syncArticleStatusAll to async/await.
|
2024-03-25 23:06: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
|
64b3fcc2ba
|
Mark receiveRemoteNotification as MainActor.
|
2024-03-24 23:36:32 -07:00 |
|
Brent Simmons
|
f6e8d3afb1
|
Remove numerous fetchArticlesAsync methods.
|
2024-03-24 23:06:30 -07:00 |
|
Brent Simmons
|
4990a99ba8
|
Fix some build warnings.
|
2024-03-24 22:42:48 -07:00 |
|
Brent Simmons
|
177d660cff
|
Fix numerous concurrency warnings.
|
2024-03-23 12:20:32 -07:00 |
|
Brent Simmons
|
acd86c9e2a
|
Fix unreadCount-related concurrency issues.
|
2024-03-23 11:57:38 -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
|
c2aa49803f
|
Fix numerous build errors.
|
2024-03-13 21:50:22 -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 |
|
Brent Simmons
|
b662ad8ad3
|
Make local Database and FMDB modules. Stop using RSDatabase.
|
2024-03-10 16:39:38 -07: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
|
a75e5eb52a
|
Rename FeedIdentifier to SidebarItemIdentifier. Rename FeedIdentifiable to SidebarItemIdentifiable.
|
2024-02-25 21:17:00 -08:00 |
|
Brent Simmons
|
d5794a7b4e
|
Rename Feed protocol to SidebarItem.
|
2024-02-25 21:14: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
|
433dea94e0
|
Fix feedRequiresRedditAPI function.
|
2023-06-25 15:24:03 -07:00 |
|
Brent Simmons
|
4dd3d60c78
|
Create and use API to determine if there are any feeds that require the Reddit API.
|
2023-06-25 15:01:53 -07:00 |
|
Brent Simmons
|
21ee96609a
|
Update NetNewsWire feed URL to use netnewswire.blog host.
|
2023-06-18 15:43:47 -07:00 |
|
Brent Simmons
|
e7ae7887e3
|
Add and use anyLocalOriCloudAccountHasAtLeastOneTwitterFeed in AccountManager. Simplify date comparison code.
|
2023-02-05 20:17:31 -08:00 |
|
Brent Simmons
|
489088ad74
|
Import RSDatabase for access to DatabaseError.
|
2023-01-22 14:50:46 -08:00 |
|
Brent Simmons
|
28b91ed8c8
|
Copy fetchArticlesAsync callback fix from ios-release.
|
2023-01-22 12:54:07 -08:00 |
|
Brent Simmons
|
6c781f3a63
|
Fix widget data encoding crash — and possibly other bugs — by making sure that fetchArticlesAsync calls its callback just once. (The widget data encoder was crashing with multiple calls in the failure case, since it ended up having unbalanced DispatchGroup enter and leave calls.)
|
2023-01-22 12:50:46 -08:00 |
|
Maurice Parker
|
6b0bdf8ca0
|
Only send statuses on quit and have a 2 second timeout. Fixes #2726
|
2021-01-18 17:48:07 -06:00 |
|
Maurice Parker
|
7c91a1df3a
|
Change NetNewsWire News URL to use the XML version since some sync services don't understand JSON.
|
2020-10-29 17:52:58 -05:00 |
|
Maurice Parker
|
4284ea26c8
|
Merge branch 'mac-release' into main
|
2020-10-18 16:37:00 -05:00 |
|
Maurice Parker
|
e4b27a27c5
|
Change so that we don't try to sync if the network is unavailable. Issue #2262
|
2020-10-06 19:42:34 -05:00 |
|
Maurice Parker
|
66991a85e6
|
Convert Account into a Swift Package
|
2020-07-30 07:27:14 -05:00 |
|