Michael Kirk
158fe78ae2
bump build
...
// FREEBIE
9 years ago
Michael Kirk
a6b5555910
fixup, return nil, not 0
...
// FREEBIE
9 years ago
Michael Kirk
2a9aa4c852
users can opt out of CallKit
...
// FREEBIE
9 years ago
Michael Kirk
d8df4b9e35
Can receive calls while in settings
...
The existing presented settings (or fingerprint verification) modals
were preventing the display of the incoming call modal.
// FREEBIE
9 years ago
Matthew Chen
5687925513
Prevent simultaneous incoming and outgoing calls from leaving CallService in a bad state.
...
// FREEBIE
9 years ago
Matthew Chen
0893930485
Handle “busy signal” appropriately.
...
// FREEBIE
9 years ago
Michael Kirk
08425853cf
re-use shared call strings
...
// FREEBIE
9 years ago
Michael Kirk
a339f52564
Only touch mutable dict only main thread
...
* and make nonatomic since we're only assigning it in init
// FREEBIE
9 years ago
Michael Kirk
5d0d1b725b
Already on the main thread
...
* simplify code
* fix typo
// FREEBIE
9 years ago
Michael Kirk
6b4dedfefe
revert WebRTC related changes to AppAudioManager
...
Initially we were using AppAudioManager in our WebRTC calling
implementation to manage call related audio, but our differences from
how redphone uses the AppAudioManager diverged too much, so instead
we're instead using CallAudioManager.
reverting these changes lest we inadvertently break something re:
RedPhone.
// FREEBIE
9 years ago
Michael Kirk
b6f098bfa7
Log when receiving unknown call datachannel message
...
// FREEBIE
9 years ago
Matthew Chen
b868f07c33
Merge remote-tracking branch 'origin/feature/webrtc' into release/2.7.0
9 years ago
Matthew Chen
36356fbff6
Avoid crashes when closing peer connection client.
...
// FREEBIE
9 years ago
Matthew Chen
dacb2840f2
Avoid crashes when closing peer connection client.
...
// FREEBIE
9 years ago
Matthew Chen
f81feca2d6
Avoid crashes when closing peer connection client.
...
// FREEBIE
9 years ago
Michael Kirk
7361418274
Merge remote-tracking branch 'origin/master' into feature/webrtc
9 years ago
Michael Kirk
cd36123bf1
rename method to better reflect how its used
...
// FREEBIE
9 years ago
Michael Kirk
7e825648ef
Show alert when trying to call a non-signal contact from Contacts.
...
// FREEBIE
9 years ago
Michael Kirk
b35c20a06b
Don't handle intents pre iOS10.
...
// FREEBIE
9 years ago
Michael Kirk
17b89f44aa
share global callUIAdapter, outboundCallInitiator
...
// FREEBIE
9 years ago
Michael Kirk
bbfd9ba74d
Place Signal/Redphone calls from system contacts
...
// FREEBIE
9 years ago
Matthew Chen
535770a92e
Avoid crashes when closing peer connection client.
...
// FREEBIE
9 years ago
Matthew Chen
4dec1e2ded
Avoid crashes when closing peer connection client.
...
// FREEBIE
9 years ago
Matthew Chen
d4ba4c446b
Respond to CR.
...
// FREEBIE
9 years ago
Matthew Chen
b415b6142f
Respond to CR, mainly by fixing broken tests.
...
// FREEBIE
9 years ago
Matthew Chen
49bb3d942d
Clean up ahead of PR.
...
// FREEBIE
9 years ago
Matthew Chen
d294557bdd
Rework concurrency in the signaling logic.
...
// FREEBIE
9 years ago
Matthew Chen
dd374afdaa
Rework concurrency in the signaling logic.
...
// FREEBIE
9 years ago
Matthew Chen
d6c849eab3
Revert whitespace changes.
...
// FREEBIE
9 years ago
Matthew Chen
af289145b5
Rework concurrency in the signaling logic.
...
// FREEBIE
9 years ago
Matthew Chen
d0b2aaac27
Specify AVAudioSession modes for calls.
...
// FREEBIE
9 years ago
Michael Kirk
f1d8434868
More space for non-callkit incoming call buttons ( #1660 )
...
* More space for non-callkit incoming call buttons
The "decline" and "accept" were too close together. Added a spacer, the
same size as an extra button between the two.
* Tweak spacing in call view rows.
// FREEBIE
9 years ago
Matthew Chen
8454c7dc2f
Log reconnect events as such.
...
// FREEBIE
9 years ago
Matthew Chen
5dd4655672
Ensure audio state when call connects.
...
// FREEBIE
9 years ago
Michael Kirk
f9497240e2
bump release target
...
// FREEBIE
9 years ago
Matthew Chen
b5aab60985
Respond to CR.
...
// FREEBIE
9 years ago
Matthew Chen
e947276f73
Add drop shadows to text in call view.
...
// FREEBIE
9 years ago
Matthew Chen
40b3d038db
Disable local video in background.
...
// FREEBIE
9 years ago
Michael Kirk
141a1bd176
Disable half-working call-holding feature all together
...
consolidated feature-disable logic for incoming/outgoing calls to make
it easier to document, and less likely to break when we *do* implement
CallHolding
// FREEBIE
9 years ago
Michael Kirk
969b73cad8
Implement call holding (call swapping still broken).
...
- Alice calls Bob on Signal and they start talking
- Charlie calls Alice on Not-Signal.
- Alice chooses to "Hold & Accept" putting Bob on Hold while the call with
Charlie connects.
- If Alice ends the call with Charlie, we're back in Signal-iOS and
talking to Bob, no problem.
- However, if, before ending the call with Charlie, Alice tries to swap
*back* to bob, bob won't hear any audio in the callkit screen. Alice
has to switch back to the Signal screen before the audio is transmitted.
// FREEBIE
9 years ago
Michael Kirk
e425d351c7
WIP: incoming non-signal call while in outgoing signal call
...
Marking Signal-Call as started, changes the incoming call screen for
subsequent calls to show "Accept & End", "Send to VoiceMail" and "Accept
& Hold" instead of just "Accept" & "Decline"
Though - we don't support Holding. What we really want to see is just
"Accept & End" and "Decline | Send to Voicemail"
// FREEBIE
9 years ago
Matthew Chen
c8e5884087
Respond to CR.
...
// FREEBIE
9 years ago
Matthew Chen
9a0a7bb6b1
Show alert when user tries to activate local video without camera permissions.
...
// FREEBIE
9 years ago
Matthew Chen
da53368bc2
Show alert when user tries to activate local video without camera permissions.
...
// FREEBIE
9 years ago
Matthew Chen
2ef80e569d
Improve thread safety in call ui adapter and adatapees.
...
// FREEBIE
9 years ago
Matthew Chen
50addfa4e8
Remove camera constraints.
...
// FREEBIE
9 years ago
Matthew Chen
6ce33381a8
Prevent screen from dimming or device from locking during video call.
...
// FREEBIE
9 years ago
Matthew Chen
40d7944120
Respond to CR.
...
// FREEBIE
9 years ago
Matthew Chen
9e34f87f0d
Fix issues around how remote/local video states affect call view.
...
// FREEBIE
9 years ago
Matthew Chen
699b364ec7
Show/hide call view controls in remote video mode if user taps screen.
...
// FREEBIE
9 years ago