aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-14made message parser non staticDaniel Gultsch1-43/+61
2014-05-12Better error handling if attach file doesnt work (on permission denied)Daniel Gultsch1-29/+19
2014-05-08code cleanupDaniel Gultsch1-8/+3
2014-05-07wee bit of code cleanupDaniel Gultsch1-1/+1
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-20/+39
2014-05-03content name and creator are properly setDaniel Gultsch1-1/+0
2014-05-03properly reply to iq requests. reply to discoDaniel Gultsch1-1/+16
2014-05-03allow roster pushes only from bare jid or nullDaniel Gultsch1-4/+6
2014-05-03added restart button to openkeychain dialogDaniel Gultsch1-0/+1
2014-05-01reworked openpgp integration part #1Daniel Gultsch1-111/+147
2014-04-25fixed #75Daniel Gultsch1-1/+1
2014-04-25smoother scrolling (first step)Daniel Gultsch1-1/+1
2014-04-23deny files with unknown file typesDaniel Gultsch1-0/+1
2014-04-22added download button for images not accepted automaticallyDaniel Gultsch1-2/+1
2014-04-22added support for ibbDaniel Gultsch1-0/+2
2014-04-20fixed #50Daniel Gultsch1-1/+6
2014-04-19fixed replace contact in conversationDaniel Gultsch1-15/+15
2014-04-19cleaned up debug log a little bitDaniel Gultsch1-2/+1
2014-04-18fixed concurrent modification of contacts which led to missing presencesDaniel Gultsch1-7/+8
2014-04-18fixed destination bugDaniel Gultsch1-0/+4
2014-04-18fixed #63Daniel Gultsch1-2/+10
2014-04-18fixed possible race conditions with presencesDaniel Gultsch1-7/+6
2014-04-16jingle sessions now get terminated proberly on successDaniel Gultsch1-0/+3
2014-04-15made ui with sending images a little smootherDaniel Gultsch1-9/+22
2014-04-14tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch1-2/+1
2014-04-13transmitting files between two conversations works. no error handling and no ...Daniel Gultsch1-2/+0
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections are...Daniel Gultsch1-7/+7
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch1-1/+5
2014-04-12add sha1 sum to fileDaniel Gultsch1-1/+0
2014-04-11failed messages get now marked inlineDaniel Gultsch1-6/+34
2014-04-10incomming jingle packets are routed to their connection. added presence choos...Daniel Gultsch1-2/+3
2014-04-08disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch1-2/+3
2014-04-08fixed npeDaniel Gultsch1-3/+5
2014-04-07fixed #52. thanks @strbDaniel Gultsch1-1/+11
2014-04-07jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch1-39/+46
2014-04-06gui for imagesDaniel Gultsch1-0/+11
2014-04-06added button to open imagesDaniel Gultsch1-1/+9
2014-04-05cleaned up log output a little bitDaniel Gultsch1-1/+0
2014-04-04marked incoming carbons as unreadDaniel Gultsch1-5/+7
2014-04-04notify on incomming received carbon messagesDaniel Gultsch1-2/+4
2014-04-03be compatible with openkeychain api v3Daniel Gultsch1-3/+2
2014-04-03call change status listener after disable accountDaniel Gultsch1-0/+1
2014-04-03tryping to resolve the wake lock bugDaniel Gultsch1-3/+4
2014-04-03added permenant notification when one or more accounts are unable to connectDaniel Gultsch1-0/+2
2014-03-29finally fixed #notificationgateDaniel Gultsch1-1/+8
2014-03-27fixed null pointer with missing status msgDaniel Gultsch1-3/+8
2014-03-27fixed a couple of muc issues. added jingle listener (which doesn't do anythin...Daniel Gultsch1-14/+29
2014-03-26fixed error with leaving mucsDaniel Gultsch1-1/+2
2014-03-23holding wake locks during onStartCommandDaniel Gultsch1-2/+10
2014-03-21more otr fixesDaniel Gultsch1-1/+1