84baa3a
avoid race conditions when downloading files or decrypting pgp messages and waiting for sm catchup
Daniel Gultsch
created
15e5ccd
avoid race condition that lead to double notification sound
Daniel Gultsch
created
1a72683
close http download connection after download
Daniel Gultsch
created
7ba8117
Merge pull request #2468 from morgenroth/feature/Android-auto-support
Click to expand commit body
Fix: Add messages to Notifications for Android Auto on Android M and older
Daniel Gultsch
created
adff2ba
Add messages to Notification for Android Auto on Android M and older
Click to expand commit body
In the previous implementation for Android Auto, messages are only added
on Android N and above. In order to support older Android versions, the
messages need to be added always.
The existing reply button for Android wear has been re-used from the action
bar. Instead of a 'send' icon, a 'reply' icon better matches the intended
action. Moreover, action icons for Android wear are solid white instead of
half transparent.
This can be used by screen readers and other accessibility aids.
Sam Whited
created
6c34763
transform aesgcm:// links back to https:// before connecting through Tor
Click to expand commit body
fixes #2444
Daniel Gultsch
created
1ac0c2f
show 'try again' button when remote server wasn't found in previously active muc
Daniel Gultsch
created
483304c
recognize muc self presence on nimbuzz.com
Click to expand commit body
Apparently nimbuzz.com doesn't include status code 110 in muc self presence
It does however include the full real jid in the presence’s item.
We can use that as a work around to detect a self presence.
This patch adds required additions in order to show notifications
in Android Auto. Messages are read aloud and voice reply is
offered. The functionaliy has been tested with the Android Auto
standalone app as well as with the DHU simulator as describes
here:
https://developer.android.com/training/auto/testing/index.html