61726f4
refactored muc item parsing to also parse muc status messages
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
e2d3bef
Merge pull request #1829 from sebastianv89/patch-1
Remove copy of innerkey
Daniel Gultsch created
a7cd05b
report bind failure as account state
Daniel Gultsch created
0157039
log more information about HTTP’s max upload size
Daniel Gultsch created
544e1de
Remove copy of innerkey
The line overwrites this.innerkey with the value that was already there.
Sebastian created
6e0ec9b
republish pgp signature when changing status
Daniel Gultsch created
12704fa
refactor captcha response handling to avoid network on main thread exception
Daniel Gultsch created
8a81f85
version bump to 1.12.1 + changelog
Daniel Gultsch created
c27663c
clear password field before setting new one
Daniel Gultsch created
fb41a4f
fixed npe when calling changepassword activity directly
Daniel Gultsch created
16eb1bf
pulled translations from transifex
Daniel Gultsch created
b334582
Merge pull request #1827 from ka7/spelling_fix_no_translations
spelling fixes
Daniel Gultsch created
7047d68
spelling fixes
klemens created