Message styling purposly doesn’t require a whitespace after a closing
tag to make something like ~un~believable work. However it also breaks
_Programmierer_innen_ and other example where the tag is repeated as a
non tag in the word.
Therefor we change the rules that if a closing tag is followed by a higher
order closing tag (a closing tag followed by an end block or white space)
we ignore the first closing tag. But only if we don’t read another tag open.
Daniel Gultsch
created
1a1bfb3
show warning snackbar before joining anon-non-private room. fixes #3306
Daniel Gultsch
created
5b68155
do not process PEP bookmarks if conversion feature n/a
Click to expand commit body
If conversion feature is not available we will never write to PEP
therefor it is not advisable to process PEP events; otherwise
the changes we do might not land in PEP.
simply ignoring PEP is probably better than dynamically removing +notify
Daniel Gultsch
created
0852904
Reduce `minSdkVersion` to 18, backfill missing methods
Click to expand commit body
This reduces the minimum SDK version to 18 (Android 4.3), which notably is
the last supported version for the BlackBerry OS 10.3 Android compatibility
layer.
Alex Palaistras
created
69ca58d
xmpp-addr: Backfill missing class method for Java 1.7
Click to expand commit body
This backfills missing class methods for `java.nio.charset.StandardCharsets`
and `java.util.Objects` for compatibility with platforms which do not support
these (mainly Android SDK versions <= 18).
this commit is just to make policies equal and independent on various android
versions. support for http might be removed in the future across all versions.
Daniel Gultsch
created
bcfd3f2
postpone prekey removal and republish to after mam
after receiving a SignalMessage that can’t be decrypted because of broken sessions
Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage
wrapped in a key transport message.
fdbed9c
open direct search after hitting + in share with screen
Daniel Gultsch
created
846bba9
remove role=none participant when first online participant joins
Click to expand commit body
in anticipations for muc services using registered nicks (and putting nicks
into the member list even if that user is offline) we need to remove that 'fake' user
from the online list when the real user comes online.
Daniel Gultsch
created
6381f8a
fixed cache cleaning of muc avatars, fixes #3296