a8420c9
disable stanza logging
Daniel Gultsch created
a8420c9
disable stanza logging
Daniel Gultsch created
277e3d5
update ui after affiliation changes
Daniel Gultsch created
e1cf7b8
refactore exceptionhandler to have one line file writer
Daniel Gultsch created
9ce2cfa
resetting fetch status error when mutual subscription is reestablished
Daniel Gultsch created
8d595c1
sync around individual calls instead of synchronizing entire object
Daniel Gultsch created
ef27055
show password dialog when account was magic created
Daniel Gultsch created
3f65b0e
access disco over caching mechanism instead of querying db
Daniel Gultsch created
7049731
remove unwanted 'use previous encryption' lookup
Daniel Gultsch created
0eb8d42
also save form elements in disco storage
Daniel Gultsch created
627bf18
don't NPE on rare race condition while fetching MAM
Daniel Gultsch created
afa3883
synchronize around identity key generation
Daniel Gultsch created
b478eca
improved ordering of muc participants
Daniel Gultsch created
61726f4
refactored muc item parsing to also parse muc status messages
Daniel Gultsch created
14952ba
offer offline members to be invited again
Daniel Gultsch created
fc5304c
change affiliation for in memory users that are currently not joined in a conference
Daniel Gultsch created
8d0693e
keep conference members in memory and show them in conference details
Daniel Gultsch created
d7c5264
cap exponential backoff at 300s (10 attempts)
Daniel Gultsch created
331cbf3
cap messages after 256 lines in UI
Daniel Gultsch created
6f1a449
use the same typo in both saving disco and reading disco
Daniel Gultsch created
cf5ca27
escape HTML in OTR messages if other client is Pidgin
Daniel Gultsch created
c9e9dc2
include name in locations received in MUCs
Daniel Gultsch created
a25912c
log incoming iq requests
Daniel Gultsch created
540f6f3
send caps hash in muc join
this prevents desktop clients from iq'ing use when they join
Daniel Gultsch created
018f978
version bump to 1.12.3 + changelog
Daniel Gultsch created
6a28b5a
don't show duplicate status message in contact details
Daniel Gultsch created
e41a948
only default to omemo when all our devices support it
Daniel Gultsch created
aced9d2
do not process self presence
we don't want our own resource show up in the self contact
Daniel Gultsch created
b756d61
show presence of other resources as template
Daniel Gultsch created
e6ff153
Update ISSUE_TEMPLATE.md
Daniel Gultsch created
72f5411
create contributing guidelines
Daniel Gultsch created
acad161
Create issue template
Daniel Gultsch created
b8c1bd2
reset attempt count when reconnecting because of timeout
Daniel Gultsch created
2014f38
interrupt XMPPConnection Thread
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
Daniel Gultsch created
cbdb413
prefer IPv4 DNS servers
some devices might have problems contacting the IPv6 DNS server while in sleep mode
Daniel Gultsch created
f4369b2
improve keyboard handling. fixes #1387
* start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation
Daniel Gultsch created
7113e21
use 'phone' or 'tablet' as default resource
Daniel Gultsch created
908aa19
make omemo default when all resources support it
Daniel Gultsch created
09e20f6
check if pgpengine is still bound before using it
Daniel Gultsch created
1bc9248
scroll to bottom after sending multi-line message
Daniel Gultsch created
cc209af
stop processing PreKeyWhisperMessage if there is no PreKeyId
fixes #1832
Daniel Gultsch created
8e3948e
don’t let attempt count fall below zero
Daniel Gultsch created
c37b5af
add lock domain and magic create domain to known hosts
Daniel Gultsch created
e542dd3
always show download button when link is encrypted
dont check for known mime type
Daniel Gultsch created
549be9b
report host-account as account state in UI
Daniel Gultsch created
27b245a
do not show last-seen metric in UI
Daniel Gultsch created
488780d
fix logging wrong variable for failed resume
Daniel Gultsch created
6f3b8f6
check for h attribute in 'failed' nonza
Daniel Gultsch created
784df0c
version bump to 1.12.2 + changelog
Daniel Gultsch created
fb7525e
catch all exceptions thrown by xml pull parser
Daniel Gultsch created
76889b9
handle invalid base64 is SASl SCRAM response
Daniel Gultsch created