26f7702
request storage permission when sending gif. fixes #2589
Daniel Gultsch created
26f7702
request storage permission when sending gif. fixes #2589
Daniel Gultsch created
9b4cb37
version bump to 1.20.0
Daniel Gultsch created
85b502c
use proper defaults for notification. fix sound playing twice on Android 8
Daniel Gultsch created
debbaa8
pulled translations from transifex
Daniel Gultsch created
6777ecd
set status=received on status messages
Daniel Gultsch created
e0fa820
improved error messages on missing omemo keys
Daniel Gultsch created
8c3586f
updgrade gradle plugin
Daniel Gultsch created
6afa565
fixed jingle state machine being thrown off by iq-result coming after session-accept
fixes #2587
Daniel Gultsch created
1383d3d
fixed regression that set the autojoin default to false
Daniel Gultsch created
dd5e321
fixed conference naming for joined people not in your contact list
Daniel Gultsch created
65d4f50
version bump to 1.12.0-beta.2
Daniel Gultsch created
473f416
pulled translations from transifex
Daniel Gultsch created
4ed74ea
reset attempt counts on enable
Daniel Gultsch created
699e845
default input type to numbers on captcha dialog
Daniel Gultsch created
097fe3e
no automatic reconnect on registration failures
Daniel Gultsch created
d6193aa
pulled translations from transifex
Daniel Gultsch created
57c11d4
create a new axolotl service when the account jid changes
Daniel Gultsch created
0da2f1e
prevent users from editing their account jid after successful login
Daniel Gultsch created
26765a8
send unavailable presence before join
Daniel Gultsch created
1b5979d
Merge pull request #2580 from moparisthebest/master
Read support for 12-byte IVs in addition to 16-byte IVs
Daniel Gultsch created
197352b
Read support for 12-byte IVs in addition to 16-byte IVs
moparisthebest created
d8d1c11
code cleanup and synchronized getMarkableMessage()
Daniel Gultsch created
995d975
removed support for fixed IV mode in otr jingle file transfer that hasn't been used since v0.4 or something
Daniel Gultsch created
cce5a7b
parse jid from CN in client certs if nothing else is available
Daniel Gultsch created
4a43df8
do not crash on some very rare logging
Daniel Gultsch created
ed4a190
Merge branch 'master' of github.com:siacs/Conversations
Daniel Gultsch created
719102d
change bounty source badge to open bounties
Daniel Gultsch created
c3926a9
Merge pull request #2483 from uchchishta/patch-1
add badges in README.md & align center
Daniel Gultsch created
1ab3919
some code cleanup. and avoid scheduling reconnect task for negative interval
Daniel Gultsch created
490115d
do not run file observer on hidden directories
Daniel Gultsch created
911e392
update mini dns
Daniel Gultsch created
b925f43
add more logging to http download connection and reset file params after setting expected size
Daniel Gultsch created
5cee46c
version bump to 1.12.0-beta + changelog (untagged/unreleased)
Daniel Gultsch created
014643b
pulled translations from transifex
Daniel Gultsch created
c3cbb21
cache some information generated from body like isEmojiOnly, fileParams and isGeoUri
Daniel Gultsch created
7bcf173
remove all whitespaces in emoji only messages
Daniel Gultsch created
225cca4
provide extra 'network is unreachable' account state
Daniel Gultsch created
4ff3c36
updated build tools and some library versions
Daniel Gultsch created
768eadd
use random string generator instead of BigInteger in DigestMd5
Daniel Gultsch created
82c5924
display messages that only contain emoji slightly larger
Daniel Gultsch created
e11277c
use base64 instead of base36 when creating random strings
Daniel Gultsch created
01b207d
avoid empty strings when figuring out display name
Daniel Gultsch created
d319417
update dependencies
Daniel Gultsch created
f5da479
avoid unnecessary roster sync in OMEMO code. fixed startup performance regression
Daniel Gultsch created
837c212
refresh omemo activity after failing to fetch keys due to lack of ids
Daniel Gultsch created
ad601e4
fixed roster items w/o subscription (request) not being shown
Daniel Gultsch created
ea6289c
pulled translations from transifex
Daniel Gultsch created
d6e5128
Merge pull request #2564 from yushijinhun/fix-decryption-blocked
Give up PGP decryption when intent is cancelled
Daniel Gultsch created
48147b7
Give up PGP decryption when intent is cancelled
When receiving a PGP message which is not encrypted with YOUR key, OpenKeychain shows a dialog, which tells you the private key to decrypt the message is unavailable. However, Conversations won't give up decrypting the message. So whether the subsequent messages are decryptable or not, the decryption is blocked at the current message. The commit fixes the bug in this way: Give up the current message when the decryption intent is cancelled, so that subsequent messages can be handled.
yushijinhun created
432598f
Merge branch 'bugfixes'
Daniel Gultsch created