efab290
add nick to bookmark when entering full jid in join conference dialog
Daniel Gultsch created
efab290
add nick to bookmark when entering full jid in join conference dialog
Daniel Gultsch created
adca670
synchronize around the disco object
Daniel Gultsch created
0bd4105
version bump to 1.7.0-beta
Daniel Gultsch created
be38b1e
disconnet in background thread
Daniel Gultsch created
e956c7b
only try EXTERNAL auth if client certificate is set for account
Daniel Gultsch created
3c6c424
don't retry building broken omemo keys
Daniel Gultsch created
0f405c2
allow redownloading files from remote hosts. fixes #1504
Daniel Gultsch created
e9e31b1
load axolotl session cache on first device update
Daniel Gultsch created
a83aae3
improved error reporting in trust keys activity
Daniel Gultsch created
cfeb67d
introduced code to verify omemo device keys with x509 certificates.
cleaned up TrustKeysActivity to automatically close if there is nothing to do
Daniel Gultsch created
fb7359e
block code when doing unforced disconnect
Daniel Gultsch created
c1716a3
moved other name parsing into seperate method
Daniel Gultsch created
fc96dca
use constants for oids in xmppdomainverifier
Daniel Gultsch created
5b271e1
more checks for xmppdomainverifier and better wildcard handling
Daniel Gultsch created
e75c2cd
use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixes #1189
Daniel Gultsch created
1738673
pulled translations from transifex
Daniel Gultsch created
4b93351
changed some source strings
Daniel Gultsch created
30dbf97
clear bitmap cache before running out of memory
Daniel Gultsch created
5f94764
make unread status and notifications presistent across restarts
Daniel Gultsch created
0587ba2
work with muc services that change the message id
Daniel Gultsch created
beca748
pulled translations from transifex
Daniel Gultsch created
7682895
cleaned up some code. log last tag
Daniel Gultsch created
8b44400
Merge pull request #1500 from SafwatHalaby/readme
Minor README changes
Daniel Gultsch created
b5e7e52
Minor README changes
Safwat Halaby created
f24649c
set cursor to end of jid in edit account
Daniel Gultsch created
212d1a8
add config variable to enable x509 verification
Daniel Gultsch created
933538a
code clean up
Daniel Gultsch created
b519411
enable SASL EXTERNAL (certificate login
Daniel Gultsch created
7be331b
add menu item in account details to renew certificate
Daniel Gultsch created
09816b6
make add account from key visible
Daniel Gultsch created
fdd88aa
Clean up
Fixes some random linter warnings.
Andreas Straub created
a7c7a42
Improve InvalidJidException handling in Jid class
This code should never be triggered anway, so with this 'fix', we should at least get more meaningful stack traces. Plus, it makes the linter happy by preventing NullPointerExceptions.
Andreas Straub created
da31582
Merge pull request #1461 from akallabeth/captcha_support
Implemented account registration with captcha
Daniel Gultsch created
540f651
Merge branch 'master' of github.com:siacs/Conversations
Daniel Gultsch created
9e1393b
prevent null pointer when trying to display device fingerprints of not existing sessions
Daniel Gultsch created
6a6cb43
Captcha support.
Armin Novak created
ca1fe61
Merge pull request #1482 from SafwatHalaby/readme
Added OMEMO to Readme
Daniel Gultsch created
0407111
Added OMEMO to Readme
Safwat Halaby created
2b12865
Merge pull request #1480 from SafwatHalaby/patch-1
Update build system in README
Andreas Straub created
0cfc1a7
Update build system in README
Fixes #1479.
Safwat Halaby created
4d6e5a8
Merge pull request #1478 from SafwatHalaby/patch-1
Fixed a typo in string.xml
Daniel Gultsch created
08174e3
Fixed a typo in string.xml
Safwat Halaby created
b23cb5a
initial UI work to allow setting up accounts from certifcates
Daniel Gultsch created
ef605e4
do not dismiss editAccountActivity when still trying to register new account
Daniel Gultsch created
e65068d
catch exception when unregistering receivers that have not been registered before
Daniel Gultsch created
f81e44d
removed oob element from file messages
Daniel Gultsch created
52a5e72
introduced expert options to set status to away and xa if screen is off or if phone is silenced
Daniel Gultsch created
043e19d
add xhtml image tag to unencrypted image urls. add oob tag to all files that are on remote hosts
Daniel Gultsch created
8f066d0
do mam query after join
Daniel Gultsch created
fd61d67
Use MAM for MUC initial history retrieval
If the MUC supports MAM (XEP-0313), use it to retrieve the history when joining.
saqura created