1340 Commits

Author SHA1 Message Date
ef4a73af70 Simplified audio focus requesting by using androidx media
Do not play "busy" and "error" sounds when call is closed
Always use audio usage type USAGE_VOICE_COMMUNICATION
2022-02-06 16:33:50 +02:00
40185013af Handle service events recursively from queue (no need for timers)
Fixed removal of onhold notice
2022-02-06 09:30:29 +02:00
0a0ebf3f85 Added foregroundServiceType and stopWithTask attributes to baresip service 2022-02-05 21:50:48 +02:00
6553293a3a New version 40.0.1 2022-02-04 20:29:44 +02:00
926ed9ae23 In order to avoid observer missing events, post them at least 50ms apart 2022-02-04 20:15:42 +02:00
c2200b42bb New version 40.0.0 2022-02-03 15:59:30 +02:00
bf9458a354 Various string addtions and improvements 2022-02-03 14:07:39 +02:00
2c9b920825 Improved friendlyUri function 2022-02-03 13:42:57 +02:00
646615b1b5 Translated using Weblate (Portuguese)
Currently translated at 100.0% (272 of 272 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt/
2022-02-03 11:03:10 +01:00
7f16d744b7 Translated using Weblate (Russian)
Currently translated at 86.7% (236 of 272 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/ru/
2022-02-03 11:03:10 +01:00
bbb7eb26ee Added/removed strings
Modified chat message input type
2022-02-03 11:57:31 +02:00
5cf189a06a Prompt user for telephony provider account if such is needed to make the call 2022-02-03 11:45:05 +02:00
af11b18bd7 Update also Android tel uri contact 2022-02-02 17:47:03 +02:00
1c3683e3f4 Improved handling of CALL action 2022-02-02 17:46:17 +02:00
d3a2282f03 Added Telephony Provider account configuration item
Added support for Contact tel URIs
Show account's STUN configuration items only if needed
Avoid some lint warnings in baresip.c
2022-02-02 11:36:08 +02:00
c285719da1 New version 39.1.0 2022-01-30 15:01:50 +02:00
15b4ec021c Automatically capitalize message sentences 2022-01-30 12:34:05 +02:00
1b8656a240 Added textShortMessage input type to message text view 2022-01-28 22:09:22 +02:00
0fd9f20d1a Fixed external calling when baresip app is running but has been cleared
Fixed external calling to tel: URI
2022-01-28 15:58:34 +02:00
452674db17 Renamed some address vals in order to avoid lint warnings 2022-01-28 10:39:19 +02:00
730be8054a Improved and fixed handling of message and call transfer events 2022-01-28 10:29:27 +02:00
06dd814a27 Use LiveData to observe service events
Avoid bluetooth related error
2022-01-27 18:30:44 +02:00
8598a6f67f Gradle and gradle dependencies upgrade 2022-01-27 17:09:34 +02:00
a44a20a159 Use LiveData to observe registration status changes and message responses 2022-01-26 10:47:27 +02:00
0781fa85c3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (272 of 272 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2022-01-25 09:24:54 +01:00
29fff4fa13 Handle message rerponse already in baresip service 2022-01-25 10:23:53 +02:00
21c7e6f8b2 Moved unregistering of receiver from onPause to onDestroy 2022-01-25 09:16:17 +02:00
0ccc1751b7 Minor code improvement 2022-01-25 09:15:32 +02:00
54f6b04163 Moved screen event receiver from baresip service to main activity 2022-01-24 17:28:02 +02:00
b5524b3f7e When registering fails, toast it from baresip service to any activity 2022-01-24 10:53:05 +02:00
ebbe6328c9 New version 39.0.0 2022-01-22 16:08:31 +02:00
2b23aed3b6 Fixed call tittle text 2022-01-22 15:58:49 +02:00
af0425ee74 Cleaned uaEvent param handling 2022-01-22 14:59:04 +02:00
96263a8047 Translated using Weblate (Swedish)
Currently translated at 96.3% (263 of 273 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/sv/
2022-01-22 05:12:12 +01:00
e1f2755b9b Translated using Weblate (Norwegian Bokmål)
Currently translated at 71.4% (195 of 273 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/nb_NO/
2022-01-22 05:12:12 +01:00
da74158c0f Do not use "Answering call from ..." title, since flashing it is confusing when call is established immediately 2022-01-22 06:09:59 +02:00
deed5bb877 Change call status to "answered" only when answering incoming call 2022-01-21 20:25:29 +02:00
d173c929f1 Allow cancelling of answered call that waits to be established
Simplified some call related strings
2022-01-21 19:17:44 +02:00
c15c00cb69 Improved fi translation 2022-01-20 17:51:25 +02:00
fcb0ae7e06 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (272 of 272 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2022-01-20 16:08:54 +01:00
df5268dcd5 In contact and chat lists use bitmap to show text avatar 2022-01-20 17:08:01 +02:00
794a4293dd In call list, use bitmap to show text avatar 2022-01-20 13:14:22 +02:00
3fc1586044 Dependencies upgrade 2022-01-20 13:10:11 +02:00
88913e188b Translated using Weblate (Portuguese)
Currently translated at 100.0% (267 of 267 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt/
2022-01-18 16:31:03 +01:00
34fc9220f8 Added call details activity that can be accessed by touching time in call history list 2022-01-18 17:29:14 +02:00
3a3198a403 Avoid lint warning 2022-01-16 14:48:43 +02:00
b49a989be8 Included in call history both start and stop time of calls
Improved display of call history time value
2022-01-16 14:42:16 +02:00
8b104e8dea New version 38.0.0 2022-01-14 10:27:15 +02:00
e73be20160 Simplified screen lock handling 2022-01-14 09:57:57 +02:00
e1fd993f1f More code cleanups 2022-01-13 18:15:12 +02:00