Commit Graph
10410 Commits
Author SHA1 Message Date
Michelle Tangandjeffrey-signal 6459ef5b66 Rotate receive pinned messages flag. 2026-01-08 07:39:49 -05:00
Greyson Parrelliandjeffrey-signal 888e7f8ed5 Fix potential issue with reaction export. 2026-01-08 07:39:49 -05:00
Greyson Parrelliandjeffrey-signal d50a9c61b0 Potential fix for empty BodyRange errors during export.
The only way I could see this being a problem is if the mention ACI was
empty. We'll have to see if that fixes it.
2026-01-08 07:39:49 -05:00
Michelle Tangandjeffrey-signal 3f990327d8 Fix alphabetical group members bug. 2026-01-08 07:39:49 -05:00
Greyson Parrelliandjeffrey-signal e7bfefa027 Fix validation errors around group chat updates. 2026-01-08 07:39:49 -05:00
Michelle Tangandjeffrey-signal 1da75018eb Fix polls in local backups. 2026-01-08 07:39:48 -05:00
Greyson Parrelliandjeffrey-signal 88be84297e Fix validation error around session switchover events. 2026-01-08 07:39:48 -05:00
Michelle Tangandjeffrey-signal e1467480e9 Fix message timer for chat updates. 2026-01-08 07:39:48 -05:00
Alex Hartandjeffrey-signal 92c71b3630 Fix issue where latest chat would reappear after reopening the app. 2026-01-08 07:39:48 -05:00
Alex Hartandjeffrey-signal 24c994d5b2 Prevent multiple instances of main-activity from being added to our task stack. 2026-01-08 07:39:48 -05:00
Michelle Tangandjeffrey-signal f7d87f3436 Allow 1:1 polls and raise character limit. 2026-01-08 07:39:48 -05:00
Daniele Favaroandjeffrey-signal fd635542c0 Allow country code selection input to be multi-line.
Fixes #14407
Resolves #14408
2026-01-08 07:39:47 -05:00
Alex Hartandjeffrey-signal eb826b2786 Fix crash when rotating device in emoji reaction picker.
Adds null check for selectedConversationModel in hideInternal() to
prevent NPE when hide() is called after the overlay has already been
hidden during configuration changes.

