aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed server compat value in favor of a (small xep list)Daniel Gultsch2014-08-231-36/+0
|
* added roster versioning to calculation of server compatiNPUTmice2014-08-211-0/+5
|
* avoid race condition for otr key in jingleiNPUTmice2014-08-211-1/+1
|
* better error display and additional infos (stats) for the edit account activityiNPUTmice2014-08-192-16/+75
|
* moved add/edit account from dialog into seperate activityiNPUTmice2014-08-152-5/+1
|
* better handling of null streamsiNPUTmice2014-08-151-7/+0
|
* another rare npe fixediNPUTmice2014-08-141-0/+6
|
* added warning lable if server doesn't support pubsub. refactored feature ↵iNPUTmice2014-08-091-28/+45
| | | | identification into seperate class
* save images to external storage instead of internal. this requires more ↵iNPUTmice2014-08-081-266/+362
| | | | permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
* fetch missing avatars from serveriNPUTmice2014-08-051-0/+41
|
* publish avatarsiNPUTmice2014-08-052-0/+6
|
* activity for future avatar publications. not working yetiNPUTmice2014-08-031-0/+23
|
* migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice2014-07-271-10/+1
|
* fixed npe with unsuccesfull bindiNPUTmice2014-07-261-18/+25
|
* removed more legacy tls error handling stuffiNPUTmice2014-07-241-7/+0
|
* removed outdated tls erroriNPUTmice2014-07-241-3/+1
|
* switched to mtmiNPUTmice2014-07-221-65/+16
|
* refactored ui listeners a little bitiNPUTmice2014-07-121-2/+2
|
* moved most of the message/presence generation into seperate classesiNPUTmice2014-07-121-12/+1
|
* improved iterating over hashmapiNPUTmice2014-07-112-12/+5
|
* made jingle connection array thread safeiNPUTmice2014-07-112-5/+4
|
* added timeout to jingle socketiNPUTmice2014-07-032-3/+16
|
* couple of modifications for disco discoveryiNPUTmice2014-06-301-3/+12
|
* more error handling for jingle connectionsiNPUTmice2014-06-296-57/+84
|
* removed unecessary loggingiNPUTmice2014-06-251-5/+0
|
* wrap wakelock release with try catchiNPUTmice2014-06-251-4/+4
|
* enabled otr encryption for ibb filetransfer as welliNPUTmice2014-06-232-16/+20
|
* removed warningsiNPUTmice2014-06-223-7/+2
|
* fixed #220iNPUTmice2014-06-221-0/+1
|
* fixes for otr file transferiNPUTmice2014-06-203-21/+43
|
* not working version of otr file transferiNPUTmice2014-06-206-32/+137
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-164-25/+5
|
* fixed #201iNPUTmice2014-06-131-1/+0
|
* send otr messages when contacts comes onlineiNPUTmice2014-06-121-1/+1
|
* made muc join easier if muc server is known. added room to key wordsiNPUTmice2014-06-121-1/+1
|
* received and displayed messages (xep 333) are now marked properlyiNPUTmice2014-06-041-0/+2
|
* answer to xep 184 message receipts. fixes #95iNPUTmice2014-06-031-0/+2
|
* possible fix for #149 and #142iNPUTmice2014-05-281-1/+1
|
* end otr sessions earlier / more often. can lead to unesessary handshakes but ↵Daniel Gultsch2014-05-231-0/+7
| | | | can improve reliabilty
* fixed possible npeDaniel Gultsch2014-05-231-0/+6
|
* write contacts on system shutdownDaniel Gultsch2014-05-211-126/+177
|
* fixed ping time out after session resumeDaniel Gultsch2014-05-201-0/+1
|
* ported pending subscription support to new roster mgmtDaniel Gultsch2014-05-201-12/+1
|
* bind and session request more compatibleDaniel Gultsch2014-05-181-4/+11
|
* fixed #123 fixed122Daniel Gultsch2014-05-181-17/+0
|
* fixed #53 aka server not found bugDaniel Gultsch2014-05-181-0/+16
|
* sending session after unsucesfull session resume. fixed #116Daniel Gultsch2014-05-171-7/+8
|
* made sending session more compliantDaniel Gultsch2014-05-171-2/+2
|
* offline sending of pgp fixedDaniel Gultsch2014-05-161-2/+2
|
* ensure that iq response is being send out for jingle packets. remove jingle ↵Daniel Gultsch2014-05-132-22/+44
| | | | connection from manager after termination