Evan Hahn
d01cfc9ed5
Remove unused "iPad compatibility mode" getter.
2023-04-24 15:48:08 -07:00
Igor Solomennikov
a5d7ae7a2b
Fixes for media viewer open/close animations.
...
Remove spring bouncing for "close" animation (set damping to 1).
Fix visual glitches during "bounce" stage of media "open" animation - this was caused by animating masking layer's path. The issue is still there, but only for corner cases - media in chat with multiple rounded corners of different radius.
2023-04-24 15:47:20 -07:00
Evan Hahn
8d4e286840
Remove unused getter from UIGestureRecognizer.
2023-04-24 15:46:47 -07:00
Evan Hahn
f05d73c768
Remove two unused getters from UIDevice.
2023-04-24 15:46:11 -07:00
Evan Hahn
8221367728
Remove unused GV1 method.
2023-04-24 15:45:30 -07:00
Evan Hahn
4e9dd76b69
Remove a bunch of dead code.
2023-04-24 15:44:51 -07:00
Evan Hahn
0a6f6e0337
Remove redundant conditional in registration
2023-04-24 14:30:21 -07:00
Max Radermacher
0199c3789e
Don’t warn about missing orphaned paths
2023-04-24 10:41:56 -07:00
Max Radermacher
4941574c8b
Fix handling of the isDirty flag
2023-04-24 10:41:26 -07:00
Harry
7daed0ae2f
typo fix
...
Co-authored-by: Utsav Dave <utsavdave1997@gmail.com>
2023-04-24 10:30:09 -07:00
automated-signal
6d765e5fb5
"Bump build to 6.23.0.3." (nightly-04-22-2023)
2023-04-22 04:00:28 -07:00
Evan Hahn
b178b1f3d5
Swiftify OWSProvisioningCipherTest
2023-04-21 18:19:51 -07:00
Evan Hahn
557718a810
Remove unused string property
...
This removes `NSString`'s `dominantLanguageWithLegacyLinguisticTagger`.
Its last usage was removed in 57a810658a ,
back when we dropped iOS 10.
2023-04-21 18:14:47 -07:00
Evan Hahn
d6b60ac2cd
Add F_BARRIERFSYNC remote config kill switch
2023-04-21 16:10:35 -05:00
Evan Hahn
a597f56c9c
Update SQLCipher fork
2023-04-21 15:36:41 -05:00
Sasha Weiss
fc09e78d28
Pass GroupUpdateCopy population parameters as arguments
2023-04-21 12:49:12 -07:00
Sasha Weiss
3c5cefa07c
Clean up GroupMembership
2023-04-21 12:09:14 -07:00
Evan Hahn
219ca9558b
Remove group calling remote config flag
2023-04-21 10:40:49 -07:00
Evan Hahn
a8b73584dc
Remove KBS remote config flag
...
This change should have no user impact because the feature has been
released for awhile.
2023-04-21 10:40:40 -07:00
Evan Hahn
9be7718e54
Deprecate iOS 12
2023-04-21 11:49:34 -05:00
Pete Walters
d7abb2714f
Expand the list of excluded domains from link previews
2023-04-21 07:31:17 -05:00
automated-signal
1d20774815
"Bump build to 6.23.0.2." (nightly-04-21-2023)
2023-04-21 04:00:40 -07:00
Harry
d1276a9a16
Use registration session GET endpoint to validate proxy settings during registration
2023-04-20 18:23:47 -07:00
Max Radermacher
ba2a39b195
Clean up SMKSecretSessionCipher unit tests
2023-04-20 15:54:11 -07:00
Max Radermacher
7d0d59f451
Support contact merges for yourself
2023-04-20 14:11:51 -07:00
Max Radermacher
787b87f182
Swiftify buildDeviceMessage(s)
2023-04-20 11:54:16 -07:00
Max Radermacher
71f45b5815
Clean up isMessageProcessingPermitted checks
2023-04-20 11:01:52 -07:00
Evan Hahn
d9d6ce3ea4
Move AppExpiry off Dependencies and NSObject
2023-04-20 12:46:21 -05:00
Evan Hahn
874e07d1c2
Don't start disappearing messages job if database is corrupted
2023-04-20 11:51:46 -05:00
Evan Hahn
7d44dbbc4a
Remove unused argument from database method
...
This change should have no user impact. The `name` argument was never
used so we can remove it.
2023-04-20 10:30:16 -05:00
automated-signal
a09aca25e7
"Bump build to 6.23.0.1." (nightly-04-20-2023)
2023-04-20 04:00:33 -07:00
Harry
290f83f8ab
Don't require pni used exclusively for logging
2023-04-19 18:22:04 -07:00
Evan Hahn
4d67b36fc0
Scaffolding for iOS deprecation
...
This change should have no user impact because all the code is dormant.
2023-04-19 18:15:54 -05:00
george-signal
95ffd7187b
Implement list mode in All Media.
2023-04-19 16:00:48 -07:00
Max Radermacher
f591252606
Initialize TSConstants only once per launch
2023-04-19 15:38:43 -07:00
Max Radermacher
89b6b4136c
Improve performance of database callbacks
2023-04-19 15:38:33 -07:00
Harry Sanabria
20b0331ff0
"Bump build to 6.23.0.0." (nightly-04-19-2023)
2023-04-19 14:36:01 -07:00
Harry Sanabria
898dccf1f8
Update translations
2023-04-19 14:35:30 -07:00
Harry Sanabria
b88cdeee51
Update release notes
2023-04-19 14:30:48 -07:00
Harry
998e0eebd0
Fix crash when rendering out-of-bounds style ranges
2023-04-19 14:19:16 -07:00
Evan Hahn
877dbef243
Be explicit: the app's expiry is a function of the current time
2023-04-19 14:43:15 -05:00
Max Radermacher
df9a6f09a7
Improve performance of checkpointIfNecessary()
2023-04-19 12:24:26 -07:00
Sasha Weiss
d219bfe59e
Serialize amount property as nullable
2023-04-19 09:38:27 -07:00
Evan Hahn
e5340f6d56
AppExpiry should take database reference as needed
...
This change should have no user impact.
2023-04-19 10:14:03 -05:00
Evan Hahn
f06e6c4fe8
AppExpiry should read app build time from AppVersion
2023-04-19 09:42:20 -05:00
automated-signal
95bcaf3dab
"Bump build to 6.22.0.6." (nightly-04-19-2023)
2023-04-19 04:00:29 -07:00
Igor Solomennikov
3b39f28f98
Add a couple missing SignalUI imports to resolve Xcode's complaints.
2023-04-18 17:21:35 -07:00
Igor Solomennikov
6dd3d9a6f2
Convert all convenience methods in UIFont+OWS to Swift.
2023-04-18 17:14:51 -07:00
Harry
b55a740ce5
Notify @mentionees in group story replies
2023-04-18 15:00:14 -07:00
Evan Hahn
b10a697498
Update warning reminder designs
2023-04-18 15:11:37 -05:00