Pete Walters
ed7f2a0107
Bump version to 7.26
2024-08-15 09:10:24 -05:00
Elaine
32fbf08aa9
Bump version to 7.25
2024-08-07 17:06:47 -06:00
Sasha Weiss
78ae578aa0
Use the withDefaults pattern for TSOutgoingMessageBuilder
2024-08-06 10:22:07 -07:00
Adam Sharp
e3cdbb7e6a
Asyncify VideoEditorModel
2024-08-05 14:51:25 -04:00
Ehren Kret
557d6a67cc
migrate Cryptography over to swift
...
`srand` is not accessible in swift. Remove `srand` anyhow as anything
using `rand` for any actual randomness should be considered a bug in
need of fixing rather than viewing `srand` as an acceptable workaround.
2024-08-01 14:43:34 -05:00
Harry
2700cfe624
Block on migrating TSAttachments before creating backups
2024-07-31 15:33:11 -07:00
sashaweiss-signal
a30e4b2242
Bump version to 7.24
2024-07-31 15:26:23 -07:00
Max Radermacher
b9f49023ad
Send call link link previews
2024-07-26 22:00:54 -05:00
Harry Sanabria
12d59df5ff
Bump version to 7.23
2024-07-24 12:32:46 -07:00
Harry
fcd6828050
V2 attachment feature flags, take 2
2024-07-19 17:23:21 -07:00
Pete Walters
3d4d422f97
Convert some writes to awaitableWrite
2024-07-18 10:55:42 -05:00
Max Radermacher
358d0cc50a
Bump version to 7.22
2024-07-17 19:09:36 -05:00
Marissa Le Coz
84fb8e2148
Bump version to 7.21
2024-07-10 17:59:21 -04:00
Adam Sharp
34a8cf2bda
Rename owsAssert to owsPrecondition
2024-07-09 10:42:56 -04:00
Adam Sharp
03e018de09
Raise deployment target to iOS 15
...
The only remaining code using API deprecated in iOS 15 is navigation bar
styling code that never runs on iOS 15.
2024-07-08 16:04:03 -04:00
Adam Sharp
1dd76032c6
Replace AppContext.interfaceOrientation with UIWindowScene equivalent
2024-07-08 15:58:31 -04:00
Adam Sharp
c2fd39a95c
Switch from deprecated UTI functions to UTType
2024-07-08 10:17:08 -04:00
Pete Walters
3b94dff6d1
Bump version to 7.20
2024-07-03 16:26:53 -05:00
Elaine
53df42308e
Bump version to 7.19
2024-06-27 09:39:00 -06:00
Harry
bb083ca39c
Fold SignalCoreKit into SignalServiceKit
...
Co-authored-by: Adam Sharp <sharplet@signal.org>
2024-06-26 08:44:41 -07:00
sashaweiss-signal
c1d757348f
Bump version to 7.18
2024-06-20 12:51:46 -07:00
Harry
60819a4dce
Validate oversized text attachments
2024-06-12 14:44:14 -07:00
Harry
8d7e4c6844
Validate link preview images before sending
2024-06-12 14:40:36 -07:00
Harry Sanabria
625c502e56
Bump version to 7.17
2024-06-12 14:36:57 -07:00
Harry
9723700039
De-Asyncify AttachmentContentValidator
2024-06-11 14:07:12 -07:00
Harry
f4b4b0dbde
Validate ContactShareDraft avatars before sending
2024-06-06 15:40:42 -07:00
Max Radermacher
7cf7b7bcfd
Bump version to 7.16
2024-06-05 17:19:24 -05:00
Harry
0a09611231
Show 'Sending...' instead of 'Uploading 0 of 0' when sending message without attachments in sharesheet
2024-05-30 13:30:32 -05:00
Marissa Le Coz
e762c0d921
Bump version to 7.15
2024-05-29 15:45:39 -04:00
Max Radermacher
7f1bcbf991
Stop tracking pending calls at the app layer
2024-05-24 14:39:57 -05:00
Max Radermacher
fe82d248e1
Rename to CurrentCallProvider
2024-05-24 14:36:14 -05:00
Max Radermacher
8d95d57c59
Bump version to 7.14
2024-05-22 15:12:05 -05:00
Max Radermacher
1ef3a956d6
Update to LibSignal v0.47.0
2024-05-22 13:48:32 -05:00
Ehren Kret
933387a881
fix sharing gpx files
2024-05-17 08:16:49 -05:00
Max Radermacher
bcfd4c51a8
Fix crash after using device transfer
2024-05-16 16:01:15 -05:00
Elaine
6b5dfdc9b2
Bump version to 7.13
2024-05-16 11:34:48 -06:00
Max Radermacher
34eca8a139
Fix some dependency cycles with CallService
2024-05-14 11:46:52 -05:00
Ehren Kret
13a1637608
migrate AppContext protoocl to swift
2024-05-08 07:37:37 -05:00
Ehren Kret
4364907c3e
move AppContext globals to swift
2024-05-08 07:37:37 -05:00
sashaweiss-signal
c79813d7b7
Bump version to 7.12
2024-05-07 14:13:57 -07:00
Max Radermacher
bd93c4a3d9
Use kOversizeTextMessageSizeThreshold consistently
2024-05-02 15:32:36 -05:00
Harry Sanabria
1e4543abd4
Bump version to 7.11
2024-05-01 15:02:42 -07:00
Max Radermacher
59a41c76fd
Add PrivacyInfo files
2024-04-26 12:23:07 -05:00
Max Radermacher
b11ae876ac
Bump version to 7.10
2024-04-25 12:05:21 -05:00
Harry
021b38d6c2
Add v2 AttachmentMultisend class
2024-04-22 13:00:02 -07:00
Ehren Kret
039d2625b9
convert OWSMath.h to swift
...
OWSMath.swift overlaps somewhat with Math+OWS.swift but no worse than
OWSMath.h did previously. There are future refactoring efforts that
should occur there to use more of the extensions of Math+OWS.swift and
less of the extensions from OWSMath.swift
2024-04-21 23:26:16 -05:00
Ehren Kret
81414d4e60
migrate DebugLogger to swift
2024-04-19 22:09:08 -05:00
Harry
58c8d4544e
Use enum for ConversationItem.outgoingMessageClass
2024-04-19 14:22:40 -07:00
Harry
722331b9ab
Asyncify and simplify SharingThreadPickerViewController sending logic
2024-04-19 14:21:55 -07:00
Marissa Le Coz
4071a93282
Bump version to 7.9
2024-04-17 15:40:34 -04:00