some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this
dac0884
handle decrypting/encrypting of omemo messages with duplicate device ids
Daniel Gultsch
created
136d1e1
added work around to create 'actions' from nova launcher
Click to expand commit body
fixes #3331
Daniel Gultsch
created
0aeb002
Enable notifications from strangers by default (#3327)
Click to expand commit body
Notifications from strangers are disabled by default in order to cope
with spam. On the other hand, this complicates contacting other users
for the first time, which leads to a bad user experience.
af8a524db1
created
b9952f2
archive destoryed mucs when registering that bookmark has been removed
Daniel Gultsch
created
9d849f5
Merge branch 'implement_room_destruction' of https://github.com/area-42/Conversations into bookmarks
8f27a17
try to guess inital location in ShareLocation based on sim card
Daniel Gultsch
created
ae9bfe1
limit video transcoding to api >= 18 and other api 16 fixes
Daniel Gultsch
created
c071a53
Merge branch 'api-level-18' of https://github.com/deuill/Conversations into deuill-api-level-18
Daniel Gultsch
created
aaf5fa8
Reduce `minSdkVersion` to 16, fix issues reported by lint
Click to expand commit body
This further reduces the minimum API level to 16, which should encompass
most users stuck on older versions of Android (mainly BlackBerry OS and
Jolla users).
Several issues reported by code analysis were fixed, mainly around issues
with layouts.
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