2448 Commits

Author SHA1 Message Date
dcd33e8097 Added Telecom Framework audio setting 2026-04-28 11:26:13 +03:00
4654adea6c Avoid repeated log messages 2026-04-27 19:43:40 +03:00
8a898aac43 Introduced BaresipService.speakerPhoneAuto variable 2026-04-26 18:34:39 +03:00
86887a6e7f Speaker Phone fixes and improvements 2026-04-26 17:33:57 +03:00
960fc11c00 Moved Ringtone from Settings screen to Audio Settings screen 2026-04-26 13:28:32 +03:00
55d2704c33 Turn off Start Automaticelly automatically if the permission is denied 2026-04-26 10:22:59 +03:00
2184780eb4 No need to select Start Automatically again after permission is allowed
Dependencies upgrade
2026-04-26 09:16:36 +03:00
cbbd7e005e Moved Contacts Mode selection from Settings screen to Contacts screen menu 2026-04-26 08:57:33 +03:00
6a86390593 Avoid IME related crash in buggy devices 2026-04-26 07:48:23 +03:00
e6d3ada6dc Removed unused imm variable 2026-04-26 07:47:23 +03:00
27b99381d2 Improved unused isPSTNCallActive util function 2026-04-22 09:58:17 +03:00
df4e6bbe0c Allow both MODE_IN_CALL and MODE_IN_COMMUNICATION as call modes 2026-04-22 09:48:07 +03:00
d8e4fd3490 Fixed checking if there already is an active call 2026-04-21 18:42:49 +03:00
ecd6a4ad11 Replaced util function isPSTNCallActive with isAudioMode 2026-04-21 18:38:51 +03:00
e8b9a54e0d Improved creation of AEC, AGC and NS
Added 500 ms delay to unloading mixminus module after last call close
Improved ensuring communication mode
2026-04-21 17:02:10 +03:00
66c93298e5 Renamed Utils.aecAgcCheck() function call to Utils.aecAgcNsCheck() 2026-04-21 16:59:10 +03:00
9f52615a6f Reduced time to allow other disconnects to 500 ms
Avoid lint warning on TAG
2026-04-21 16:57:02 +03:00
9970bc6624 Improved implementation of toggling of speaker phone and clearing of communication device
Added NS check to AEC and AGC check function
2026-04-21 16:53:04 +03:00
7bcbb08aff Allow other disconnects after 500 ms second 2026-04-21 16:17:19 +03:00
dddc8a22f6 Allow perticipant to hold/unhold from/to conference call 2026-04-21 12:01:07 +03:00
72cadc2661 Reordered view model imports 2026-04-21 11:52:30 +03:00
bd00f153cc Added keyboard options to call URI in order to reduce load on slow devices 2026-04-21 11:48:03 +03:00
87ce79bc20 Added CAPABILITY_MERGE_CONFERENCE and CAPABILITY_SWAP_CONFERENCE to BaresipConnection 2026-04-21 11:45:35 +03:00
c52eb50267 Added small delay before enabling call URI field 2026-04-21 08:49:06 +03:00
493703fad4 Avoid crash in encryptToUri has no write access to URI 2026-04-21 08:34:02 +03:00
e1d6876b99 Restored accidentally removed Account Media encryption updating code 2026-04-20 20:26:58 +03:00
478c4ed8e0 New release 78.1.2 2026-04-20 09:44:24 +03:00
17b353fa40 Ensure that ringback and busy tone are played in communication mode 2026-04-19 16:21:49 +03:00
2d9b1b13bf Improved network and DNS server update 2026-04-17 21:54:44 +03:00
413124a288 Translated using Weblate (Spanish)
Currently translated at 100.0% (354 of 354 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/es/
2026-04-17 20:02:13 +02:00
ffd4e5930e Cast improvements 2026-04-17 21:01:39 +03:00
031369f75a Avoid EmptyList cannot be cast to ArrayList warning 2026-04-17 20:39:39 +03:00
63bd640791 Removed old accounts edit 2026-04-15 19:19:09 +03:00
2619a852e0 Upgrade log level in Log.i(TAG, "Acquiring Partial Wake Lock") 2026-04-14 20:20:40 +03:00
9f6524908e Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (354 of 354 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/zh_Hans/
2026-04-14 07:35:32 +02:00
219779a101 Removed unnecessary wake lock updates 2026-04-14 08:33:01 +03:00
bbe81ab80b Retain value of account's Check Origin when Register is toggled 2026-04-14 08:26:55 +03:00
e28379253e Removed brief wakelock acquire 2026-04-13 10:40:41 +03:00
97a31b5e31 Acquire PARTIAL_WAKE lock only during calls and briefly during registrations and network transitions 2026-04-12 18:52:04 +03:00
71119f1c76 Removed unused function and added unused suppress 2026-04-12 12:17:46 +03:00
687799d419 Added Custom Parameters account setting 2026-04-12 12:12:32 +03:00
d7abafbeb4 Translated using Weblate (Spanish)
Currently translated at 100.0% (352 of 352 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/es/
2026-04-10 13:39:13 +02:00
02bdaac4ad More audio enhancements
Reduce network logging
2026-04-10 14:37:44 +03:00
21c58c1caa Update also account's checkOrigin when value is changed 2026-04-10 08:50:21 +03:00
2280861532 Fixed initialization of Account Check Origin value 2026-04-10 08:22:25 +03:00
74af984ad4 Several audio related improvements 2026-04-09 19:30:36 +03:00
152b5466e5 Even when Android 12+, set MODE_IN_COMMUNICATION if not set 2026-04-09 18:17:31 +03:00
ffe1946ab9 Pass bevent to "call update" event and use to stop bevent when call update is skipped
Prevent other conference calls from closing when one participant hangs up
2026-04-09 18:05:34 +03:00
408313d893 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (352 of 352 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/zh_Hans/
2026-04-07 17:09:49 +02:00
c4768775ca Minor re-write of fun ensureCommunicationMode() 2026-04-07 11:44:54 +03:00