933 Commits

Author SHA1 Message Date
b916943fa4 In Android 13+, remove icon and text from status notification 2023-03-26 09:53:12 +03:00
65acc2a390 Added setting to choose IP address family 2023-03-25 16:43:56 +02:00
a4034fca61 Renames UpdateNotification to Update Notification 2023-03-25 13:22:18 +02:00
db50ae1326 Moved playRecording function from Utils to CallDetailsAdapter 2023-03-18 10:51:24 +02:00
308faf3c30 Improved starting/stopping of recording play 2023-03-17 19:21:46 +02:00
2c9628f1f4 Work on to stop playing of recording 2023-03-17 16:24:35 +02:00
17d5fb5d07 Recording enc and dec files may not be created during the same second 2023-03-15 10:08:47 +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
337a932e85 In Call History, show time in bold if a call was recorded 2023-03-13 04:19:09 +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
33a77a0df9 recording can be val 2023-03-11 07:05:18 +02:00
84bcfdfa55 More work on call recording 2023-03-11 06:13:10 +02:00
dbec2629ae More logging 2023-03-10 07:54:52 +02:00
4d7c58d3c7 Added log message 2023-03-10 06:53:22 +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
cbd3ae228d Fixed adding of new chat peer 2023-03-07 07:25:08 +02:00
586da68932 Fixed bug in friendlyUri 2023-03-06 22:15:29 +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
444aa4e02e Added multiple contact number support to chats 2023-03-06 07:13:01 +02:00
12a242c11a Work on support for multiple numbers in Android contacts 2023-03-05 06:12:14 +02:00
de6747a802 Improved friendlyUri function 2023-03-05 06:10:19 +02:00
ba938a7cb2 Removed comment 2023-03-04 04:51:20 +02:00
24c4fb222f Fixed finding of chat peer 2023-03-04 03:44:09 +02:00
ea7b443bb4 Improved contectName function 2023-03-04 03:37:00 +02:00
cf02daad0d More contact related fixes 2023-03-04 00:30:17 +02:00
bd90a39363 More contact related improvements and fixes 2023-03-03 06:57:41 +02:00
2b05ee2fdc Fixed getting of URI scheme 2023-03-02 07:46:08 +02:00
177f5c663c Optimized findContact 2023-03-02 07:44:28 +02:00
fc534c740b Simplified setting of peerURIView text 2023-03-02 07:20:32 +02:00
70ad950484 In e164Uri, don't assume that scheme is sip: 2023-03-02 07:18:10 +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
b892dc20dc Show proper contact also when asking about deleting or adding chat peer from/to contacts 2023-03-01 01:13:24 +02:00
95ed61a46b Apply country code also to chat peer's URI in order to find proper contact 2023-03-01 01:13:24 +02:00
3e101d22ca Always use PendingIntent.FLAG_IMMUTABLE flag in newer Android versions 2023-02-27 23:07:53 +02:00
c14da9e7b1 Added registration-interval to xml configuration 2023-02-27 07:19:42 +02:00
7fc5ad0987 Now also ( and ) characters are accepted in telephone number and
filtered out when constructing SIP URI
2023-02-27 06:59:00 +02:00
3eac700fb5 Use telephony provider also when sending message to tel URI 2023-02-26 05:52:07 +02:00
fd25cc0bfd Fixed checking when re-registering is needed after account modifications 2023-02-26 04:41:39 +02:00
8217cacfc5 Added Registration Interval account setting 2023-02-25 08:19:43 +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