aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-09fixed npesiNPUTmice1-5/+6
2014-10-08bullet proofing some codeiNPUTmice1-8/+20
2014-10-08fixed possible logout bugsiNPUTmice1-0/+3
2014-10-07refactored read markeriNPUTmice1-2/+3
2014-10-07made disabled notifications permanent across restartsiNPUTmice1-7/+7
2014-10-07refactored grace periodiNPUTmice2-5/+25
2014-10-06refactored muc bookmark to extend element. keep all elements the server or ↵iNPUTmice1-6/+3
other clients added before
2014-10-03fixed possible npeiNPUTmice1-1/+5
2014-10-02check if display is off for notificationsiNPUTmice1-2/+8
2014-10-02mark conversation as read when displayed marker from another client is receivediNPUTmice1-2/+5
2014-10-02avoided unecessary message searchsiNPUTmice1-12/+20
2014-10-02show displayed by contact on all devicesiNPUTmice2-11/+9
2014-10-02properly dismiss notificationsiNPUTmice2-10/+25
2014-09-29notifiy only when necessaryDaniel Gultsch2-8/+30
2014-09-28more improvments for new notification serviceDaniel Gultsch1-0/+21
2014-09-28new notification service. first draftDaniel Gultsch4-12/+177
2014-09-27made muc passwords and prefereced encryption method persistant across restartsiNPUTmice1-0/+1
2014-09-27anwser to xmpp: style uris. fixed open conversations from android address bookiNPUTmice1-3/+18
2014-09-23dont mark message as send on resendiNPUTmice1-1/+6
2014-09-20fixed presence splittingiNPUTmice2-2/+2
2014-09-20indicates received messages with a tick.Michael1-0/+4
2014-09-20made xmppconnection service available in generatorsiNPUTmice1-3/+3
2014-09-19scroll fixesiNPUTmice1-4/+4
2014-09-19background daemon doesn't start automatically if there are no enabled ↵iNPUTmice1-1/+4
accounts. fixed #443 fixed #442
2014-09-19fixed #462iNPUTmice1-5/+5
2014-09-10IT'S CHRISTMAS ALREADY!iNPUTmice1-3/+8
2014-09-09version bump, changelog and one last minute change for OTRiNPUTmice1-1/+1
2014-09-09don't reset images from sending to waitingiNPUTmice1-1/+2
2014-09-08setting to increase font size. fixed #420iNPUTmice1-3/+4
2014-09-08settings to force encryption and setting for not saving messages to disk. ↵iNPUTmice1-4/+16
fixed #353
2014-09-08don't fail displayed or received messagesiNPUTmice1-15/+17
2014-09-08warn on missing presence subscriptioniNPUTmice1-1/+1
2014-09-07MUC: set the password from bookmarks.Michael1-0/+7
2014-09-06made otr a little bit more solid when there is no presence subscriptioniNPUTmice1-5/+5
2014-09-05improved logging for avatar fetchesiNPUTmice1-21/+38
2014-09-03added support for password protected muc - fixed #203 and fixed #395iNPUTmice1-0/+11
2014-09-02refactored share with activityiNPUTmice1-2/+14
2014-08-31some code cleanupiNPUTmice4-61/+47
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-21save newly taken photos in DCIM diriNPUTmice1-13/+0
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-08save images to external storage instead of internal. this requires more ↵iNPUTmice1-2/+2
permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though