Fixes #14491
2026-01-08 07:39:47 -05:00
Alex Hartandjeffrey-signal 8cd0381df5 Fix persistent "group members have the same name" banner.
The hash calculation for name collisions iterated over a Set with undefined
order, causing inconsistent hashes and resetting the dismissed state.
2026-01-08 07:39:47 -05:00
Alex Hartandjeffrey-signal 305c32cfc5 Fix snackbar durations. 2026-01-08 07:39:47 -05:00
Alex Hartandjeffrey-signal bb21363ca8 Display large screen participant on connecting call. 2026-01-08 07:39:47 -05:00
Alex Hartandjeffrey-signal 6968edbeec Fix self-pip mirroring. 2026-01-08 07:39:47 -05:00
Greyson Parrelliandjeffrey-signal 870ae8a46f Potential fix for Android 7 crash on chat open.
Fixes #14447
2026-01-08 07:39:46 -05:00
Greyson Parrelliandjeffrey-signal 06bdc36136 Properly handle 413s when uploading to archive.
Fixes #14502
2026-01-08 07:39:45 -05:00
Michelle Tangandjeffrey-signal 6e4edbd12d Disable image pasting when editing. 2026-01-08 07:39:45 -05:00
Michelle Tangandjeffrey-signal c38fafe9fd Use updated country picker when deleting account. 2026-01-08 07:39:44 -05:00
Greyson Parrelliandjeffrey-signal 3db8f5a2af Ensure that attachments received during calls are autodownloaded afterwards.
The easiest way to do this is to add the constraint to the job itself,
when appropriate, so that we don't even run the job until you're done
with the call.
2026-01-08 07:39:44 -05:00
Michelle Tangandjeffrey-signal 0b5fa18504 Delete all messages in edit chain. 2026-01-08 07:39:44 -05:00
Greyson Parrelliandjeffrey-signal 7ea1080801 Remove unneccessary member warning during forwarding. 2026-01-08 07:39:44 -05:00
Greyson Parrelliandjeffrey-signal 4c47f337ea Restart the app to apply the new language setting. 2026-01-08 07:39:44 -05:00
Greyson Parrelliandjeffrey-signal f2582cae54 Add debug logging for failed media name requirements. 2026-01-08 07:39:44 -05:00
Greyson Parrelliandjeffrey-signal e089be310b Fix crash related to timer updates. 2026-01-08 07:39:43 -05:00
Michelle Tangandjeffrey-signal ed5c51d954 Allow pinning in note to self. 2026-01-08 07:39:43 -05:00
Michelle Tangandjeffrey-signal 08915befa5 Fix sync message author when pinning. 2026-01-08 07:39:43 -05:00
Greyson Parrelliandjeffrey-signal 062e958db5 Schedule search index optimization to occur overnight. 2026-01-08 07:39:43 -05:00
Greyson Parrelliandjeffrey-signal 9be82a2739 Repair bad group storageId state on the fly.
Fixes #14308
2026-01-08 07:39:43 -05:00
Cody Henthorneandjeffrey-signal 0ea3d524da Streamline invalid qr code dialog in link device flow. 2026-01-08 07:39:43 -05:00
Cody Henthorneandjeffrey-signal 437979373c Always format e164 as LTR. 2026-01-08 07:39:43 -05:00
Greyson Parrelliandjeffrey-signal 22ed8872e6 Ensure proxy settings are applied to default okhttp client.
Fixes #13682
2026-01-08 07:39:43 -05:00
Greyson Parrelliandjeffrey-signal 39fe5b1eb5 Unconditionally disable auto updates. 2026-01-08 07:39:42 -05:00
Cody Henthorneandjeffrey-signal 4ce51c77a8 Remove verbose call link parsing logs. 2026-01-08 07:39:42 -05:00
Cody Henthorneandjeffrey-signal d9ecab5240 Update local backup v2 support. 2026-01-08 07:39:42 -05:00
Cody Henthorneandjeffrey-signal 26b8de2282 Abort re-reg with pin flow if unable to communicate via svr websocket. 2026-01-08 07:39:42 -05:00
Alex Hartandjeffrey-signal 9db33c3fec Display proper text when not in the active call on the local device. 2026-01-08 07:39:42 -05:00
Greyson Parrelliandjeffrey-signal 2538e48d0f Fix universal sealed sender setting in export. 2026-01-08 07:39:41 -05:00
Ehren Kretandjeffrey-signal 68bf41b36a Delay auto-updates while in a VoIP call. 2026-01-08 07:39:41 -05:00
Michelle Tangandjeffrey-signal 3a91bb8947 Potentially fix e164 crash. 2026-01-08 07:39:41 -05:00
Cody Henthorneandjeffrey-signal ee930f59db Fix request to join state mismatch with server bug. 2026-01-08 07:39:41 -05:00
Greyson Parrelliandjeffrey-signal 6b5feadf6c Dismiss media editor if you have no valid items. 2026-01-08 07:39:41 -05:00
Greyson Parrelliandjeffrey-signal bd084e606c Allow saving e164-only contacts to your contacts. 2026-01-08 07:39:41 -05:00
Cody Henthorneandjeffrey-signal bb674a1539 Fix added to group not showing up on canceled request groups. 2026-01-08 07:39:41 -05:00
Greyson Parrelliandjeffrey-signal 951d073ad6 Fix possible crash when splitting contacts with invalid e164s. 2026-01-08 07:39:41 -05:00
Cody Henthorneandjeffrey-signal b7d671dcbd Add better ux when group limit reached when joining via link. 2026-01-08 07:39:40 -05:00
Alex Hartandjeffrey-signal eb4540600e Make megaphones scrollable again. 2026-01-08 07:39:40 -05:00
Michelle Tangandjeffrey-signal 22fc874b99 Avoid italicizing glyphs. 2026-01-08 07:39:40 -05:00