8185 Commits

Author SHA1 Message Date
Brent Simmons
af996d3c12 Move code from AppDelegate.init to didFinishLaunching. 2025-02-02 10:24:52 -08:00
Brent Simmons
40ac9c70e8
Merge pull request #4511 from stuartbreckenridge/fix/4509
🩹 Fixes memory leaks caused by NSString usage
2025-02-02 10:18:28 -08:00
Stuart Breckenridge
f7b6fbc9e5
🩹 Fixes memory leaks caused by NSString usage 2025-02-02 22:09:58 +08:00
Brent Simmons
05c27b188c Add common handleMarked function to remove some code duplication. 2025-02-01 22:11:48 -08:00
Brent Simmons
b5dfa7a440 Fix lint issues. 2025-02-01 21:39:17 -08:00
Brent Simmons
d2fb815919 Create and use BackgroundTaskManager. 2025-02-01 21:38:43 -08:00
Brent Simmons
aa1ce57f1e Use fatalError instead of abort. 2025-02-01 21:38:18 -08:00
Brent Simmons
889350af60 Make misc. modernization tweaks. 2025-02-01 20:36:18 -08:00
Brent Simmons
13fed609c9 Create ShortcutItemType enum. 2025-02-01 20:33:50 -08:00
Brent Simmons
46ea5795eb Make misc small tweaks. 2025-02-01 20:28:37 -08:00
Brent Simmons
4008ad5dd0 Create ExtensionFeedAddRequestFile.shared and WidgetDataEncoder.shared. 2025-02-01 20:16:33 -08:00
Brent Simmons
e640c65db5 Create ExtensionContainersFile.shared. 2025-02-01 20:09:34 -08:00
Brent Simmons
4df2e10cf2 Create UserNotificationManager.shared. 2025-02-01 20:06:58 -08:00
Brent Simmons
687d3a0cec Make AppDelegate iOS *not* UnreadCountProvider. Have it not send notification on unreadCountDidChange. 2025-02-01 20:04:30 -08:00
Brent Simmons
69e52dd90a Create ArticleStatusSyncTimer.shared. 2025-02-01 20:03:01 -08:00
Brent Simmons
3bd8ce573f Rename sceneCoordinator to coordinator (since we’re not using scenes anymore). 2025-02-01 19:55:10 -08:00
Brent Simmons
b527033fea Remove unused rootSplitViewController property. 2025-02-01 19:53:02 -08:00
Brent Simmons
a24977b23f Make shuttingDown private. 2025-02-01 19:50:06 -08:00
Brent Simmons
8db1c7d447 Fix lint issues. 2025-02-01 19:44:19 -08:00
Brent Simmons
600176e6bc Remove some unused imports. Improve some formatting. 2025-02-01 19:43:44 -08:00
Brent Simmons
e9fc4c09ed Make AccountManager and ArticleThemesManager self-initing. 2025-02-01 19:37:59 -08:00
Brent Simmons
8a123a0734 Remove no-longer-needed global appDelegate variable. 2025-02-01 17:56:34 -08:00
Brent Simmons
7847a8b796 Remove assertionFailure that had an incorrect assumption. 2025-02-01 17:55:37 -08:00
Brent Simmons
a27a70e9fb Fix references to SceneDelegate. 2025-02-01 17:48:47 -08:00
Brent Simmons
c980bd426c #ifdef-out SceneDelegate. 2025-02-01 17:34:58 -08:00
Brent Simmons
f4d98f4fdd Create UI in didFinishLaunching. 2025-02-01 17:34:45 -08:00
Brent Simmons
13cb5d69b2 Add conversion to UIUserInterfaceStyle. 2025-02-01 17:33:56 -08:00
Brent Simmons
9707ad9dfb Create UI in didFinishLaunching. 2025-02-01 16:25:54 -08:00
Brent Simmons
f91afc209b Create window in AppDelegate didFinishLaunching. 2025-02-01 16:09:53 -08:00
Brent Simmons
16e6b4b377 Remove UIApplicationSceneManifest from Info.plist. 2025-02-01 16:09:30 -08:00
Brent Simmons
900cbabe71 Remove most uses of AppDelegate.appDelegate on iOS. 2025-02-01 13:28:49 -08:00
Brent Simmons
2fed6d3cb3 Delete global appDelegate variable. 2025-01-30 22:42:20 -08:00
Brent Simmons
9e3b659710 Create a private shared property for use in window restoration. 2025-01-30 21:45:17 -08:00
Brent Simmons
658dbc33ac Send Notification when mainWindow will close — remove use of appDelegate property. 2025-01-30 21:27:27 -08:00
Brent Simmons
6e82063aa9 Fix build error. 2025-01-30 21:27:01 -08:00
Brent Simmons
f91d673b5d Make FaviconDownloader.shared. 2025-01-30 21:07:46 -08:00
Brent Simmons
0dfb284f67 Finish migration away from AppAssets to AppImage and AppColor. 2025-01-30 12:58:14 -08:00
Brent Simmons
6db201f827 Fix lint issue. 2025-01-27 22:41:24 -08:00
Brent Simmons
a7d4c4912d Rename AppImage.accountImage to the less redundant AppImage.account. 2025-01-27 22:40:31 -08:00
Brent Simmons
72131c9b56 Start shared AppColor. 2025-01-27 22:33:54 -08:00
Brent Simmons
6ed742c5a7 Continuing migrating to AppImage. 2025-01-27 22:21:01 -08:00
Brent Simmons
d99e683389 Remove some unused code and whitespace. 2025-01-26 22:43:21 -08:00
Brent Simmons
ed6aa48a63 Add extensions. 2025-01-26 22:22:51 -08:00
Brent Simmons
73e236f07c Remove extra whitespace. 2025-01-26 22:20:02 -08:00
Brent Simmons
989ecb1e0f Continuing migrating to AppImage. 2025-01-26 22:19:19 -08:00
Brent Simmons
b116c7b6e5 Rename AppAsset to AppImage. 2025-01-26 22:07:13 -08:00
Brent Simmons
69ae436ea4 Create shared AppAsset and start using it. 2025-01-26 21:38:40 -08:00
Brent Simmons
1bfd0ee12c Simplify code. 2025-01-26 21:12:15 -08:00
Brent Simmons
2f12d9f803 Create shared AppDefaults and delete platform-specific AppDefaults. 2025-01-26 21:06:22 -08:00
Brent Simmons
d9d47749ef Add shared AppDefaultsKey. 2025-01-25 11:40:38 -08:00