Commit Graph

193 Commits

Author SHA1 Message Date
Igor Solomennikov
6d78ec66e1
Updates to scan QR code button in Find by Username screen.
• use shared "smallSecondary" button configuration.
• use Symbols font to show qr code icon.
2026-05-29 06:22:42 -07:00
kate-signal
057dc81197
Updated signal symbol 2026-05-19 14:16:19 -04:00
kate-signal
589d37d607
release notes wallpaper 2026-05-12 18:11:45 -04:00
kate-signal
c68f334581
release note chat settings 2026-05-12 14:03:51 -04:00
kate-signal
218b7ffdbc
basic support for release notes chat 2026-05-12 13:18:53 -04:00
Igor Solomennikov
3afd66d080
Improved checkmarks when selecting messages in chat.
• match empty circle and filled circles in diameter.
• use chat tint color for checkmark background in `selected` state.
2026-04-10 13:24:16 -07:00
kate-signal
1a07a9a252
Message request state updates 2026-04-10 14:19:02 -04:00
Max Radermacher
624ee6359d
Add memory safe localized string method 2026-04-03 16:20:31 -05:00
Max Radermacher
e685487128
Consolidate code to extract color components 2026-04-02 15:10:13 -05:00
Max Radermacher
13d5fe93dc
Run swiftformat . using v0.60.1 2026-03-26 17:10:38 -05:00
Igor Solomennikov
550dd22772
Fix no bubble background for incoming messages in some cases.
Enabled "Reduce Transparency" should only affect incoming message bubbles if there's a wallpaper set in the chat.
2026-03-25 14:35:17 -07:00
Igor Solomennikov
b64a48e6c1
Do not use blur background bubbles in chat when "reduce transparency" is on. 2026-03-24 12:59:48 -07:00
Igor Solomennikov
ab61fb3c6c
Use outline version of the "thread" icon for system messages in light mode. 2026-03-23 16:01:42 -05:00
kate-signal
5a8178ac5c
group terminate checks & info message 2026-03-20 07:59:41 -04:00
Sasha Weiss
9d17d346f5
Redesigned CallDrawerSheet member cells 2026-03-19 12:06:14 -07:00
Igor Solomennikov
bffb4c140f
Use symbols font to show icons in system messages in chat. 2026-03-11 22:07:12 -05:00
Igor Solomennikov
6c6faae2db
Redo how customization of CVLinkPreviewView is implemented.
And use proper text color for outgoing link previews.
2026-03-02 13:55:50 -08:00
Igor Solomennikov
947d3f7e47
Updated fill colors for the chat UI elements. 2026-03-02 12:53:02 -06:00
kate-signal
82fab30fcd
Make admin name tappable 2026-02-23 15:21:45 -05:00
Igor Solomennikov
38bbe659fa
For "scroll to bottom" button in chat, instead of glass, tint badge. 2026-02-21 12:39:58 -08:00
Igor Solomennikov
5da1c6e1d4
Adopt new colors for elements in chat message bubbles.
• new background color for quoted messages.
• new colors for buttons in chat message bubbles.

Also cleaned up Theme and UIColor extension.
2026-02-20 16:21:08 -08:00
Igor Solomennikov
48484b87fa
Use CGPath to create rounded rect instead of UIBezierPath 2026-02-19 12:05:30 -08:00
Igor Solomennikov
91dbb8d50e
Use default max radius of 18 pts for capsule chat message bubbles. 2026-02-18 20:00:24 -08:00
Igor Solomennikov
ee4e2c0d07
Use "secondary label" color for system messages when no wallpaper. 2026-02-18 17:55:21 -08:00
Igor Solomennikov
9fa35aa9d0
Update appearance of message quotes in chat.
• different background and text colors.
• rename class to CVQuotedMessageView for consistency.
2026-02-18 14:05:25 -08:00
Igor Solomennikov
b975c31a37
Tweak appearance of contact share messages. 2026-02-18 11:22:46 -08:00
Igor Solomennikov
3ba49a3d43
Tweak appearance of bottom buttons in chat messages. 2026-02-18 09:30:17 -06:00
Igor Solomennikov
e074ba3d40
Updated appearance for system messages in chat. 2026-02-17 12:36:09 -08:00
Igor Solomennikov
cb8714ca44
Give liquid glass "scroll to bottom" button same tint as the send button. 2026-02-17 11:58:19 -08:00
Igor Solomennikov
5f742ddae7
Define and use a few new colors in UIColor.Signal. 2026-02-17 11:57:15 -08:00
Igor Solomennikov
445d950b75
Improve code for configuring chat bubble backgrounds. 2026-02-17 11:53:09 -08:00
Igor Solomennikov
0d85c2071a
Make "high contrast" colors optional in UIColor convenience initializers. 2026-02-17 09:45:16 -06:00
Igor Solomennikov
b8f2a6c608
Organize ConversationStyle methods for returning text colors. 2026-02-17 09:11:19 -06:00
Igor Solomennikov
0cbacf5585 Revert "Update color for the secondary text in message bubbles."
This reverts commit 50c85ef558.
2026-02-11 15:18:54 -08:00
Igor Solomennikov
7a10f35245
Add stroke to (non-sticky) date header bubbles. 2026-02-10 13:16:54 -08:00
Igor Solomennikov
9faffdd128
Use blur background for (!) message badges in chat when there's a wallpaper. 2026-02-10 10:52:08 -08:00
Igor Solomennikov
e3883c31f7
Document some ConversationStyle and CVCComponentMessage methods/vars. 2026-02-10 10:24:30 -08:00
Igor Solomennikov
50c85ef558
Update color for the secondary text in message bubbles. 2026-02-10 10:23:35 -08:00
Igor Solomennikov
060b9b5244
Tweak appearance of incoming message bubbles in chat. 2026-02-09 14:45:20 -08:00
Igor Solomennikov
dee4420972
Blur background for incoming message bubbles. 2026-02-05 17:14:52 -08:00
kate-signal
b8bcd2644a
Update colors for group names to match other platforms 2026-02-04 19:40:17 -05:00
kate-signal
1d73b0d386
Basic UI for member tags in the various places they are needed 2026-01-15 10:21:08 -05:00
Max Radermacher
fdcb84d5e3
Remove iOS 26 SDK checks 2026-01-08 14:30:28 -06:00
Sasha Weiss
d267ec8305
Run swiftformat . 2025-12-30 11:34:05 -08:00
kate-signal
6fb8b566b9
Pin details polish 2025-12-22 15:17:28 -05:00
Elaine
f3cdc71e1e
Remove some Theme colors 2025-12-19 16:05:27 -05:00
Elaine
8fc3300260
Use native background colors on iOS 15 2025-12-19 14:32:58 -05:00
Sasha Weiss
3327a6e2d8
Clean up Share Extension theme override management 2025-12-03 09:43:44 -08:00
kate-signal
a31e549e0a
UI to pin or unpin a message 2025-11-25 18:19:10 -05:00
kate-signal
cff419bf4c
Pinned message banners 2025-11-25 15:02:22 -05:00