Instead of a single "done" button, show all available actions in the footer,
each in a different color (generated the same as avatar backgrounds, etc) with
the action name translated if a translation is available.
The pseudo-action "close" is for when a command is already completed. In this
case, the execute() call will see that the session is already completed and it
will be removed without actually checking the action string at all.
Depending on the fragment lifecycle, onCreateView and onStart may both be called
before the backend is connected, and so there will be no conversation yet.
Instead, do the conversation-needing initialization here in reInit where we know
we have it.
If a JID advertises commands, list them.
This only works if the JID supports CAPS and is in our roster and we have
already fetched CAPS for the resource.
* tag '2.10.9': (25 commits)
version bump to 2.10.9 + changelog
set immutable flags for backup notifications
skip empty uris on attach
pulled translations from transifex
do not retrieve media attributes from encrypted files
make launch conversation and launch tor pending intents immutable
pulled translations from transifex
pulled translations from transifex
do not accept empty credentials as ice-restart
add immutable flag to pending alarm intents
add migration tutorial
Fix typo
try to detect if a container contains video or audio
request bluetooth connect permission
add permission checks to appRTCBluetoothManager
bump targetSdk to 32
ignore race condition after reject from notification
use threemas webrtc build (trial)
upgrade okhttp
remove null bytes from strings before creating sql statements in backup
...
827e7bf
Set dialler integration active as soon as we return the connection
Click to expand commit body
Since that is the point where the phone call starts from the OS point of view,
and we do want to prevent the app from thinking we are in a not-us call when the
dialler integration is in use.
Stephen Paul Weber
created
5cecb1a
Export the extra data from the cheogram db as part of backup
Stephen Paul Weber
created
fe3433e
do not accept empty credentials as ice-restart
Daniel Gultsch
created
508e1ac
add immutable flag to pending alarm intents
* Create migrating_to_new_device.md
* Add link to Readme for further information.
* Added some info
* Make separate backup guide and integrate Readme information with new guides.
Co-authored-by: Licaon_Kter <licaon-kter@users.noreply.github.com>