george-signal
d6e3d2e4d0
Avoid using infinite or nan center for scroll flag in All Media
2023-05-12 16:12:27 -07:00
george-signal
7e8cf5f320
Fix jitter during inertia scrolling in All Media.
2023-05-12 16:10:54 -07:00
Harry
1bd1354a1d
Rename KeyBackupService protocol to SecureValueRecovery
2023-05-12 10:13:46 -07:00
automated-signal
4d04d4d0a1
"Bump build to 6.25.0.2." (nightly-05-12-2023)
2023-05-12 04:00:32 -07:00
Igor Solomennikov
92a6de4c00
Delete leftover files that are no longer in the project.
2023-05-12 00:47:25 -07:00
Max Radermacher
40338400be
Re-add NSCoding conformance to SignalAccount
2023-05-12 00:40:02 -07:00
Max Radermacher
0b574cfbc8
Remove E164s from a bunch of protobufs
2023-05-12 00:38:01 -07:00
Max Radermacher
343a1e86eb
Update to LibSignal v0.24.0
2023-05-11 21:13:01 -07:00
Harry
8aaafc70c6
Display styles in story captions
2023-05-11 15:08:49 -07:00
Marissa Le Coz
4be334c5ad
Migrate SignalAccount to use SDSCodableModel
2023-05-11 17:34:15 -04:00
Harry
50b410ca57
Some fixes for text formatting
2023-05-11 11:13:44 -07:00
Pete Walters
2eba24de18
Add sync message support for edit message
2023-05-11 12:56:09 -05:00
Harry
1fe5612cff
Support text formatting in text stories
2023-05-11 10:42:37 -07:00
automated-signal
d330438064
"Bump build to 6.25.0.1." (nightly-05-11-2023)
2023-05-11 04:00:31 -07:00
Max Radermacher
ab4eaefcfd
Update release notes
2023-05-10 20:20:56 -07:00
Max Radermacher
0edfa198e2
Update release notes
2023-05-10 19:52:49 -07:00
Pete Walters
1aa7cdcf55
Clean up more Edit Message edge cases
2023-05-10 21:04:39 -05:00
Max Radermacher
c2f30c3b78
Grab a background task during async checkpoints
2023-05-10 17:52:13 -07:00
Sasha Weiss
4b21e3956b
Fetch our own PNI if unknown
2023-05-10 16:51:50 -07:00
Max Radermacher
2cbd2c2e85
"Bump build to 6.25.0.0." (nightly-05-10-2023)
2023-05-10 16:36:31 -07:00
Max Radermacher
2ee794f317
Update translations
2023-05-10 16:36:14 -07:00
Max Radermacher
1ded6d03ca
Update release notes
2023-05-10 16:30:43 -07:00
Pete Walters
b118c83c41
Update App Store descriptions
2023-05-10 15:43:56 -07:00
Max Radermacher
0da24b5c0b
Swiftify linked device incoming receipt handling
2023-05-10 14:36:16 -07:00
Sasha Weiss
a6fbbefa9b
Remove PniIdentitySyncMessage
2023-05-10 14:35:48 -07:00
Max Radermacher
2599b85e0b
Remove legacyMessage & clean up REST envelopes
2023-05-10 14:34:42 -07:00
Sasha Weiss
88f304b0c9
Prune orphaned job records
2023-05-10 14:32:22 -07:00
Pete Walters
000bb248d1
Fix group description truncation
2023-05-10 14:11:17 -07:00
Max Radermacher
9ad1c8db90
Swiftify incoming receipt handling
2023-05-10 14:03:32 -07:00
Max Radermacher
62965f6781
Convert TSThread.anyRemove to ThreadRemover
2023-05-10 14:03:08 -07:00
Pete Walters
4da21a4d7b
Fix database corruption debug log creation
2023-05-10 15:16:15 -05:00
Max Radermacher
b08a123467
Remove some unused OWSWebSocket code
2023-05-10 11:43:10 -07:00
Max Radermacher
8fa4a8179a
Fix performance tests build & remove broken tests
2023-05-10 11:16:37 -07:00
Max Radermacher
a3b46cd32c
Remove pull to refresh that doesn’t do anything
2023-05-10 10:46:01 -07:00
Max Radermacher
f5759cd17e
Use modern matching check for duplicate messages
2023-05-10 10:36:42 -07:00
Max Radermacher
3a00535d39
Use identified envelope in finishProcessing…
2023-05-10 10:33:53 -07:00
Pete Walters
26d3665b67
Disable custom text formatting layout
2023-05-10 09:28:15 -05:00
automated-signal
a45cd99260
"Bump build to 6.24.0.6." (nightly-05-09-2023)
2023-05-09 04:01:23 -07:00
Igor Solomennikov
2b43b1fef9
Convert OWSTableViewController and related classes to Swift.
...
Also convert OWSTableContents, OWSTableSection and OWSTableItem to Swift.
The only subclass of OWSTableViewController was DebugUITableViewController which has to be converted to Swift as well.
I also changed OWSTableViewController to be a subclass of OWSViewController (more modern and all in Swift) instead of OWSViewControllerObjc.
2023-05-08 19:33:03 -07:00
Sasha Weiss
89f03674df
Remove a debug flag
2023-05-08 18:01:13 -07:00
Max Radermacher
47d1fd69d5
Don’t pad base64 values for v2/keys endpoints
2023-05-08 16:39:47 -07:00
Max Radermacher
da4d97e53b
Replace “audio call” with “voice call”
2023-05-08 16:09:58 -07:00
Igor Solomennikov
838b6a6e6d
Fix usage of USE_DEBUG_UI define.
...
Guard compilation of all DebugUI* classes with USE_DEBUG_UI instead of DEBUG and stop defining USE_DEBUG_UI whenever DEBUG is defined. Instead I defined USE_DEBUG_UI separately for Debug builds
in the project settings.
Benefits:
• can easily enable Debug UI for non-debug builds.
• allow use USE_DEBUG_UI in Swift files.
2023-05-08 14:36:35 -07:00
Harry
4fdd5b712f
Migrate TSRequest to swift
2023-05-08 11:01:59 -07:00
automated-signal
0c9d141209
"Bump build to 6.24.0.5." (nightly-05-08-2023)
2023-05-08 04:01:19 -07:00
Harry
92c848534f
Fix media conversation list prefix
2023-05-07 23:20:10 -05:00
automated-signal
53bf1ba504
"Bump build to 6.24.0.4." (nightly-05-06-2023)
2023-05-06 04:01:14 -07:00
Max Radermacher
2a06e06f1a
Remove TODOs from generated SDS files
2023-05-05 14:52:48 -07:00
Max Radermacher
2437083a68
Don’t mark SDS enumerate blocks as escaping
2023-05-05 14:52:48 -07:00
Max Radermacher
fcb5b60ec3
Remove anyRemoveAllWithoutInstantation
2023-05-05 14:52:48 -07:00