Commit Graph

30855 Commits

Author SHA1 Message Date
Pete Walters
407da806b3
Ignore edit label sizing for unedited messages 2023-05-04 15:30:54 -05:00
Pete Walters
0049c1222d "Bump build to 6.24.0.2." (nightly-05-04-2023) 2023-05-04 12:19:06 -05:00
Pete Walters
01c33eb21b Enable edit msg recieve on dev 2023-05-04 12:12:16 -05:00
Harry
4d3eca887c
Text formatting support in Message detail, long text, and quoted reply views 2023-05-04 09:16:18 -07:00
automated-signal
66d441a938 "Bump build to 6.24.0.1." (nightly-05-04-2023) 2023-05-04 04:01:08 -07:00
Harry
c8da382654
Handle text formatting styles in conversation list snippets 2023-05-03 22:04:05 -07:00
Pete Walters
cf37a8b1f9
Edit Message DB changes & conversation edit filtering 2023-05-03 17:22:10 -05:00
Pete Walters
9edec21618 "Bump build to 6.24.0.0." (nightly-05-03-2023) 2023-05-03 17:09:10 -05:00
Pete Walters
3323d9bd40 Update translations 2023-05-03 17:08:09 -05:00
Pete Walters
279dc5bf0d Update release notes 2023-05-03 16:59:21 -05:00
automated-signal
4668a12394 "Bump build to 6.23.0.7." (nightly-05-03-2023) 2023-05-03 04:01:04 -07:00
Sasha Weiss
112ee49481
Fetch sender name when creating media gallery items 2023-05-02 17:11:32 -07:00
Max Radermacher
0def4f62f0
Swiftify some DebugLogger code 2023-05-02 16:41:46 -07:00
Pete Walters
8322834f68
Update LibSignalClient to v0.23.1 2023-05-02 18:28:15 -05:00
Harry
c1017d8d4a
Actually populate mentions in mention text view 2023-05-02 15:11:47 -07:00
Igor Solomennikov
bb2b665f6f
Convert Theme to Swift. 2023-05-02 12:49:36 -07:00
Igor Solomennikov
e9eefda2d9
Convert screen lock related classes to Swift.
Co-authored-by: Max Radermacher <max@signal.org>
2023-05-02 12:06:40 -07:00
Igor Solomennikov
16370a8e2d
Convert ShareAppExtensionContext to Swift. 2023-05-02 11:39:51 -07:00
Igor Solomennikov
ab1be4b0a6
Convert ObjC parts of DebugLogs to Swift. 2023-05-02 11:39:19 -07:00
Igor Solomennikov
31c60987d1
Convert two protocols and an enum from OWSBubbleView.h to Swift. 2023-05-02 11:39:01 -07:00
Igor Solomennikov
aef885237e
Attachment keyboard: flip UI horizontally for RTL interfaces. 2023-05-02 11:38:37 -07:00
Max Radermacher
e4ba2b61a1 Use deriveAccessKey provided by LibSignal 2023-05-02 09:02:56 -07:00
Max Radermacher
21215c463c Update to LibSignal v0.23.0 2023-05-02 09:00:57 -07:00
Harry
2fddccb8e3
Allow tapping anywhere on verification code view to make first responder 2023-05-02 08:19:08 -05:00
automated-signal
d0e0738701 "Bump build to 6.23.0.6." (nightly-05-02-2023) 2023-05-02 04:01:00 -07:00
Igor Solomennikov
f2f761d62a Remove "Theme" section title from "Theme" settings screen. 2023-05-01 18:18:23 -07:00
Igor Solomennikov
75fad6c786
Convert remnants of RegistrationUtils to Swift. 2023-05-01 17:33:55 -07:00
Harry
b3700d07ce
Refactor mention/style/search result attribute application 2023-05-01 13:57:07 -07:00
automated-signal
000c857ea9 "Bump build to 6.23.0.5." (nightly-04-26-2023) 2023-04-26 04:00:42 -07:00
Max Radermacher
31f2f3d681
Improve MSL performance 2023-04-25 14:13:59 -07:00
Max Radermacher
0d8ef0f17e
Improve FailedAttachmentDownloadsJob perf 2023-04-25 12:22:20 -07:00
Harry
7de867a27c
Update commit for RingRTC update to main commit 2023-04-25 11:52:02 -07:00
Evan Hahn
14237a873f
NSLocalizedString -> OWSLocalizedString 2023-04-25 13:28:46 -05:00
Max Radermacher
c9c32ffa6a Clean up web socket fallback logic 2023-04-25 10:41:26 -07:00
Max Radermacher
2c4b87b491 Move sticker cleanup to OWSOrphanDataCleaner 2023-04-25 10:35:32 -07:00
Max Radermacher
abf30902f4 Improve performance of StorageService cleanup 2023-04-25 10:33:43 -07:00
Jim Gustafson
4373ec1f62
Update to RingRTC v2.26.3 2023-04-25 06:50:05 -07:00
automated-signal
b52dc96c24 "Bump build to 6.23.0.4." (nightly-04-25-2023) 2023-04-25 04:00:37 -07:00
Max Radermacher
1ee45299a6
Fix group member merges 2023-04-24 18:45:18 -07:00
Max Radermacher
ba8d3e7271 Show a spinner during “Clear Chat History” 2023-04-24 15:56:25 -07:00
Evan Hahn
e1dcf4f6a4
Remove unused AnySearcher class. 2023-04-24 15:50:50 -07:00
Evan Hahn
ea970bbd02
Clean up "set default subscription payment method" request. 2023-04-24 15:50:26 -07:00
Evan Hahn
0e59a3040a
Remove stickerManager from Dependencies and NSObject. 2023-04-24 15:48:33 -07:00
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