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
Greyson Parrelli
58e8ea08c2
Bump to libsignal v0.91.0
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
01bdaaea84
Improve ANR stack trace perf.
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
aeb9054a63
Bump version to 8.6.2
v8.6.2
2026-04-06 16:39:51 -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
Michelle Tang
892e6bd853
Fix OOM in collapse backfill job.
2026-04-06 12:15:35 -04:00
Alex Hart
78e1a407a6
Bump version to 8.6.1
v8.6.1
2026-04-02 12:47:48 -03:00
Alex Hart
48d766ecff
Update baseline profile.
2026-04-02 12:43:59 -03:00
Alex Hart
d6d3226fcd
Update translations and other static files.
2026-04-02 12:36:00 -03:00
Alex Hart
ed4944f806
Write plaintext export to directory instead of zip, add notification content intent.
2026-04-02 12:15:14 -03:00
Alex Hart
eb2dfb3fb6
Fix getViewLifecycleOwner crash in bubble view.post callback.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2026-04-02 11:33:23 -03:00
Alex Hart
265f71dff3
Surface error when local backup restore directory becomes inaccessible.
2026-04-02 11:27:22 -03:00
Michelle Tang
01d1769e4c
Fix pinned message crash.
2026-04-02 10:26:58 -04:00
Alex Hart
97d099c7f1
Increment plaintext export config key.
2026-04-02 11:22:36 -03:00
Greyson Parrelli
0a957bc97c
Fix crash when pressing volume buttons during active video recording.
2026-04-02 09:01:21 -04:00
Michelle Tang
5df7552506
Improve collapsed events with wallpapers.
2026-04-01 16:01:43 -04:00
Michelle Tang
75334abe0f
Fix padding for collapsed events wrapping.
2026-04-01 14:58:37 -04:00
Michelle Tang
8524d20de5
Rotate collapse config.
2026-04-01 14:49:58 -04:00
Michelle Tang
495e2e043e
Add various updates to collapsed events.
2026-04-01 10:49:37 -04:00
jeffrey-signal
dec9eb613e
Fix stale action cache save error and increase operations per run limit.
2026-04-01 10:07:03 -04:00
jeffrey-signal
d6e7030dd0
Fix inactive pull request detection.
2026-03-31 17:54:13 -04:00
jeffrey-signal
6e43e931b2
Fix label applied to inactive issues.
2026-03-31 17:37:24 -04:00
Alex Hart
430a55f89f
Bump version to 8.6.0
v8.6.0
2026-03-31 16:49:29 -03:00
Alex Hart
d717aad03d
Update baseline profile.
2026-03-31 16:44:59 -03:00
Alex Hart
efd86ad2fc
Update translations and other static files.
2026-03-31 16:26:33 -03:00
Alex Hart
b284835545
Move local backup progress tracking to in-memory object.
2026-03-31 16:20:26 -03:00
Alex Hart
4dd30f4ec3
Fix deactivated node crash in call screen layout.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2026-03-31 16:20:26 -03:00
Alex Hart
a48938f3d8
Replace Environment bool with a RemoteConfig value.
2026-03-31 16:20:26 -03:00
Alex Hart
01989ad6e7
Fix issue with 12byte IV on older android versions.
2026-03-31 16:20:26 -03:00
Greyson Parrelli
f37f67c6c0
Show optimized media in the all media view.
2026-03-31 16:20:26 -03:00
Greyson Parrelli
36f7c60a99
Improve camera mixed mode handling and clean up dead code.
2026-03-31 16:20:26 -03:00
Alex Hart
3f067654d9
Add plaintext chat history export UI.
2026-03-31 16:20:26 -03:00
Michelle Tang
0ce3eab3cd
Fix scroll state of collapsed events.
2026-03-31 16:20:26 -03:00
jeffrey-signal
b0f7c36cc2
Add additional group terminate checks to message processing.
...
Co-authored-by: Cody Henthorne <cody@signal.org >
2026-03-31 16:20:26 -03:00
Alex Hart
966e208be5
Fix DB write connection starvation in InAppPaymentsBottomSheetDelegate.
2026-03-31 16:20:26 -03:00
Greyson Parrelli
a80d353e04
Fix issue where contact permission prompt wasn't dismissed.
2026-03-31 16:20:26 -03:00