Alex Hart
bfa56f771d
Do not show join banner in pip mode.
2020-12-08 09:20:51 -04: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
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
Greyson Parrelli
4321fabf0b
Rotate the group calling feature flag.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
8e93bf9075
Create a core-util module with some common utilities.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
831cd2f297
Trace database methods.
2020-12-05 13:44:13 -05:00
Cody Henthorne
42d61518b3
Handle safety number changes in a group call context.
2020-12-05 13:44:13 -05:00
Alex Hart
112782ccaf
Add join/leave banner for group calls.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
898d92ba54
Fix issue where remote deletes screwed up jump positions.
...
Fixes #10171
2020-12-05 13:44:13 -05:00
Greyson Parrelli
323a405004
Don't format numbers unnecessarily.
...
Util.getFirstNonEmpty() requires calculating all input strings first,
but that's unnecessary and could result in lots of warning logs in the
case of calling PhoneNumberFormatter#prettyPrint with nulls or other
stuff.
Fixes #10246
2020-12-05 13:44:13 -05:00
Alex Hart
3f25609561
Add equals/hashcode to Key implementation.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
97047bccde
Remove job adds from database transactions.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
31960b53a0
Use our own homemade paging library for conversation paging.
...
I made the lib, and Alan made the build actually work.
Co-authored-by: Alan Evans <alan@signal.org>
2020-12-05 13:44:13 -05:00
Cody Henthorne
ac41f3d662
Fix deadlock between group calling jobs.
2020-12-05 13:44:13 -05:00
Cody Henthorne
82eebbc3b0
Fix incorrect string resource usage for some activities.
2020-12-05 13:44:13 -05:00
Cody Henthorne
b1d74e21e2
Improve handling of 1:1 calls during group calls.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
7868c3094b
Make FastJobStorage synchronous again.
2020-12-05 13:44:13 -05:00
Sgn-32
ebaa4cee65
Pretty print phone numbers in recent chats on share screen.
...
Fixes #10204
2020-12-05 13:44:09 -05:00
Greyson Parrelli
141b22765e
Pretty print your phone number in settings.
2020-12-05 13:43:25 -05:00
Cody Henthorne
050fad3114
Handle blocked users in group calls.
2020-12-05 13:43:25 -05:00
Cody Henthorne
01f143667f
Add Group Call peeking in the Conversation view.
2020-12-05 13:43:25 -05:00
Alan Evans
0a8e0d7889
Updated language translations.
2020-12-02 21:16:35 -04:00
Cody Henthorne
25bffa6d56
Put send viewed receipts behind a feature flag.
2020-12-02 20:15:26 -05:00
Greyson Parrelli
4b7017580c
Updated language translations.
2020-12-02 13:33:28 -05:00
Greyson Parrelli
90852b5715
Ensure we refresh our own profile after refreshing attributes.
2020-12-02 13:33:28 -05:00
Alex Hart
2103fd016b
Return sane value if player is out of sync with data adapter.
2020-12-02 13:40:46 -04:00
Cody Henthorne
973ad55dfe
Fix various UI issues with group calling PIPs.
2020-12-02 11:37:20 -05:00