Cody Henthorne
5a773de3b1
Handle group call update sync messages.
2020-12-09 16:33:47 -05:00
Alan Evans
924405c8ba
Increase uncompressed video attachment size to 500 Mb.
2020-12-09 16:30:42 -04:00
Alan Evans
93e9de3932
Increase stream copy buffer size to 64K.
2020-12-09 16:29:08 -04:00
Alan Evans
a8dd81eace
Return optional for telephone number region name for the unknown case to be localized.
2020-12-09 15:47:44 -04:00
Greyson Parrelli
ec8793c6fe
Fix rendering issue when deleting the last message in a conversation.
2020-12-09 14:39:22 -05:00
Alex Hart
ffc0a230be
Fix country code width on account deletion screen.
2020-12-09 14:09:21 -04:00
Cody Henthorne
5d4922ed8d
Show accurate current group call participants in lobby header.
2020-12-09 11:53:59 -05:00
Alan Evans
974c33fe37
Directly reference activity for remove avatar confirmation prompt.
2020-12-09 11:15:48 -04:00
Alex Hart
3f2b4d60fd
Fix voice note saves on API 28 and lower.
2020-12-09 10:22:31 -04:00
Greyson Parrelli
ca633b13af
Bump version to 5.0.2
2020-12-08 18:23:07 -05:00
Greyson Parrelli
a671e152bd
Updated language translations.
2020-12-08 18:22:44 -05:00
Cody Henthorne
a564aae80a
Do not show speaker hint in pip.
2020-12-08 18:10:04 -05:00
Greyson Parrelli
9f8e31db78
Change WebsocketDrainedConstraint to DecryptionsDrainedConstraint.
2020-12-08 18:10:04 -05:00
Cody Henthorne
84e9282f87
Attempt to reduce number of peek jobs run after being offline.
2020-12-08 18:10:04 -05:00
Alan Evans
3949f4fd45
Hide join group call for inactive groups.
2020-12-08 18:10:04 -05:00
Greyson Parrelli
944a180b68
Ensure GV1->GV2 migrations work via group links.
2020-12-08 18:10:04 -05:00
Greyson Parrelli
9cd1a12b6a
Fix NPE in FastJobStorage#getJobCountForQueue().
2020-12-08 18:10:04 -05:00
Greyson Parrelli
a4a2d2fc0d
Log out exception when a backup fails.
2020-12-08 18:10:04 -05:00
Artem Varaksa
6df839612d
Fix "Advanced PIN settings" pushing wrong fragment.
2020-12-08 18:10:04 -05:00
Greyson Parrelli
dd630abd0e
Fix issue where scrolling could get stuck.
...
The number of off-screen pages was too small, resulting in the
possibility of you still being offscreen after the pages loaded,
which could lead to loading more data, which could lead to you still
being offscreen, ad infinitum.
Simply increasing the number of buffer
pages resolves it.
Tested by adding an artificial 1 second delay to
loading a page.
2020-12-08 18:10:04 -05:00
Greyson Parrelli
6826c0ded5
Fix another scenario where search position was off.
2020-12-08 18:10:04 -05:00
Alex Hart
f1d0d4f81b
Fix account deletion UI bugs.
2020-12-08 18:10:04 -05:00
Alex Hart
bfa56f771d
Do not show join banner in pip mode.
2020-12-08 09:20:51 -04:00
Greyson Parrelli
167b9c13e5
Bump version to 5.0.1
2020-12-07 22:52:26 -05:00
Greyson Parrelli
4b7d9a3b9d
Updated language translations.
2020-12-07 22:52:10 -05:00
Greyson Parrelli
c7585c5594
Fix issues with jumpToMessage behavior.
2020-12-07 22:40:43 -05:00
Greyson Parrelli
c3d7b88cf6
Add support for setting max instances per job queue.
2020-12-07 17:30:05 -05:00
Cody Henthorne
dc4ce234b7
Ensure proper group call history in chat after being offline.
...
Co-authored-by: Alan Evans <alan@signal.org>
2020-12-07 17:27:35 -05:00
Cody Henthorne
12330b0aff
Bump RingRTC to 2.8.7
2020-12-07 16:43:47 -05:00
Alex Hart
edb2a17bcb
Add ability to delete your Signal account from within the app.
2020-12-07 17:39:16 -04:00
Alan Evans
00b6416583
Prevent surplus notification sound when entering group.
2020-12-07 17:36:21 -04:00
Alex Hart
62297f1f98
Stabilize bluetooth a bit.
2020-12-07 16:33:14 -05:00
Cody Henthorne
c00b0727e3
Show call full UI when group call is full.
2020-12-07 16:17:39 -05:00
Greyson Parrelli
13616b9820
Fix preview of link previews with no thumbnails.
2020-12-07 15:54:16 -05:00
Greyson Parrelli
6530e1d937
Update CameraX blacklist.
2020-12-07 14:34:52 -05:00
Alex Hart
aff00615cb
Fix bad theming on audio device selection popup.
2020-12-07 15:32:43 -04:00
Alex Hart
be53bfa88f
Hide members list when user enters pip.
2020-12-07 14:50:11 -04:00
Alex Hart
5de50f1a8b
Fix overflow presentation when active speaker changes.
2020-12-07 14:11:35 -04:00
Alex Hart
61886ea10a
Display speaker in PiP.
2020-12-07 13:16:02 -04:00
Sgn-32
ea94f6bc91
Pretty print your phone number in advanced settings.
2020-12-07 11:15:13 -05:00
Greyson Parrelli
6080c18c90
Fix RTL display of formatted phone numbers.
...
Fixes #10261
Thank you to @Sgn-32 for finding that it can be solved with
StringUtil#isolateBidi()
2020-12-07 11:02:46 -05:00
Cody Henthorne
595d5dddbe
Add Group Call speaker view hint.
2020-12-07 10:46:36 -05:00
Bastian Köcher
9b81e7f71b
Removes deprecated Samsung multi-window support
...
This removes the deprecated Samsung multi-window support. Actually this
breaks multi-window support on newer Samsung devices. Android supports
multi-window since Android 7.0 and AFAIK Samsung switched to this as
well. There isn't even any reference anymore that mentions these lines
of code as required.
2020-12-07 10:39:54 -05:00
Cody Henthorne
bdc6c8c65a
Fix a few minor group call UI issues.
2020-12-07 10:05:35 -05:00
Cody Henthorne
2dcc7d284f
Update group membership for a group call when it changes.
2020-12-05 20:55:52 -05:00
Greyson Parrelli
234e4be924
Bump version to 5.0.0
2020-12-05 14:11:46 -05:00
Greyson Parrelli
1083e022cc
Updated language translations.
2020-12-05 14:11:46 -05:00
Greyson Parrelli
cb1b4ec0b9
Rotate the GV1->GV2 auto migration flag.
2020-12-05 14:11:46 -05:00
Greyson Parrelli
40c46351e6
Update MMS description string.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
3f75e4aeb3
Fix GV1->GV2 migration bug where users were incorrectly marked as dropped.
2020-12-05 13:44:13 -05:00