bd2b9b4
do not enforce main thread for getting audio devices
Click to expand commit body
fixes #206
Daniel Gultsch created
bd2b9b4
do not enforce main thread for getting audio devices
fixes #206
Daniel Gultsch created
9386769
Translated using Weblate (Japanese)
Currently translated at 50.0% (1 of 2 strings) Translation: Conversations/App Store Metadata (Conversations) Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata-conversations/ja/
acioustick created
b381f12
Translated using Weblate (Galician)
Currently translated at 50.8% (29 of 57 strings) Translation: Conversations/App Store Metadata (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/gl/
ghose created
d38c8b2
Translated using Weblate (Romanian)
Currently translated at 100.0% (982 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/ro/
licaon-kter created
f3390a5
Translated using Weblate (Russian)
Currently translated at 100.0% (982 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/ru/
Application-Maker created
676acce
Translated using Weblate (Albanian)
Currently translated at 100.0% (2 of 2 strings) Translation: Conversations/App Store Metadata (Quicksy) Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata-quicksy/sq/
Besnik_b created
6c19c46
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (57 of 57 strings) Translation: Conversations/App Store Metadata (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/zh_Hans/
Outbreak2096 created
b8a56c4
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (982 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/zh_Hans/
Outbreak2096 created
aad750f
Translated using Weblate (Albanian)
Currently translated at 98.5% (968 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/sq/
Besnik_b created
6e78924
Translated using Weblate (Japanese)
Currently translated at 100.0% (982 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/ja/
Mako created
34b60bb
Translated using Weblate (Galician)
Currently translated at 100.0% (982 of 982 strings) Translation: Conversations/Android App (shared) Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/gl/
ghose created
94f3b1f
version bump to 2.14.0-beta + changelog
Daniel Gultsch created
f1abfbd
work around dead system exception when querying active network
Daniel Gultsch created
3ae561d
bump dependencies
Daniel Gultsch created
7eaad98
remove mic availability check
Daniel Gultsch created
ca1d8b4
fix race condition accessing rtpSender
Daniel Gultsch created
e416a6c
maintain phone accounts only for enabled accounts
Daniel Gultsch created
a04dc6e
show warning when call integration accounts exceed 10
Daniel Gultsch created
d2d7632
show speaker configuration during ACCEPTING
Daniel Gultsch created
18dea35
send jmi finish alongside session terminate
Daniel Gultsch created
21b8bf4
skip automatic audio device selection when BT is available
Daniel Gultsch created
a78747e
react to onSilence() and stop ringtone
Daniel Gultsch created
bfe2aff
show speaker selection during 'ringing'
Daniel Gultsch created
bff1ac5
do not nofiy UI if UI triggered retract
Daniel Gultsch created
5158fc4
do not process JMI from offline queue as live messages
Daniel Gultsch created
32da585
track offline message queue
Daniel Gultsch created
ef5508e
trigger incoming call integration only for rtp connections
Daniel Gultsch created
b7da7f3
add generator for JMI finish message
Daniel Gultsch created
bcc0c32
fix crash when using direct jingle init on offline contacts
Daniel Gultsch created
1090b2e
add optional strict offline checking for calls
Daniel Gultsch created
d4225fc
fix regression with screen not being put in right state
Daniel Gultsch created
7f9d836
play connected sound from sound file
Daniel Gultsch created
d31b24d
get rid of ToneManager and play sounds in CallIntegration instead
CallIntegration takes care of audio routing so it makes sense to play and sounds here too
Daniel Gultsch created
66cd50e
add permission check to placeCall method
Daniel Gultsch created
0ffc295
provide alternative method to create calls for Android <8
Daniel Gultsch created
d79fc1b
run some AppRTCAudioManager actions on main thread
Daniel Gultsch created
6ba9208
switch audio device when switching to video
Daniel Gultsch created
ebb48e9
set correct video state for calls
Daniel Gultsch created
6975299
hook into onAnswer/onReject of CallIntegration
the Operating System shows a notification on our behalf if there is currently a call going on that can not be put on hold (For example a Quicksy call is going on while a Conversations call is coming on)
Daniel Gultsch created
f119c36
(un)register phone account on xmpp account creation/deletion
Daniel Gultsch created
b9e4296
reformat debug info
Daniel Gultsch created
dfa389f
update UI in case proposal gets retracted by system
Daniel Gultsch created
a44ad60
update UI with correct state after UI gets invoked with ACTION_VIEW
Daniel Gultsch created
d20cc87
retract proposal when accepting other call
Daniel Gultsch created
4378f89
add Config flag to debug direct call init
Daniel Gultsch created
19c634f
use call integration via MANAGE_OWN_CALLS
better integrate calls into the system via 'Build a calling app'¹ a few hooks like onAnswer/onReject and automatic PhoneAccount creation are still missing ¹: https://developer.android.com/develop/connectivity/telecom/selfManaged
Daniel Gultsch created
ac4473a
WebXDC can only use encryption if there is no state update
Stephen Paul Weber created
4187435
Bump versionCode
Stephen Paul Weber created
9510328
Allow long searchable list to take up more screen if alone
Stephen Paul Weber created
2a55284
Don't try to copy content we already have
Saves time, but also saves us copying over ourselves and destroying the file
Stephen Paul Weber created