Commit graph

27 commits

Author SHA1 Message Date
ed99514686 feat: (for now android only!) method to get current call stats 2026-04-30 16:13:38 +07:00
82c1a3f96c feat: (for now android only!) dscp retrieval and configuration methods 2026-04-28 15:30:30 +07:00
02cc6ad612 feat: disable automatic gain control for android (unavailable in iOS) 2026-04-24 13:38:03 +07:00
5a547958d5 feat: add playback gain methods to all platforms 2026-04-24 13:25:28 +07:00
7608d79d64 feat: add mic gain set and get methods 2026-04-23 17:14:17 +07:00
a740475d56 refactor: simplify ipv6 configuration with setIpv6Enabled (disabling ipv6 actually) 2026-04-14 16:16:54 +07:00
71b9b11439 fix: temporary enabling only g729 audio codec 2026-04-14 15:01:36 +07:00
19cc2836a3 chore: downgrade linphone-sdk-android to stable 5.4.106 2026-04-14 14:57:50 +07:00
b167b6ae3f fix: add missing android.os.Bundle import to LinphoneVoipService 2026-04-09 12:41:38 +07:00
ab5df9fd28 feat: add custom notification title and message for VoIP calls (also stopCallService method) 2026-04-09 12:22:18 +07:00
f722fc0e5f fix: apparently, liblinphone has NO keepalive options 2026-04-08 18:58:04 +07:00
392b501167 fix: so, newer versions of liblinphone have no support for manual keepalive timing setting 2026-04-08 18:54:16 +07:00
288b46647c fix: more fixes to google sheeeat 2026-04-08 18:49:35 +07:00
518a43082e feat: add MANAGE_OWN_CALLS permission to AndroidManifest 2026-04-08 18:30:16 +07:00
ead14e9a83 fix: moved important functions out of companion 2026-04-08 18:02:12 +07:00
e9e07a3415 fix: forgor about imports 2026-04-08 17:59:17 +07:00
0940fcb908 feat: experimental fix for dying calls on android sdk34+ 2026-04-08 17:47:37 +07:00
4285891d8d style: neovim broke tabs a little 2026-04-08 17:40:37 +07:00
f64284f963 feat: add sendDtmf method to send DTMF tones during a call 2026-03-30 09:28:40 +07:00
79e405797a fix: disabling IPv6 support may fix DSCP fields absence 2026-02-10 12:29:52 +07:00
6bf6e7e8ea feat: prioritize g729 audio codec 2026-02-09 11:57:31 +07:00
4d8ef9c9d2 chore: migrate to kotlin dsl and update linphone sdk 2026-02-09 11:57:15 +07:00
d652c1237e chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo 2026-02-03 17:19:04 +07:00
189df6d042 perf: lower Opus bitrate and add Speex (8 kbps) to preferred list 2026-02-03 16:54:25 +07:00
06a57d5c21 feat: upgrade linphone-sdk to 5.4.84 and add syncCurrentState 2026-02-03 15:53:40 +07:00
e2d1086f07 chore: configure Android library Gradle build and fix package namespace inconsistency 2026-01-22 14:01:36 +07:00
96a7e211a0 feat: Working VoIP calling implementation (Flutter + Android)
Working video and audio calls, as well as android integration
2025-08-30 18:46:02 +07:00