Cody Henthorne
c00b0727e3
Show call full UI when group call is full.
2020-12-07 16:17:39 -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
Cody Henthorne
595d5dddbe
Add Group Call speaker view hint.
2020-12-07 10:46:36 -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
8e93bf9075
Create a core-util module with some common utilities.
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
Cody Henthorne
050fad3114
Handle blocked users in group calls.
2020-12-05 13:43:25 -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
Alex Hart
f7bc975534
Utilize left margin in drawing mask.
2020-12-02 09:44:51 -04:00
Alex Hart
dcb16378c8
Display PiP in Group Calls even if local video is disabled.
2020-12-01 14:53:34 -04:00
Alex Hart
b59a5c8609
Revert "Don't show members button if there are no remote people."
...
This reverts commit d4748efd42 .
2020-12-01 12:19:03 -04:00
Cody Henthorne
55c9124c54
Prevent multiple taps from starting multiple calls.
2020-12-01 10:56:47 -05:00
Alex Hart
e57a35ab3e
Localize Conversation Intent creation.
2020-11-25 11:40:05 -04:00
Alex Hart
02931f1826
Clear voice note media queues within synchronized block.
2020-11-25 11:40:05 -04:00
Cody Henthorne
a640d9e298
Improve group update copy and implement speaker indexing.
2020-11-25 11:40:05 -04:00
Alex Hart
d4748efd42
Don't show members button if there are no remote people.
2020-11-25 11:40:05 -04:00
Cody Henthorne
b90a74d26a
Add additional Group Calling features.
2020-11-20 15:42:46 -05:00
Greyson Parrelli
fe6ae7e142
Don't show donate or research megaphones on new app installs.
2020-11-19 08:42:35 -05:00
Alex Hart
8df6e95781
Stop proximity sensor on pause.
2020-11-17 15:15:13 -04:00
Alex Hart
2290a6c0df
Synchronize voice note queue reads and writes.
2020-11-17 14:42:01 -04:00
Fumiaki Yoshimatsu
4c301a49b4
Fix appearance of small audio view to show correct background color and the progress circle.
2020-11-13 14:39:46 -05:00
Alex Hart
06aada20c1
Open keyboard when we open contact selection from blocked preference.
2020-11-12 13:39:38 -04:00
Greyson Parrelli
7e347f5cce
Add support for manual initiation of GV1->GV2 migrations.
2020-11-12 09:52:21 -05:00
Cody Henthorne
b1f6786392
Add initial support for Group Calling.
2020-11-11 15:29:02 -05:00
Alan Evans
3bb366ee04
Do not send typing indicator when deleting from the end & send stopped typing indicator when compose completely empty.
2020-11-11 15:29:02 -05:00
Cody Henthorne
c3b5323010
Update assets and themes to leverage DayNight system.
2020-11-11 15:29:01 -05:00
Greyson Parrelli
81eaae4070
Update emoji to Unicode 13.0
2020-11-11 15:29:01 -05:00
Greyson Parrelli
d307db8a95
Add the ability to add suggested members after a GV1 migration.
2020-11-11 15:29:01 -05:00
Alex Hart
0ed1f73990
Fix crash with multitouch in call screen pip.
2020-11-05 17:43:14 -04:00
Alex Hart
3dc1614fbc
Add basic profile spoofing detection.
2020-11-04 16:24:45 -04:00
Alex Hart
ed17701a0a
Remove look-behind and ding for single voice notes.
2020-11-02 11:50:37 -04:00
Cody Henthorne
6a4ce1b658
Fix SMS role bug introduced for pre-Q devices.
2020-10-30 17:45:28 -04:00
Cody Henthorne
39cebfbb4e
Fix SMS role request for Q+.
2020-10-30 12:34:47 -04:00
Alex Hart
373d622535
Fix SMS, bad MODIFIED timestamp, and API19 beta crash.
2020-10-26 13:41:30 -03:00
Greyson Parrelli
1363f55f77
Fix back button behavior on OnePlus phones.
...
Couple things happened:
- Core issue: The device always thought the keyboard was open, so it was
always trying to dismiss the keyboard when you pressed back (instead of
actually going back)
- Big fix: Increase the tolerance of our view height differentialt that
detects if the keyboard is open
- Other fix: the getViewInset() method is always missing on Q, so as a
temp fix we fall back to the status bar height. Gets the calculation to
be closer, even if not truly correct.
2020-10-23 12:43:34 -04:00
Alex Hart
9279a54d28
Fix bad voice note duration and listener breakage.
2020-10-23 13:00:46 -03:00
Alex Hart
ac54b5cbdf
Add polish to voice note bubbles.
2020-10-22 16:56:16 -04:00
Alan Evans
b4b1e5b605
Add feature flag driven group recommended size and hard size limits.
2020-10-22 16:56:16 -04:00
Greyson Parrelli
daf93c473b
Reduce verbosity of KeyboardAwareLinearLayout logs.
2020-10-22 16:56:16 -04:00
Greyson Parrelli
ead64d92a5
Rename Recipient.isLocalNumber() to Recipient.isSelf()
2020-10-22 15:55:18 -03:00
Cody Henthorne
5eaac6cb17
Call handling state machine refactor.
2020-10-22 15:55:18 -03:00
Alex Hart
b182f73415
Fix wakelock release exception.
2020-10-21 11:11:42 -03:00
Alex Hart
dc64a186d5
Fix mediastore access for Android Q.
2020-10-19 18:16:29 -03:00
Alex Hart
8a2d20403e
Add Proximity sensing back to voice note.
2020-10-16 16:23:04 -03:00