aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-02refactored share with activityiNPUTmice1-2/+14
2014-08-31some code cleanupiNPUTmice1-34/+33
2014-08-30reset unsend messages to waitingiNPUTmice1-2/+15
2014-08-30basic message ackingiNPUTmice1-126/+170
2014-08-30send inactive or active on every connect and resumeiNPUTmice1-3/+10
2014-08-30added basic csiiNPUTmice1-0/+48
2014-08-22fixed another npeiNPUTmice1-7/+10
2014-08-21make avatars persisent / available even without internetiNPUTmice1-3/+9
2014-08-19better error display and additional infos (stats) for the edit account activityiNPUTmice1-8/+4
2014-08-16some improvements for the edit account activityiNPUTmice1-0/+1
2014-08-15moved add/edit account from dialog into seperate activityiNPUTmice1-2/+47
2014-08-10added limited private muc chat feature (messages are now properly marked) - ↵iNPUTmice1-1/+1
long press on user icon will sent private messages. fixed #259
2014-08-06fixed problems with sha sum calculation on avatar write. delete avatars with ↵iNPUTmice1-4/+13
non matching sha sum
2014-08-05fetch missing avatars from serveriNPUTmice1-0/+16
2014-08-05show own avatar after publication. no persistancy yetiNPUTmice1-0/+1
2014-08-05error messages for publish avatariNPUTmice1-3/+3
2014-08-05publish avatarsiNPUTmice1-5/+39
2014-08-03activity for future avatar publications. not working yetiNPUTmice1-0/+13
2014-07-27migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice1-1/+1
2014-07-24removed duplicates from muc suggestionsiNPUTmice1-1/+1
2014-07-24removed more legacy tls error handling stuffiNPUTmice1-1/+0
2014-07-23fixed bug with otr session being initilized over and over againiNPUTmice1-2/+11
2014-07-23more disco. fixed chat markers with jappixiNPUTmice1-0/+6
2014-07-22some cleanupiNPUTmice1-2/+0
2014-07-22switched to mtmiNPUTmice1-23/+11
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
when no subject is set
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