aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* only end otr session if there is more than one contact presence. reset otherwiseiNPUTmice2014-10-301-1/+5
* cleanup for clear conversation history. small otr fixesiNPUTmice2014-10-301-3/+4
* improvements on findConversationiNPUTmice2014-10-281-2/+2
* context menu for messages. allow to resend single messagesiNPUTmice2014-10-231-0/+17
* update ui when new avatar was foundiNPUTmice2014-10-211-0/+4
* proper avatar cachingiNPUTmice2014-10-211-4/+23
* refactored avatar generation. first stepiNPUTmice2014-10-201-17/+28
* use new 'api' to add messages to a conversationiNPUTmice2014-10-191-3/+3
* do not attempt to download images when not connectediNPUTmice2014-10-171-9/+11
* made grace period on a per account basisiNPUTmice2014-10-171-3/+1
* additonal safty net for disabling notificationsiNPUTmice2014-10-161-0/+1
* log ending otr sessions on disconnectiNPUTmice2014-10-161-2/+4
* forground/background logging without csiiNPUTmice2014-10-161-4/+2
* added file observer to get notified when files are deleted: fixes #396iNPUTmice2014-10-161-0/+26
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-1/+31
* synchronization for listenersiNPUTmice2014-10-151-43/+60
* read image bounds on downloaded imageiNPUTmice2014-10-141-0/+1
* possible work around for notification bugiNPUTmice2014-10-141-0/+17
* basic image over http downloadingiNPUTmice2014-10-141-1/+7
* fixed npesiNPUTmice2014-10-091-5/+6
* bullet proofing some codeiNPUTmice2014-10-081-8/+20
* fixed possible logout bugsiNPUTmice2014-10-081-0/+3
* refactored read markeriNPUTmice2014-10-071-2/+3
* refactored grace periodiNPUTmice2014-10-071-0/+3
* refactored muc bookmark to extend element. keep all elements the server or ot...iNPUTmice2014-10-061-6/+3
* mark conversation as read when displayed marker from another client is receivediNPUTmice2014-10-021-2/+5
* avoided unecessary message searchsiNPUTmice2014-10-021-12/+20
* show displayed by contact on all devicesiNPUTmice2014-10-021-2/+4
* properly dismiss notificationsiNPUTmice2014-10-021-8/+11
* notifiy only when necessaryDaniel Gultsch2014-09-291-3/+5
* new notification service. first draftDaniel Gultsch2014-09-281-10/+9
* made muc passwords and prefereced encryption method persistant across restartsiNPUTmice2014-09-271-0/+1
* anwser to xmpp: style uris. fixed open conversations from android address bookiNPUTmice2014-09-271-3/+18
* dont mark message as send on resendiNPUTmice2014-09-231-1/+6
* Merge pull request #460 from betheg/receiptsDaniel Gultsch2014-09-201-0/+4
|\
| * indicates received messages with a tick.Michael2014-09-201-0/+4
* | fixed presence splittingiNPUTmice2014-09-201-1/+1
|/
* made xmppconnection service available in generatorsiNPUTmice2014-09-201-3/+3
* scroll fixesiNPUTmice2014-09-191-4/+4
* fixed #462iNPUTmice2014-09-191-5/+5
* IT'S CHRISTMAS ALREADY!iNPUTmice2014-09-101-3/+8
* version bump, changelog and one last minute change for OTRiNPUTmice2014-09-091-1/+1
* don't reset images from sending to waitingiNPUTmice2014-09-091-1/+2
* setting to increase font size. fixed #420iNPUTmice2014-09-081-3/+4
* settings to force encryption and setting for not saving messages to disk. fix...iNPUTmice2014-09-081-4/+16
* don't fail displayed or received messagesiNPUTmice2014-09-081-15/+17
* warn on missing presence subscriptioniNPUTmice2014-09-081-1/+1
* MUC: set the password from bookmarks.Michael2014-09-071-0/+7
* made otr a little bit more solid when there is no presence subscriptioniNPUTmice2014-09-061-5/+5
* improved logging for avatar fetchesiNPUTmice2014-09-051-21/+38