aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added limited private muc chat feature (messages are now properly marked) - ↵iNPUTmice2014-08-101-1/+1
| | | | long press on user icon will sent private messages. fixed #259
* fixed problems with sha sum calculation on avatar write. delete avatars with ↵iNPUTmice2014-08-061-4/+13
| | | | non matching sha sum
* fetch missing avatars from serveriNPUTmice2014-08-051-0/+16
|
* show own avatar after publication. no persistancy yetiNPUTmice2014-08-051-0/+1
|
* error messages for publish avatariNPUTmice2014-08-051-3/+3
|
* publish avatarsiNPUTmice2014-08-051-5/+39
|
* activity for future avatar publications. not working yetiNPUTmice2014-08-031-0/+13
|
* migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice2014-07-271-1/+1
|
* removed duplicates from muc suggestionsiNPUTmice2014-07-241-1/+1
|
* removed more legacy tls error handling stuffiNPUTmice2014-07-241-1/+0
|
* fixed bug with otr session being initilized over and over againiNPUTmice2014-07-231-2/+11
|
* more disco. fixed chat markers with jappixiNPUTmice2014-07-231-0/+6
|
* some cleanupiNPUTmice2014-07-221-2/+0
|
* switched to mtmiNPUTmice2014-07-221-23/+11
|
* save login nick for mucs during joiniNPUTmice2014-07-211-0/+5
|
* fixed #292iNPUTmice2014-07-211-0/+10
|
* switched to direct invites. fixes #284iNPUTmice2014-07-211-13/+3
|
* fixed #254iNPUTmice2014-07-201-0/+2
|
* ignore groupchats messages that are pending leaveiNPUTmice2014-07-201-21/+23
|
* pending leaves and joins for muciNPUTmice2014-07-181-45/+66
|
* notify ui on roster changesiNPUTmice2014-07-181-0/+15
|
* brought muc invites back. + couple of bug fixes + refactoringiNPUTmice2014-07-171-15/+21
|
* couple of bug fixes related to muc renamingiNPUTmice2014-07-151-6/+4
|
* added confirm dialog before contact and bookmark removaliNPUTmice2014-07-151-1/+0
|
* use nick from bookmark if availableiNPUTmice2014-07-151-20/+18
|
* pushing bookmarks back to serveriNPUTmice2014-07-151-1/+16
|
* use proper picture on bookmarked conferences when joined. use bookmark title ↵iNPUTmice2014-07-141-8/+6
| | | | when no subject is set
* fetch bookmarks from serveriNPUTmice2014-07-141-2/+51
|
* refactored ui listeners a little bitiNPUTmice2014-07-121-45/+49
|
* made conversation list thread safeiNPUTmice2014-07-121-3/+10
|
* moved iq parser to seperate class as welliNPUTmice2014-07-121-89/+17
|
* moved most of the message/presence generation into seperate classesiNPUTmice2014-07-121-95/+42
|
* made message parser and presence parser implement interface On*PacketReceivediNPUTmice2014-07-121-111/+3
|
* added join conference dialogiNPUTmice2014-07-111-0/+13
|
* fixed #255 and made some other improvements to the subscription mgmtiNPUTmice2014-07-111-23/+39
|
* dirty push / delete flags are not set/reset correctlyiNPUTmice2014-07-101-4/+2
|
* fixed #38iNPUTmice2014-07-101-0/+19
|
* added contextual menu for contactsiNPUTmice2014-07-101-2/+1
|
* fixed #216iNPUTmice2014-07-011-3/+7
|
* fixed #228iNPUTmice2014-06-301-0/+11
|
* more error handling for jingle connectionsiNPUTmice2014-06-291-0/+1
|
* raised ping time outiNPUTmice2014-06-271-3/+3
|
* faulty otr messages now generate an erroriNPUTmice2014-06-261-3/+5
|
* wrap wakelock release with try catchiNPUTmice2014-06-251-1/+1
|
* 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
|