Commit log

df86b0f improved compatibility with muc components that change the message id

Daniel Gultsch created

a577ec7 let dns library take care of no-srv style hosts as well

Daniel Gultsch created

5373956 use dns library to resolve missing ipv6 or ipv4 addresses

Daniel Gultsch created

165965b parse nick and avatar only from available presences to avoid potential error reflection

Daniel Gultsch created

0f6f6ad removed unnecessary / inacurate debug logging

Daniel Gultsch created

402e536 deduplicate private muc messages

Daniel Gultsch created

6059ed4 update unread count badge only when necessary

Daniel Gultsch created

9debf80 added default iq handler to print some iq error messages

Daniel Gultsch created

a423fc0 pulled translations from transifex

Daniel Gultsch created

997b11d added choose picture as another quick action. fixes #1221

Daniel Gultsch created

dc91ff8 renamed OtrEngine to OtrService

Daniel Gultsch created

f579602 Merge branch 'master' into development

Daniel Gultsch created

4cb49c4 version bump to 1.4.3

Daniel Gultsch created

3603481 use same sm check inside xmppconnection and out

Daniel Gultsch created

a535d45 log connection age and reshedule ping check

Daniel Gultsch created

9d1a8c6 Merge branch 'development' of github.com:siacs/Conversations into development

Daniel Gultsch created

7597781 Merge branch 'master' into development

Daniel Gultsch created

82d4c3b version bump to 1.4.2

Daniel Gultsch created

3cdac22 fixed with attaching wrong files when returning to activity and background service is still alive

Daniel Gultsch created

d908b70 Merge pull request #1212 from emdete/add_jid_to_show_location

Click to expand commit body
fix to detect the sender jid correctly

Daniel Gultsch created

4759607 fix to detect the sender jid correctly

M. Dietrich created

bb06568 Merge pull request #1211 from emdete/add_jid_to_show_location

Click to expand commit body
add extra jid to intend "show location"

Daniel Gultsch created

2364710 added ShortcutBadger as a dependency to create unread counts on launcher icon

Daniel Gultsch created

a4ec7a7 pulled translations from transifex

Daniel Gultsch created

78847d0 add extra jid to intend "show location"

M. Dietrich created

70ebe35 Merge branch 'master' into development

Daniel Gultsch created

8064832 don't allow user to accidentally send empty messages

Daniel Gultsch created

201bc15 proper error parsing. some clean up

Daniel Gultsch created

9658146 fixed npe in new message parser

Daniel Gultsch created

1b5631c fixed muc mam. added a few security checks

Daniel Gultsch created

eeebebe fixed read/unread markers

Daniel Gultsch created

b731995 added mam stuff to new message parser

Daniel Gultsch created

d261fed rewrote parser code. mam id and possible other stuff still missing. also massivly untested

Daniel Gultsch created

e32f380 provide helper function for getting the content of a child directly

Daniel Gultsch created

4f36aa3 Merge branch 'development'

Daniel Gultsch created

7824c01 version bump to 1.4.0

Daniel Gultsch created

73a4ffe added fall back package id for voice recorder plugin

Daniel Gultsch created

bb60364 hide block contact from context menu when server feature is not available fixed #1207

Daniel Gultsch created

a0575c8 use same socket time out for jingle and xmpp connections

Daniel Gultsch created

1446a59 use a 20s timeout on socks5 connections

Daniel Gultsch created

fbc43a8 don't offer initiator his own candidates

Daniel Gultsch created

34545aa added changelog for upcoming 1.4.0 release

Daniel Gultsch created

d672d57 fixed crash on failed account registry

Daniel Gultsch created

fce30f2 made white space check in bodyContainsDownloadable less aggresive

Daniel Gultsch created

7ccdc77 version bump to 1.4.0-beta

Daniel Gultsch created

b4a8984 pulled new translations from transifex

Daniel Gultsch created

4151b72 let jingle connection and manager handle message status

Daniel Gultsch created

b6a7e56 call StartConversationActivity in init mode only after adding the first account

Daniel Gultsch created

b69ee71 Force Nameprepping of JID domain parts

Click to expand commit body
The IDN.toAscii()/IDN.toUnicode() family only namepreps the original
domain passed to it if it contained non-ASCII characters. This means
that for all-ASCII domains, no canonicalization is performed, which
leads to issues like case-sensitivity. This workaround explicitly
namepreps domain parts before calling IDN.toAscii() on them, in order to
get a canonicalized representation (most notably, case invariance). A
basic DB migration is also included.

Andreas Straub created

8dfa701 added a few location questions

Daniel Gultsch created