2334 Commits

Author SHA1 Message Date
9ef749ec41 Removed comments 2026-04-03 16:48:14 +03:00
796f6c0706 Removed updatePartialWakeLock() recursion 2026-04-03 16:43:54 +03:00
063bc6395c Merge branch 'calling_app' 2026-04-03 15:10:09 +03:00
3baef81b0e Removed extra spaces 2026-04-03 14:57:08 +03:00
12d53da16c Moved REPLACES constant to Api 2026-04-03 14:42:57 +03:00
cc3fc1b23d In attended call transfer, check if peer supports REPLACES header 2026-04-03 14:13:58 +03:00
bdaee6f013 Call hold/resume improvements 2026-04-03 13:11:06 +03:00
67be5292d8 Improved attended call transfer and call hold/resume 2026-04-03 11:38:19 +03:00
91f28f03df Fixed bug in checking if call already exists 2026-04-02 19:04:08 +03:00
eb52a1a8d3 Simplified audio management 2026-04-02 09:56:47 +03:00
6ccf6f596e Improved checking if there already is an active call 2026-04-02 09:30:18 +03:00
f64e1bd982 Improved checking if there already is an active call 2026-04-02 09:12:07 +03:00
b0f4476672 Always resume to active call on main screen if there is one 2026-04-01 17:17:38 +03:00
d20b1adcc2 Always resume to active call on main screen if there is one 2026-04-01 17:16:12 +03:00
846fcb5bc7 Acquire wifi lock also when wifi is available but not the active network 2026-04-01 13:13:24 +03:00
0aca41a956 Print network debug only if there was change 2026-04-01 13:10:15 +03:00
dd8c8fffea Added try/catch to updatePartialWakeLock 2026-04-01 10:24:04 +03:00
ccdb262314 Acquire partial wake lock only if there is active registrations or calls 2026-04-01 10:22:16 +03:00
4563d62571 Acquire partial wake lock only if there is active registrations or calls 2026-04-01 10:13:24 +03:00
0b867fa8f6 Added comment to InCallService 2026-04-01 10:12:48 +03:00
e63a3319d6 Added ConnectionService.kt 2026-03-31 08:47:18 +03:00
994db0bd34 Added isNotificationInCall variable 2026-03-31 08:31:44 +03:00
9c02de17cf Work on calling app 2026-03-30 18:02:52 +03:00
2a38408b76 Network callback, contact observer and ringing improvements 2026-03-28 08:07:58 +02:00
1ead39249e Made fun clearService safer 2026-03-27 19:23:44 +02:00
c4248e9056 Do not acquire partial wake lock (Google doesn't like it) 2026-03-27 14:37:56 +02:00
11cda6f14a Update notification if it is dismissed 2026-03-23 14:22:39 +02:00
fea6fa0e43 More notification improvements 2026-03-23 14:15:51 +02:00
e1c1d14688 Restored behavior where baresip foregound service notification is always visible 2026-03-23 12:45:50 +02:00
f3dda4826a Translated using Weblate (Czech)
Currently translated at 100.0% (349 of 349 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/cs/
2026-03-22 12:05:13 +01:00
337313f93f Removed g726 from initial audio modules list 2026-03-22 13:04:08 +02:00
7f17018f89 Remvoved redundant Suppress 2026-03-22 11:14:05 +02:00
d12f4a5057 String fixes 2026-03-22 11:03:25 +02:00
5a787c13ce Fixed cs strings 2026-03-22 10:55:30 +02:00
f033db2aa9 Fixed lint warning and bug in codecs screen 2026-03-17 05:18:06 +02:00
aa3ab7a7e0 Translated using Weblate (French)
Currently translated at 75.3% (263 of 349 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/fr/
2026-03-16 05:34:54 +01:00
76dd95ca81 Translated using Weblate (Hebrew)
Currently translated at 100.0% (349 of 349 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/he/
2026-03-13 16:10:10 +00:00
7d7cf9323b Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (349 of 349 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/zh_Hans/
2026-03-12 06:25:44 +01:00
53da9cb2de Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (347 of 347 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/zh_Hans/
2026-03-11 02:25:26 +01:00
e247a57382 Added Unique Contact URI setting 2026-03-11 03:24:49 +02:00
1545e60fb4 Known issues update 2026-03-10 05:08:40 +02:00
afea8456c4 Hardened vertical scrollbar modifiers in order to prevent possible crash when sceen is rotated 2026-03-09 03:52:09 +02:00
d727e49526 Use moveTaskToBack(true) instead of finishAndRemoveTask() when call is closed and screen is locked 2026-02-22 03:00:46 +02:00
f7662fa6bd Cancel full screen notification when call is closed
Generate missed call notification also when baresip app is not visible
2026-02-21 21:56:15 +02:00
9d949c8a0b Minor edits 2026-02-19 05:08:58 +02:00
0a58bf2d30 Fixed typo 2026-02-19 05:04:22 +02:00
25e8abaed0 Removed unnecessary function argument 2026-02-19 05:02:51 +02:00
4e74341d8f Always use HIGH_CHANNEL_ID for incoming call notification 2026-02-19 04:57:03 +02:00
2a337e4a41 Added showWhenLocked and turnScreenOn to .MainActivity 2026-02-19 02:09:14 +02:00
54a1c9cb92 Translated using Weblate (Portuguese (Brazil))
Currently translated at 85.3% (296 of 347 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2026-02-17 01:09:46 +00:00