Commit Graph

69 Commits

Author SHA1 Message Date
Harris 34863c5cab feat: add a first call missed control message and info popup with link to privacy settings 2022-04-06 16:38:55 +10:00
jubb 4c984de9ff refactor: call reconnection improvement tested cross platform to re-establish 2022-03-25 16:25:52 +11:00
jubb 720d0fcf86 refactor: remove negotiation based on which party dropped connection 2022-03-24 17:12:39 +11:00
jubb 1f4c2f9a08 refactor: add null case 2022-03-09 10:26:06 +11:00
jubb c16ca83279 feat: reset peer connection on DC to prevent ICE messages from old connection or stale state in reconnecting 2022-03-09 10:11:26 +11:00
jubb e9578de779 feat: reconnection logic works correctly now 2022-03-08 14:29:46 +11:00
jubb 18884ea06b feat: check new session based off current state 2022-03-07 17:47:35 +11:00
jubb 734bb93c48 feat: add reconnecting and merge fixes 2022-03-07 16:44:49 +11:00
jubb 3fc7654b81 feat: state machine reconnect logic wip 2022-03-04 17:10:32 +11:00
jubb a90bd89c9a refactor: adding reconnecting logic and visuals 2022-03-03 17:03:32 +11:00
jubb 573f0930df feat: new call state processing 2022-03-03 15:18:19 +11:00
jubb 150d5467d4 refactor: state machine and tests for the transition events 2022-02-23 17:26:31 +11:00
jubb 2ded8c0f6e refactor: calls video stretching but consistent 2022-02-17 17:27:46 +11:00
jubb 0275edfcf9 refactor: applying rotation and mirroring based on front / rear cameras that wraps nicely, only scale reworking needed 2022-02-16 16:08:25 +11:00
jubb a11a5da7c2 feat: setting up rotation for the remote render view 2022-02-15 16:17:14 +11:00
jubb eb2e3d075e feat: starting the screen rotation processing 2022-02-14 17:24:28 +11:00
jubb 9119ea2d5e feat: adding base for rotation and picking random subset of turn servers 2022-02-11 16:55:45 +11:00
jubb 53127b69de refactor: compile errors and refactoring to view binding 2022-02-08 12:04:55 +11:00
jubb fa4f0809ac fix: bug fixes for self-send answer / hangup messages 2021-12-20 14:30:46 +11:00
jubb b4769926ca refactor: remove whitespace 2021-12-15 15:32:13 +11:00
jubb cfbe09d106 fix: remove wrap content for renderers and look more at recovering from network switches 2021-12-14 16:21:23 +11:00
jubb 7eae1404c5 feat: add silenced notifications for call notification builder. check pre-offer and connecting state for pending connection 2021-12-13 16:53:42 +11:00
jubb 9c21cfa7b8 fix: remove end call from busy 2021-12-08 17:30:05 +11:00
jubb 38a8738674 fix: various bug fixes for calls 2021-12-08 17:29:10 +11:00
jubb 522c5cd520 refactor: prevent calls from non hasSent participants 2021-12-07 16:09:58 +11:00
jubb 75efd7b21a refactor: add wantsToAnswer ability in pre-init for fullscreenintent 2021-12-07 15:17:28 +11:00
jubb ef79eb4bb2 refactor: aspect ratio fit preserved 2021-12-07 13:36:34 +11:00
jubb 02feba25d2 refactor: wrapper use corrected session description, set title to recipient displayName, indicate session calls 2021-12-07 11:10:17 +11:00
jubb c4fe558673 feat: adding a call time display 2021-11-30 17:35:12 +11:00
jubb f9b560d3d5 refactor: move start ringer and init of audio manager to CallManager.kt and string fix up 2021-11-29 11:57:27 +11:00
jubb 644213ea32 refactor: more bluetooth improvements 2021-11-26 17:12:30 +11:00
Harris a3dfd1dd0c feat: add first call notification 2021-11-24 17:10:20 +11:00
Harris e876dc3ebd feat: process microphone enabled events and remove debuggable from build.gradle 2021-11-24 16:04:50 +11:00
Harris 2ae2d1610f feat: add a hangup via data channel message 2021-11-24 14:18:15 +11:00
Harris d6823d88e6 refactor: handle in-thread call notifications better and replace deny button intent with denyCallIntent instead of hangup 2021-11-24 11:57:23 +11:00
jubb f05487f925 feat: adding call messages for incoming/outgoing/missed 2021-11-23 17:59:02 +11:00
jubb 5fbace70b5 feat: handle discarding pending calls from linked devices 2021-11-22 16:58:28 +11:00
Harris 8e56f76fc1 feat: add pre-offer information and action handling in web rtc call service 2021-11-19 16:04:28 +11:00
Harris 276f808ca3 fix: bluetooth auto-connection and re-connection fixes, removing finished todos, allowing self-send call messages for deduping answers 2021-11-18 16:19:09 +11:00
Harris 23e644150a fix: incoming ringer fix on receiving call, call notification priorities and notification channel update 2021-11-17 15:46:45 +11:00
Harris ad9cd8b231 fix: don't display call option in conversation and don't show notification if option not enabled 2021-11-17 14:22:33 +11:00
Harris 98a50cbf69 feat: add call related permissions and more network handover tests 2021-11-17 12:51:15 +11:00
jubb bf74483b9f feat: add fixes to bluetooth and begin the network renegotiation 2021-11-15 18:02:55 +11:00
jubb b6c53b4964 feat: updating call layout 2021-11-12 17:07:39 +11:00
jubb 3d0e5541d0 feat: ringers and better state handling 2021-11-12 12:21:05 +11:00
jubb 3684457280 fix: fixing call connect flows 2021-11-10 17:44:23 +11:00
jubb 99b6a38b90 feat: call establishing and displaying 2021-11-10 11:57:03 +11:00
jubb 2e973146a3 feat: some connection and service launching / ring lifecycle 2021-11-09 17:15:22 +11:00
jubb a0e604dbaf feat: hooking up calls and fixing broken dependencies and compile errors 2021-11-08 17:32:25 +11:00
jubb 3755315b4c feat: adding remainder of basic functionality to services and CallManager.kt 2021-11-05 16:35:40 +11:00