Commit Graph

12 Commits

Author SHA1 Message Date
zll600 090c8e0247 Bring extra-milliseconds fix to main
1. bring code from https://github.com/Ranchero-Software/RSParser/pull/78/files to main.
2024-08-25 15:44:34 +08:00
Brent Simmons 65a18129ca Remove MainActor annotation from FeedFinder — it’s not needed. 2024-08-05 21:35:11 -07:00
Brent Simmons 440a7fbefa Continue moving to structured and shared AppAsset over separate AppAssets. 2024-07-25 20:14:58 -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 44a9a52705 Make AccountManager.shared actually call init. 2024-07-07 16:31:59 -07:00
Brent Simmons c784569040 Make AccountManager init itself, and use AccountManager.shared in AppDelegate. 2024-07-07 16:23:47 -07:00
Brent Simmons aa807249b9 Make ArticleExtractor reference SecretKey instead of passing in secrets. Remove unused imports of Secrets. 2024-07-07 15:48:56 -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 7d40924509 Add SecretKey.swift.gyb to Secrets module. 2024-07-07 15:37:51 -07:00
Brent Simmons 6c9f9e2889 Add new SecretKey file to .gitignore. 2024-07-07 15:37:19 -07:00
Brent Simmons 90311f0e70 Make Secrets Sendable. Rename Id to ID. 2024-07-07 12:14:14 -07:00
Brent Simmons d50b5818ac Move local modules into a folder named Modules. 2024-07-06 21:07:05 -07:00