aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services (unfollow)
Commit message (Collapse)AuthorFilesLines
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. ↵iNPUTmice1-18/+18
unconfirmed
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
The problem wasn't with sending to bare jids, but rather sending *from* bare jids, which we did unless we were OTR encrypted for some reason. Google Talk supports the former, but (probably correctly) rejects the latter.
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 ↵iNPUTmice1-0/+1
changes
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
2014-06-06put xep333 parsing into parser classDaniel Gultsch1-24/+1
2014-06-06refactored presence parsing into dedicated classDaniel Gultsch1-105/+7
2014-06-04image provider path name now with .webp endingiNPUTmice1-2/+5
2014-06-04received and displayed messages (xep 333) are now marked properlyiNPUTmice1-22/+44
2014-06-04fixed pgp on incoming carbon messagesiNPUTmice1-7/+2
2014-06-03answer to xep 184 message receipts. fixes #95iNPUTmice1-14/+50
2014-06-03added pgp sig on muc renameiNPUTmice1-3/+9
2014-05-31fixed regression that led to the wakelock not being released againiNPUTmice1-1/+1
2014-05-28encrypted group messages are now properly decryptedDaniel Gultsch1-1/+0
2014-05-28first tries on crypto mucDaniel Gultsch1-4/+11
2014-05-23end otr sessions earlier / more often. can lead to unesessary handshakes but ↵Daniel Gultsch1-2/+22
can improve reliabilty
2014-05-23code cleanupDaniel Gultsch1-1/+0
2014-05-22offline crud of contactsDaniel Gultsch1-3/+19
2014-05-22implementet missing methods on the new roster mgmtDaniel Gultsch1-0/+3
2014-05-22fixed #136Daniel Gultsch1-24/+35
2014-05-21write contacts on system shutdownDaniel Gultsch1-5/+19
2014-05-21cleaned up shared textDaniel Gultsch1-9/+1
2014-05-20ported pending subscription support to new roster mgmtDaniel Gultsch1-16/+3
2014-05-19made roster persistant aka enabled versioning againDaniel Gultsch1-1/+11
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-220/+80
2014-05-18fixed #123 fixed122Daniel Gultsch1-13/+10
2014-05-18fixed #53 aka server not found bugDaniel Gultsch1-26/+22
2014-05-17permanent notification disapears now when account is being deleted + code ↵Daniel Gultsch1-2/+8
clean up
2014-05-16reworked message to conferencesDaniel Gultsch1-15/+14
2014-05-16offline sending of pgp fixedDaniel Gultsch1-23/+41
2014-05-14fixed #105Daniel Gultsch1-5/+4
2014-05-14made message parser non staticDaniel Gultsch1-43/+61
2014-05-13takeing pictures over intentDaniel Gultsch1-39/+56
2014-05-13static method for providing content uriDaniel Gultsch1-0/+8
2014-05-12Better error handling if attach file doesnt work (on permission denied)Daniel Gultsch1-29/+19
and unified encrypted and unencrypted file attachment