Greyson Parrelli
5de17a971d
Update translations and other static files.
2026-04-09 22:44:34 -04:00
Greyson Parrelli
001896d244
Fix image transition animation.
2026-04-09 22:02:46 -04:00
Michelle Tang
1844b128e1
Use server timestamp for admin delete.
2026-04-09 17:17:55 -04:00
Michelle Tang
08623cc0c4
Use proper sender for early messages.
2026-04-09 15:44:35 -04:00
Greyson Parrelli
f93a948169
Fix PIN creation loop during registration.
2026-04-09 13:48:46 -04:00
Cody Henthorne
76476191be
Show better error ux for group calls you cannot start.
2026-04-09 10:27:44 -04:00
Greyson Parrelli
453e5bede7
Fix bad bubble tints for chats with wallpapers.
2026-04-08 22:04:17 -04:00
Michelle Tang
c7c108bd77
Fix missing gallery photos.
2026-04-08 19:40:13 -04:00
Greyson Parrelli
e6d3de091c
Update translations and other static files.
2026-04-08 16:39:21 -04:00
Greyson Parrelli
88b21b6113
Improve validator testing.
2026-04-08 16:39:21 -04:00
Greyson Parrelli
256ee9b1aa
Delete unused apns database.
2026-04-08 16:39:21 -04:00
Alex Hart
e2feaaf74c
Add initial working E2E flow for MediaSendV3.
2026-04-08 16:39:21 -04:00
jeffrey-signal
17def87c17
Fix compose preview rendering when using Emojifier.
2026-04-08 16:39:20 -04:00
scueZ
3f7707985f
Skip confusing delete dialog body text in Note to Self.
...
Resolves #14708
2026-04-08 16:39:20 -04:00
jeffrey-signal
a61072b249
Member label performance optimizations.
2026-04-08 16:39:20 -04:00
jeffrey-signal
80ff64ddd3
Prevent unregistered accounts from showing in group call participants.
2026-04-08 16:39:20 -04:00
Cody Henthorne
95c0467bda
Show unanswered outgoing calls as unanswered.
2026-04-08 16:39:20 -04:00
Greyson Parrelli
ff88d259fd
Use long for key id.
2026-04-08 16:39:20 -04:00
Alex Hart
6e747019d4
Fix NPE in toPendingOneTimeDonation when waitForAuth is null.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2026-04-08 16:29:15 -04:00
Greyson Parrelli
9e7a40a63d
Extend proper base activity.
2026-04-08 16:29:14 -04:00
Greyson Parrelli
38eed43046
Add long-press context menu in all media screen.
2026-04-08 15:50:43 -04:00
Greyson Parrelli
4c76cb682e
Give a media/no-media choice in labs plaintext export.
2026-04-08 15:50:43 -04:00
Michelle Tang
c47adb7482
Update padding sizes of update items.
2026-04-08 15:50:43 -04:00
Alex Hart
3c2ccef9a8
Fix upgrade card text color not adapting to dark mode.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2026-04-08 15:50:43 -04:00
jeffrey-signal
fb0c4757f2
Fix media count indicator button colors so they match the chat color.
2026-04-08 15:50:43 -04:00
jeffrey-signal
b8b9a632b5
Always prefetch wallpaper before opening a conversation.
2026-04-08 15:50:43 -04:00
Cody Henthorne
1cdd49721d
Add logging around rotate storage id failures during storage sync.
2026-04-08 15:50:43 -04:00
Cody Henthorne
6ab3cd3390
Don't show terminated groups after storage service restore.
2026-04-07 09:39:06 -04:00
Alex Hart
11c8a726ec
Increment localPlaintextExport flag to lock version.
2026-04-06 16:47:01 -04:00
Alex Hart
264447a6d9
Add breakpoint helper and expand device previews.
...
Co-authored-by: jeffrey-signal <jeffrey@signal.org >
2026-04-06 16:47:01 -04:00
Greyson Parrelli
e05586a1c9
Convert RegistrationNetworkResult to RequestResult.
2026-04-06 16:47:01 -04:00
Greyson Parrelli
0e8dedf4d0
App ability to regV5 in the main app, behind compile flag.
2026-04-06 16:47:01 -04:00
Michelle Tang
0e11a1fe3e
Add logs for voice note proximity.
2026-04-06 16:47:01 -04:00
adel-signal
f1ebd2dc81
Add CallingAssetsDownloadJob to app startup to init calling assets
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2026-04-06 16:47:01 -04:00
Michelle Tang
8ea90c8a43
Cancel checking for messages on foreground.
2026-04-06 16:46:05 -04:00
Michelle Tang
6456dcf657
Fix potential edit message race condition.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
bb151c91e9
Add basic infra for regV5 local restore.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
ce6f39ae68
Update to the new attachment upload form libsignal method.
2026-04-06 16:46:05 -04:00
Michelle Tang
4dd74d9ab4
Fix collapsed tests.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
3ef3a516b3
Prevent repeated storage-full notifications during backup.
...
When remote backup storage is full, hundreds of CopyAttachmentToArchiveJob
instances each independently call markOutOfRemoteStorageSpaceError(), which
re-posts the notification every time. Even though the notification ID is the
same, each call re-alerts the user with sound and vibration.
Guard markOutOfRemoteStorageSpaceError() to only post the notification once
by checking the flag before proceeding, and move the flag-set before the
notification post to prevent races. Also add an early exit in
CopyAttachmentToArchiveJob to skip the network quota check when already
marked as out of storage space.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
518a81c7fa
Do not start a call while one is in progress.
2026-04-06 16:46:05 -04:00
Michelle Tang
f81325e7ca
Pause voice notes when joining calls.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
cc847cb229
Fix potential glide lifecycle issue with transition animation.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
7320a0ef46
Guard against potential crash when reacting to a message.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
7c45686440
Fix potential missing ACI crash in verify screen.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
8b5b83e974
Remove unnecessary transaction in LocalMetricsDatabase.
...
There was a native crash associated with it, unclear the cause, but
maybe this will help.
2026-04-06 16:46:05 -04:00
Michelle Tang
a4a3861398
Disable proximity sensor when using headsets for voice notes.
2026-04-06 16:46:05 -04:00
Greyson Parrelli
1f02fba696
Include captcha info in support email template.
2026-04-06 16:46:04 -04:00
Greyson Parrelli
bb33945a93
Update translations and other static files.
2026-04-06 16:35:11 -04:00
Greyson Parrelli
3d2ceef47f
Don't let the date validator starve the chat search.
2026-04-06 16:15:56 -04:00