449 Commits

Author SHA1 Message Date
d0824cdb5e Do not include uuid in backup file (prevents having many baresip UAs with same identity) 2024-10-10 08:54:00 +03:00
74f6a859b1 Avoid lint warning 2024-07-26 18:48:13 +03:00
5d36cda09c Remove also %20 (space) from call action tel URI 2024-07-26 08:31:44 +03:00
d7e217e2d4 Properly handle transfer request when original call is already closed 2024-05-16 17:07:20 +03:00
81c0ddf197 Removed unnecessary casts 2024-04-09 10:04:33 +03:00
431a3c5ae0 Use Android 14 compatible backup file format 2024-03-20 08:21:45 +02:00
0862ca2007 No need for "accounts" resume action 2024-02-17 04:13:52 +02:00
59e2e38f42 Added setSpeakerIcon function 2023-10-21 11:25:24 +03:00
704b97aa10 Do not reset recording of next call when call is closed 2023-10-09 13:38:36 +03:00
6c06661ae6 Include also Dark Theme setting in backup file 2023-10-09 12:09:55 +03:00
9eab15ced1 Avoid duplicate code with private function 2023-07-06 10:11:59 +03:00
2394f3fba1 Added Redirect Mode account setting that tells if call redirect requests
(3xx responses) can be followed automatically or if confirmation
  needs to be asked
2023-07-02 15:20:06 +03:00
3b3dd30875 Hack to unescape URI when call or dial request comes from outside 2023-05-31 17:10:09 +03:00
77de42b60b In call info, show packets, lost, and jitter as ?/? if info is not available 2023-05-16 16:50:13 +03:00
58ce2f5dce Fixed call.rejected settings 2023-05-13 16:23:06 +03:00
bf2f79168e Show missed (not rejected) calls using yellow arrows 2023-05-13 11:36:09 +03:00
b6b39ae40b Impoved starting of baresip due to DIAL action 2023-05-07 19:27:43 +03:00
5bae9c2c84 In call/dial action URI decode "tel:%2B" to "tel:+" 2023-05-07 18:13:58 +03:00
a7ebbb30b2 Separate CALL and DIAL actions
Do not decode CALL or DIAL URI (decode raplaces + with space)
2023-05-07 17:23:47 +03:00
91b04ef221 Allow selecting baresip as the default Phone app 2023-05-07 14:17:23 +03:00
18f24380f4 Handle also DIAL action 2023-05-02 14:35:16 +03:00
808b4c26e1 Prevent starting of baresip service more than once 2023-04-17 13:17:02 +03:00
0e5ba4e559 Simplified abandoning audio focus 2023-04-15 07:26:33 +03:00
306b25c2af Added 'Audio Delay' Audio Setting 2023-04-14 11:58:30 +03:00
3cb710c4dd In Android versions below 12, add 1.5 sec delay before making call after audio mode is set to communication 2023-04-12 20:25:49 +03:00
b5c6372c58 Now minimum supported Android version is 6 (API level 23) 2023-04-11 17:55:04 +03:00
b77b7b8342 Fixed several audio focus/routing/volume control issues 2023-04-06 13:29:41 +03:00
966b4c2893 New call hold and call transfer buttons 2023-04-02 16:13:24 +03:00
a4034fca61 Renames UpdateNotification to Update Notification 2023-03-25 13:22:18 +02:00
bc3c7cf75c Allow turning on recording as long as call is not connected yet 2023-03-15 09:30:08 +02:00
fc62cd75f0 Prevent dismiss of Android contact concent dialog 2023-03-15 05:20:27 +02:00
4479aaa7ef Prevent also back key from dismissing password dialog 2023-03-14 13:49:14 +02:00
e1fdb8ecbd Many fixed and improvements related to asking passwords 2023-03-14 12:37:03 +02:00
12df05a3f8 Use isSpeakerphoneOn function when API level is <= 33 2023-03-13 00:36:17 +02:00
880f0f69ad - Added recordings to backup/restore
- Some code cleanup
2023-03-12 03:37:05 +02:00
84bcfdfa55 More work on call recording 2023-03-11 06:13:10 +02:00
9ab8c8f33e Work on call recording 2023-03-10 06:26:16 +02:00
de1f52b9ce Work on call recording 2023-03-09 08:12:29 +02:00
48ef1d4e2a Added support for call transfer to contact with multiple numbers 2023-03-07 07:26:20 +02:00
739fddcff8 Always use Contact.contactUris function 2023-03-06 07:36:51 +02:00
44a6839aee In order to simplify the code, active account needs to have telephony provider when making call or sending message to tel uri 2023-03-06 07:26:34 +02:00
a98982c2ed Require that the active account has telephony provider when making call to tel uri 2023-03-06 07:15:44 +02:00
12a242c11a Work on support for multiple numbers in Android contacts 2023-03-05 06:12:14 +02:00
ba938a7cb2 Removed comment 2023-03-04 04:51:20 +02:00
bd90a39363 More contact related improvements and fixes 2023-03-03 06:57:41 +02:00
c54439df21 Filter also ( and ) chars from tel: uri
u# Your branch is up to date with 'origin/master'.
ri# Untracked files:
2023-03-02 07:06:40 +02:00
3e101d22ca Always use PendingIntent.FLAG_IMMUTABLE flag in newer Android versions 2023-02-27 23:07:53 +02:00
0fa68c27dd More permissions cleaning 2023-02-24 05:51:01 +02:00
d864930bd9 Improved permissions handling 2023-02-22 23:10:16 +02:00
370541c611 Show permission rationale only then baresip is started the first time 2023-02-21 07:18:32 +02:00