Alan Evans
c61d731358
Allow side-by-side installation of staging build.
2020-09-23 16:54:38 -04:00
Cody Henthorne
a8415a3484
Add pre-join vanity view for 1:1 video calls.
2020-09-23 16:54:38 -04:00
Alex Hart
e05f137bd8
Add animations to call screen.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
19cc43c442
Add a charging constraint to the backup job.
2020-09-23 16:54:38 -04:00
Jim Gustafson
d7ff635445
RingRTC: Update to v2.6.0
...
Co-authored-by: Peter Thatcher <peter@signal.org>
2020-09-23 16:54:38 -04:00
Cody Henthorne
dc4faf57cb
Add foundational UX and state support for Group Calling.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
7c70ea4d3e
Change directory refresh interval to every 24 hours.
2020-09-08 18:06:09 -04:00
Cody Henthorne
bcd27355f9
Add trim conversations by time option.
2020-09-08 09:47:57 -04:00
Jim Gustafson
ed9acd25f9
Ensure serial handling of calling events and improve busy UX.
2020-09-03 20:23:26 -04:00
Alan Evans
7b24e66ed3
Phone number privacy settings and certificate support behind feature flag.
2020-09-03 20:23:26 -04:00
Greyson Parrelli
4714895c59
Do not attempt to send to unregistered users when using CDS flag.
...
CDS is slow, and unregistered users will always trigger a CDS lookup on
send (since we can't get their UUID).
This starts skipping sends to unregistered users and shortens the time
window to do a full CDS lookup from every 12 hours to every 6 hours.
2020-08-31 11:33:57 -04:00
Greyson Parrelli
190ca9eddd
Have DatabaseFactory.getSmsDatabase() return MessageDatabase.
...
Slowly moving towards a single interface.
2020-08-24 11:16:41 -03:00
Cody Henthorne
ef6a5b6599
Fix bug causing call requests to not be handled properly.
2020-08-19 15:49:16 -04:00
Jim Gustafson
a942293a74
RingRTC v2.4.0 Release Integration.
...
Co-authored-by: Peter Thatcher <peter@signal.org>
2020-07-29 23:43:06 -04:00
Alex Hart
ed878ec4b4
Add more generic SMS verification code pattern.
2020-07-27 17:57:56 -04:00
Cody Henthorne
0815715f7b
Enable call requests always.
2020-07-21 15:31:53 -04:00
Cody Henthorne
1e250ee95c
Add Calling Requests.
2020-07-08 16:51:30 -04:00
Greyson Parrelli
629ba105cb
Detect real age of call request by using server timestamps.
2020-06-17 17:53:18 -03:00
Jim Gustafson
d467c04749
Ensure speaker off at start of any call
2020-06-16 19:30:35 -04:00
Greyson Parrelli
3d7cffef2b
Remove Message Requests feature flag.
2020-06-16 19:30:35 -04:00
Jim Gustafson
2ecdf803c0
Update to ringrtc v2.1.0
2020-06-16 19:30:35 -04:00
Greyson Parrelli
f392229393
Extract MessageNotifier interface.
2020-05-29 09:51:21 -04:00
Greyson Parrelli
a299bafe89
Create a new system for fetching the intial batch of messages.
2020-05-29 09:51:21 -04:00
Alex Hart
d2bf539504
Clear sticky WebRtcViewModel events when initiating a new call.
2020-05-29 09:51:21 -04:00
Alex Hart
cd1bad0718
Fix bluetooth behavior.
2020-05-28 17:36:40 -03:00
Alex Hart
124c3e25e9
Implement layout changes to new call screen UX.
2020-05-21 20:03:31 -03:00
Alex Hart
5aba3517ce
Upgrade to RingRTC 2.0.3 and implement rounded corners for local pip.
2020-05-15 19:02:18 -03:00
Alex Hart
e2ac55e9ac
Fix ellapsed call timer restarting between activity restarts.
2020-05-15 19:02:18 -03:00
Alex Hart
7894f72b0f
Enable speaker when initiating a video call.
2020-05-14 14:18:49 -03:00
Alan Evans
06ab3cf013
Fix cases of inlined & missing log tags.
2020-05-14 11:22:28 -03:00
Alex Hart
26e582d806
Integrate RingRTC v2.0.1
2020-05-14 11:22:28 -03:00
Greyson Parrelli
2b65916344
Show calling foreground notification on all OS versions.
...
Fixes #9516
Fixes #9414
2020-05-13 16:18:18 -04:00
Alex Hart
d5419ec9fa
Implement new call screen UI/UX.
2020-05-13 16:18:18 -04:00
Alex Hart
8ad61a52b9
Fix call termination when muting before call is connected.
2020-04-22 14:18:28 -04:00
Alan Evans
640c82d517
GV2 group context proto.
2020-03-27 16:30:36 -04:00
Alex Hart
7e9e2fead2
Fix NPE after call failure.
2020-03-26 17:37:52 -04:00
Greyson Parrelli
df4422369d
Update icons and colors.
2020-03-26 17:37:51 -04:00
Curt Brune
1bae79af5b
Check callManager reference is still valid in ListenableFutureTask callbacks.
2020-02-26 17:06:04 -05:00
Curt Brune
58b7612987
Drop requests to deny stale incoming calls.
...
This is not an illegal state, as the remote side could have hung-up
a microsecond before the local side tries to deny the call.
2020-02-26 17:06:02 -05:00
Curt Brune
9506da6dd3
Validate activePeer during Bluetooth and Speaker audio state transitions.
2020-02-26 17:05:54 -05:00
Curt Brune
ae594a0400
Check activeRemote is non-null during handleScreenOffChange()
2020-02-14 08:13:11 -08:00
Curt Brune
eeece55b45
Check activeRemote is non-null during handleWiredHeadsetChange()
2020-02-14 08:13:11 -08:00
Greyson Parrelli
9bac88697b
Support sharing multiple photos/videos into Signal.
2020-02-13 20:53:10 -05:00
Curt Brune
0970fd7040
Update ringrtc to v1.0.1
...
Add support for RingRTC Call Manager, a new component which provides
the control layer for all calling features.
2020-02-13 20:53:10 -05:00
Alex Hart
b10ce080a9
Consolidate Notification Ids to a centralized constants class.
2020-01-16 05:41:27 -05:00
Alan Evans
9ebe920195
Move all files to natural position.
2020-01-06 11:08:30 -05:00