aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some fixes for otr with multiple partiesiNPUTmice2014-06-251-0/+5
|
* more otr fixesiNPUTmice2014-06-241-9/+15
|
* fixes for offline otriNPUTmice2014-06-241-1/+1
|
* fix for not being able to send otr encrypted images to offline contacts. ↵iNPUTmice2014-06-231-18/+18
| | | | unconfirmed
* fixed #220iNPUTmice2014-06-221-3/+3
|
* moved message packet creation into sperate classiNPUTmice2014-06-221-69/+26
|
* establish otr connection before sending imageiNPUTmice2014-06-221-13/+34
|
* not working version of otr file transferiNPUTmice2014-06-201-4/+43
|
* code cleanup / unificationiNPUTmice2014-06-161-35/+22
|
* Send from our full jid (fixes #60)Steven Dee2014-06-151-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.
* infite scrollingiNPUTmice2014-06-141-0/+8
|
* offline sending of imagesiNPUTmice2014-06-131-7/+15
|
* status waiting for images sent offlineiNPUTmice2014-06-131-21/+33
|
* finished offline otriNPUTmice2014-06-121-15/+32
|
* fire onContactStatusChanged only on online/offline changes. not on status ↵iNPUTmice2014-06-121-0/+1
| | | | changes
* send otr messages when contacts comes onlineiNPUTmice2014-06-121-1/+4
|
* groundwork for offline otr messagesiNPUTmice2014-06-111-5/+44
|
* removed unnecessary variable in message classiNPUTmice2014-06-071-1/+0
|
* possible fix to be able to images and encrypted messages at a faster rateiNPUTmice2014-06-071-3/+4
|
* do not just simply resend imagesiNPUTmice2014-06-061-20/+24
|
* put xep333 parsing into parser classDaniel Gultsch2014-06-061-24/+1
|
* refactored presence parsing into dedicated classDaniel Gultsch2014-06-061-105/+7
|
* image provider path name now with .webp endingiNPUTmice2014-06-041-2/+5
|
* received and displayed messages (xep 333) are now marked properlyiNPUTmice2014-06-041-22/+44
|
* fixed pgp on incoming carbon messagesiNPUTmice2014-06-041-7/+2
|
* answer to xep 184 message receipts. fixes #95iNPUTmice2014-06-031-14/+50
|
* added pgp sig on muc renameiNPUTmice2014-06-031-3/+9
|
* fixed regression that led to the wakelock not being released againiNPUTmice2014-05-311-1/+1
|
* encrypted group messages are now properly decryptedDaniel Gultsch2014-05-281-1/+0
|
* first tries on crypto mucDaniel Gultsch2014-05-281-4/+11
|
* end otr sessions earlier / more often. can lead to unesessary handshakes but ↵Daniel Gultsch2014-05-231-2/+22
| | | | can improve reliabilty
* code cleanupDaniel Gultsch2014-05-231-1/+0
|
* offline crud of contactsDaniel Gultsch2014-05-221-3/+19
|
* implementet missing methods on the new roster mgmtDaniel Gultsch2014-05-221-0/+3
|
* fixed #136Daniel Gultsch2014-05-221-24/+35
|
* write contacts on system shutdownDaniel Gultsch2014-05-211-5/+19
|
* cleaned up shared textDaniel Gultsch2014-05-211-9/+1
|
* ported pending subscription support to new roster mgmtDaniel Gultsch2014-05-201-16/+3
|
* made roster persistant aka enabled versioning againDaniel Gultsch2014-05-191-1/+11
|
* reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch2014-05-191-220/+80
|
* fixed #123 fixed122Daniel Gultsch2014-05-181-13/+10
|
* fixed #53 aka server not found bugDaniel Gultsch2014-05-181-26/+22
|
* permanent notification disapears now when account is being deleted + code ↵Daniel Gultsch2014-05-171-2/+8
| | | | clean up
* reworked message to conferencesDaniel Gultsch2014-05-161-15/+14
|
* offline sending of pgp fixedDaniel Gultsch2014-05-161-23/+41
|
* fixed #105Daniel Gultsch2014-05-141-5/+4
|
* made message parser non staticDaniel Gultsch2014-05-141-43/+61
|
* takeing pictures over intentDaniel Gultsch2014-05-131-39/+56
|
* static method for providing content uriDaniel Gultsch2014-05-131-0/+8
|
* Better error handling if attach file doesnt work (on permission denied)Daniel Gultsch2014-05-121-29/+19
| | | and unified encrypted and unencrypted file attachment