aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21save login nick for mucs during joiniNPUTmice1-0/+5
2014-07-21fixed #292iNPUTmice1-0/+10
2014-07-21switched to direct invites. fixes #284iNPUTmice1-13/+3
2014-07-20fixed #254iNPUTmice1-0/+2
2014-07-20ignore groupchats messages that are pending leaveiNPUTmice1-21/+23
2014-07-18pending leaves and joins for muciNPUTmice1-45/+66
2014-07-18notify ui on roster changesiNPUTmice1-0/+15
2014-07-17brought muc invites back. + couple of bug fixes + refactoringiNPUTmice1-15/+21
2014-07-15couple of bug fixes related to muc renamingiNPUTmice1-6/+4
2014-07-15added confirm dialog before contact and bookmark removaliNPUTmice1-1/+0
2014-07-15use nick from bookmark if availableiNPUTmice1-20/+18
2014-07-15pushing bookmarks back to serveriNPUTmice1-1/+16
2014-07-14use proper picture on bookmarked conferences when joined. use bookmark title ...iNPUTmice1-8/+6
2014-07-14fetch bookmarks from serveriNPUTmice1-2/+51
2014-07-12refactored ui listeners a little bitiNPUTmice1-45/+49
2014-07-12made conversation list thread safeiNPUTmice1-3/+10
2014-07-12moved iq parser to seperate class as welliNPUTmice1-89/+17
2014-07-12moved most of the message/presence generation into seperate classesiNPUTmice1-95/+42
2014-07-12made message parser and presence parser implement interface On*PacketReceivediNPUTmice1-111/+3
2014-07-11added join conference dialogiNPUTmice1-0/+13
2014-07-11fixed #255 and made some other improvements to the subscription mgmtiNPUTmice1-23/+39
2014-07-10dirty push / delete flags are not set/reset correctlyiNPUTmice1-4/+2
2014-07-10fixed #38iNPUTmice1-0/+19
2014-07-10added contextual menu for contactsiNPUTmice1-2/+1
2014-07-01fixed #216iNPUTmice1-3/+7
2014-06-30fixed #228iNPUTmice1-0/+11
2014-06-29more error handling for jingle connectionsiNPUTmice1-0/+1
2014-06-27raised ping time outiNPUTmice1-3/+3
2014-06-26faulty otr messages now generate an erroriNPUTmice1-3/+5
2014-06-25wrap wakelock release with try catchiNPUTmice1-1/+1
2014-06-25some fixes for otr with multiple partiesiNPUTmice1-0/+5
2014-06-24more otr fixesiNPUTmice1-9/+15
2014-06-24fixes for offline otriNPUTmice1-1/+1
2014-06-23fix for not being able to send otr encrypted images to offline contacts. unco...iNPUTmice1-18/+18
2014-06-22fixed #220iNPUTmice1-3/+3
2014-06-22moved message packet creation into sperate classiNPUTmice1-69/+26
2014-06-22establish otr connection before sending imageiNPUTmice1-13/+34
2014-06-20not working version of otr file transferiNPUTmice1-4/+43
2014-06-16code cleanup / unificationiNPUTmice1-35/+22
2014-06-15Send from our full jid (fixes #60)Steven Dee1-2/+1
2014-06-14infite scrollingiNPUTmice1-0/+8
2014-06-13offline sending of imagesiNPUTmice1-7/+15
2014-06-13status waiting for images sent offlineiNPUTmice1-21/+33
2014-06-12finished offline otriNPUTmice1-15/+32
2014-06-12fire onContactStatusChanged only on online/offline changes. not on status cha...iNPUTmice1-0/+1
2014-06-12send otr messages when contacts comes onlineiNPUTmice1-1/+4
2014-06-11groundwork for offline otr messagesiNPUTmice1-5/+44
2014-06-07removed unnecessary variable in message classiNPUTmice1-1/+0
2014-06-07possible fix to be able to images and encrypted messages at a faster rateiNPUTmice1-3/+4
2014-06-06do not just simply resend imagesiNPUTmice1-20/+24