Commit log

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

8d47215 always log reason for failed file transfer

Daniel Gultsch created

4414cf3 ignore question marks in location question

Daniel Gultsch created

82878cd show location quick action after receiving a question about the users location

Daniel Gultsch created

6489dda clear avatar cache when uploading new avatar

Daniel Gultsch created

51aeeb7 use zero width white space as message seperator

Daniel Gultsch created

f84ccbe version bump to 1.4.0-alpha3

Daniel Gultsch created

93e620d removed debug logging

Daniel Gultsch created

d3a6aa9 handle conference invites differently to deal with killed activities. fixes #1188

Daniel Gultsch created

93e444a don't set unknown error in muc

Daniel Gultsch created

fe5c4ca don't reinit conversation when coming back to activity. avoids unnecessary scrolling

Daniel Gultsch created

ceadf2f pulled updated translations from transifex

Daniel Gultsch created