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/
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/
6975299
hook into onAnswer/onReject of CallIntegration
Click to expand commit body
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
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
e599bcd
Register with MUC when joining, deregister when leaving
Click to expand commit body
Where allowed, if not allowed just do nothing.
Complex registration forms (requiring more than just nickname) are not
supported for now, we could render them in the UI to allow for "apply
for membership" flows, but no one supports that yet so this gets us the
basics for now.
Crashing on unknown input was a useful debugging tool for awhile, but
it's not really acceptable in a production app being used for so many
different things. If we get send nonsense, at least show the user an error.