Max Radermacher
ecc41ecb0d
Add rendering support for call links
2024-10-03 12:21:38 -05:00
Adam Sharp
f9d28205ff
Fix filter icon animation breaking after a view controller transition
2024-10-02 23:25:26 -04:00
Adam Sharp
d1fa4c9523
Fix pull-to-filter animation breaking after backgrounding the app
2024-10-02 21:41:13 -04:00
Adam Sharp
b25c8695eb
Add "Filtered by Unread" button with animated transition
2024-10-02 21:34:20 -04:00
Marissa Le Coz
1bbb39beaa
Bump version to 7.33
2024-10-02 18:00:51 -04:00
Marissa Le Coz
a2aaa4ea36
Update translations
2024-10-02 18:00:25 -04:00
Marissa Le Coz
82dfe56231
Update release notes
2024-10-02 17:56:51 -04:00
Pete Walters
905b79dffb
Fix incorrect layout of contact picker tableview on iPad
2024-10-02 17:53:10 -04:00
Max Radermacher
672254dacf
Fix iOS 18 limited contact access handling
2024-10-02 16:07:42 -05:00
Harry
e36441b71f
Add enumerateAllAttachments method
2024-10-02 14:05:10 -07:00
Elaine
6e71bb9758
Add localization to call link strings
2024-10-02 12:51:45 -06:00
Pete Walters
4f278e7cbc
Fix contact access check on iOS18 for contact sharing
2024-10-02 13:23:47 -05:00
Harry
6540215e72
Observe registration state in BackupAttachmentDownloadManager
2024-10-02 12:57:22 -05:00
Max Radermacher
9a5710ad1f
Add unused database support for sync messages
2024-10-02 12:54:23 -05:00
Max Radermacher
ab92cf34b0
Clean up call event delete sync code
2024-10-02 12:44:20 -05:00
Max Radermacher
d866b73f73
Clean up code to start calls from the calls tab
2024-10-02 12:43:23 -05:00
Max Radermacher
0a24456d38
Add support for ad hoc call sync protos
2024-10-02 12:42:22 -05:00
Harry
16ea76a8e3
Add OrphanedBackupAttachment table
2024-10-02 09:23:26 -07:00
Pete Walters
1e3fdd980d
Scope the iOS18 UITab changes to just iPad.
2024-10-02 08:56:29 -05:00
Pete Walters
5fd1676bbe
Fix badging for ios18 UITabs on iPad
2024-10-02 08:55:57 -05:00
Elaine
317226629c
Allow call link name to be edited in-call
2024-10-01 16:49:11 -06:00
Marissa Le Coz
48478de260
[Call links] Show join error sheet in completion of dismissing activity indicator modal
2024-10-01 17:50:22 -04:00
Elaine
4153e5e62e
Call link lobby toast
2024-10-01 15:27:01 -06:00
Max Radermacher
d40fd336df
Adjust “Use awaitableWrite in Tasks” check
2024-10-01 16:17:44 -05:00
Harry
718984472f
Add GRDB db observation method to DB
2024-10-01 12:57:35 -07:00
Harry
950d6343db
Add method to fetch attachments by media name (has UNIQUE constraint and therefore has index)
2024-10-01 12:56:58 -07:00
Harry
1a6aa23512
Don't download backup tier attachments unless on wifi
2024-10-01 12:54:37 -07:00
Harry
f3e0f797f8
Finalize AppReadiness' modernization
2024-10-01 12:53:37 -07:00
Max Radermacher
81d1e2e502
Fix inverted check
2024-10-01 14:44:37 -05:00
Marissa Le Coz
9b7902a829
Add preview support for call links in drafted messages
2024-10-01 15:19:49 -04:00
Max Radermacher
3a8c66ff21
Fix ProtoWrappers.py
2024-10-01 12:34:00 -05:00
Ehren Kret
a88c9f99a9
use header authentication on the websocket
2024-10-01 11:55:14 -05:00
Sasha Weiss
210a46037f
Conditionally set group invite link preview strings
2024-10-01 09:23:33 -07:00
Jim Gustafson
0dc990ef30
Update to RingRTC v2.48.2
...
Co-authored-by: Ehren Kret <ehren@signal.org>
2024-10-01 09:43:04 -05:00
Max Radermacher
a69ff7d3fd
Add basic support for rendering call links
2024-09-30 21:14:01 -05:00
Adam Sharp
58f96e884d
Add pull-to-filter gesture to chat list
2024-09-30 15:11:54 -04:00
Elaine
044b291ed6
Force dark theme on in-call action sheets
2024-09-30 13:09:50 -06:00
Harry Sanabria
531d8ff665
Fix TaskQueueLoaderTest flake
2024-09-30 10:43:53 -07:00
Ehren Kret
6e974418aa
migrate OWSReceiptManager to swift
2024-09-30 10:25:39 -07:00
Max Radermacher
ce4c5da6a6
Move CallRecord thread/interaction rowids to enums
2024-09-30 11:22:00 -05:00
Pete Walters
d5a8926791
Fix compile error with public import
2024-09-30 09:35:29 -05:00
Ehren Kret
6abb8148c3
remove unused build settings
2024-09-29 20:03:17 -05:00
Ehren Kret
95eee580c9
enable isolated default values
2024-09-29 20:03:17 -05:00
Ehren Kret
01b4fc2714
fix two todos noticed in prior commit
2024-09-29 20:03:17 -05:00
Ehren Kret
63d070957f
enable infer sendable from captures
2024-09-29 20:03:17 -05:00
Ehren Kret
38ef7fc309
warning cleanup
2024-09-29 20:03:17 -05:00
Ehren Kret
b913e3bc5b
enable importing objc forward declarations
2024-09-29 20:03:17 -05:00
Ehren Kret
3b1881c30b
enable implicitly opened existentials
2024-09-29 20:03:17 -05:00
Ehren Kret
4de6ebad91
disable outward actor isolation
2024-09-29 20:03:17 -05:00
Ehren Kret
ee24b2de18
enable forward trailing closures
...
This change seems a bit risky as there's no great way to say for
certain we have not shifted around some closure somewhere if methods
had multiple closures of the same type with default values where not
all of the values were being passed in.
2024-09-29 20:03:17 -05:00