Commit Graph

34785 Commits

Author SHA1 Message Date
Harry Sanabria
e58a032d65 Pass AppReadiness to SignalApp methods 2024-09-27 14:04:08 -07:00
Harry Sanabria
889f655d4f Pass AppReadiness to AppEnvironment 2024-09-27 14:03:32 -07:00
Harry Sanabria
f5ba827d7f Provide appReadiness to warmCaches methods 2024-09-27 14:02:37 -07:00
Harry
13cd59a2a0
Pass AppReadiness instance to a bunch of usage sites that are only 1 layer deep 2024-09-27 14:02:07 -07:00
Harry
4e564fc5ab
Delete AppReadiness shims now that its modernized 2024-09-27 14:01:06 -07:00
Harry
dbfa30bdc5
Remove AppReadinessGlobal pt 1: AppSetup 2024-09-27 13:15:07 -07:00
Marissa Le Coz
279c42674c
Remove isCallLink from LinkPreviewState 2024-09-27 16:09:30 -04:00
Marissa Le Coz
ad71398c77
Move LinkPreviewCallLink to SignalUI 2024-09-27 16:08:07 -04:00
Jim Gustafson
1e036ebbfc
Update to RingRTC v2.48.1 2024-09-27 15:05:07 -05:00
Harry
fd0a34909e
Add non-global AppReadiness protocol + impl 2024-09-27 12:36:15 -07:00
Harry
7945ba7aab
Simplify AppReadiness implementation 2024-09-27 10:02:01 -07:00
Harry
de608c00fb
Add AppReadiness wrapper for the few remaining objc callers 2024-09-27 10:00:53 -07:00
Harry
309725b258
Format AppReadiness whitespace and remove unused parameter 2024-09-27 09:57:21 -07:00
Max Radermacher
4e69ff6705
Simplify closure to create CallViewModels 2024-09-27 11:41:11 -05:00
Max Radermacher
ef678d2720
Keep the web socket open while on a call 2024-09-27 11:40:39 -05:00
Max Radermacher
9d1f027106
Add CallLinkStateUpdater & CallLinkFetchJobRunner 2024-09-27 11:40:22 -05:00
Max Radermacher
0882dde68b
Fix OWSColor ↔ ARGB conversions 2024-09-27 11:38:12 -05:00
Ehren Kret
3c3651ac9a convert OWSHttpSecurityPolicy to swift
additionally cleanup duplicate certificate loading code scattered
about in the codebase
2024-09-27 11:37:40 -05:00
Harry
0f0991ce88
Lazy init PaymentsImpl 2024-09-27 09:24:47 -07:00
Harry
50c376d325
Separate Theme AppReadiness invocation from init 2024-09-27 08:51:51 -07:00
Harry
b8d7076378
Separate SignalApp AppReadiness invocation from init 2024-09-27 08:50:59 -07:00
Harry
8a6fce53bc
Kill OWSPaymentsLock.shared 2024-09-27 08:48:51 -07:00
Harry
8ae34efe37
Kill ScreenLockUI.shared 2024-09-27 07:56:11 -07:00
Harry
0cd93fa007
Kill StorageServiceManagerImpl.shared 2024-09-27 07:55:23 -07:00
Harry
ba333be714
Add BackupAttachmentDownloadManager 2024-09-27 07:25:26 -07:00
Ehren Kret
5d070245ab add @MainActor to two additional types and handle resulting bubble out 2024-09-26 20:56:20 -05:00
Ehren Kret
37cbabbb3c remove MainActor assumptions from ReadyFlag and propagate upwards 2024-09-26 20:56:20 -05:00
Ehren Kret
55923db836
convert OWSDisappearingMessagesJob to swift 2024-09-26 15:26:07 -07:00
Marissa Le Coz
6f3349892e
Fix string typo 2024-09-26 18:18:33 -04:00
Marissa Le Coz
a84400a4fe
Make call links icon into UIImage using UIGraphics 2024-09-26 16:57:38 -04:00
Marissa Le Coz
1b28fd7ba0
Update default email string for inviting friends to Signal 2024-09-26 16:50:33 -04:00
Max Radermacher
acaf9aa5a0
Disable multi-select for “Create a Call Link” 2024-09-26 14:12:54 -05:00
Max Radermacher
97922d26d3
Refactor CallsListVC’s ViewModelLoader 2024-09-26 13:04:43 -05:00
Harry
b970f754d0
Go back to registration pin entry when SVR server returns an unknown error 2024-09-26 09:08:16 -07:00
Max Radermacher
090de37350
Remove TESTABLE_BUILD from Pods 2024-09-26 09:07:57 -05:00
Max Radermacher
ec5c1ecd3e
Remove SignalAccount & OWSUserProfile read caches 2024-09-26 00:06:24 -05:00
Pete Walters
20c828c0b1 Bump version to 7.32 2024-09-25 19:50:44 -05:00
Pete Walters
f926f377a2 Update translations 2024-09-25 19:50:11 -05:00
Pete Walters
c610758ee5 Update release notes 2024-09-25 19:45:36 -05:00
Harry
4d87719397
Fix backup copy to media tier request 2024-09-25 19:12:48 -05:00
Marissa Le Coz
005a568df9
Implement Share Via Signal on call link creation sheet 2024-09-25 17:59:12 -04:00
Elaine
846ad820fb
Prevent bottom sheet from covering incoming ring controls 2024-09-25 15:21:08 -06:00
Sasha Weiss
1c2231145a
Increase timeout for Backup integration tests 2024-09-25 13:10:40 -07:00
Harry
0edcb508ed
Allow TaskQueueLoader to be stopped 2024-09-25 11:10:48 -07:00
Pete Walters
a8d12f0be2
Add backup/restore of sticker packs 2024-09-25 11:38:51 -05:00
Harry
0227da54df
Enqueue backup attachments for upload 2024-09-25 08:48:11 -07:00
Harry
c024deb4f8
Add BackupAttachmentUploadManager 2024-09-25 08:45:38 -07:00
Harry
28c598f001
Add BackupAttachmentUploadQueue table 2024-09-25 08:44:18 -07:00
Pete Walters
dd3e1a52f0
Don't throw when encountering a recoverable Z_BUF_ERROR in gzip deflate 2024-09-25 08:59:12 -05:00
Ehren Kret
8057d074c5
fix race condition for cross process sds notifications by no longer using state 2024-09-24 21:28:22 -05:00