aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-16forground/background logging without csiiNPUTmice1-4/+2
2014-10-16make image download message to type=image only after completioniNPUTmice1-3/+2
2014-10-16added file observer to get notified when files are deleted: fixes #396iNPUTmice2-3/+32
2014-10-15detect deleted files on start up. got rid of lagecy image provider for ↵iNPUTmice10-191/+65
performance reasons. NOTE: this will prevent you to access images older than version 0.6
2014-10-15refactored file download status. make image http download available for ↵iNPUTmice23-210/+265
carbon copied (sent) messages as well
2014-10-15remove warning about <> castM. Dietrich1-4/+4
2014-10-15synchronization for listenersiNPUTmice1-43/+60
2014-10-15synchronization for notificationiNPUTmice1-11/+17
2014-10-15removed unecessary updateiNPUTmice1-1/+0
2014-10-15changed pgp decoding mechanismiNPUTmice3-36/+47
2014-10-14don't show invalid file sizeiNPUTmice1-1/+4
2014-10-14recreate http connection after restart. fixes stale download button. better ↵iNPUTmice4-26/+95
failing
2014-10-14catch can't open database exceptioniNPUTmice1-4/+9
2014-10-14read image bounds on downloaded imageiNPUTmice5-31/+103
2014-10-14possible work around for notification bugiNPUTmice1-0/+17
2014-10-14fixed rare npeiNPUTmice1-2/+6
2014-10-14renamingiNPUTmice15-43/+39
2014-10-14basic image over http downloadingiNPUTmice20-213/+429
2014-10-13reworked muc details and contact details a bitiNPUTmice2-7/+8
2014-10-13use setAlpha(float) method, not the depricated oneM. Dietrich1-1/+1
2014-10-13redesigned contact details a bitiNPUTmice1-1/+9
2014-10-09fixed npesiNPUTmice2-5/+9
2014-10-08remove this.this memberM. Dietrich3-18/+13
2014-10-08bullet proofing some codeiNPUTmice2-8/+23
2014-10-08fixed possible logout bugsiNPUTmice2-2/+5
2014-10-07refactored read markeriNPUTmice4-28/+24
2014-10-07made disabled notifications permanent across restartsiNPUTmice5-17/+34
2014-10-07refactored grace periodiNPUTmice5-17/+32
2014-10-07fixed regression of not showing status messageiNPUTmice1-1/+4
2014-10-06cleanung up the scroll fix a littleiNPUTmice3-4/+9
2014-10-06fixed npeiNPUTmice1-2/+5
2014-10-06muc options clean upiNPUTmice2-27/+28
2014-10-06refactored muc bookmark to extend element. keep all elements the server or ↵iNPUTmice9-93/+78
other clients added before
2014-10-05only delivery get and set iq packets to unhandled iq listener. only create ↵iNPUTmice1-10/+18
jingle packets with type=get or set
2014-10-05fixed rare npeiNPUTmice1-0/+4
2014-10-05MUC: differentiated a few more errors.Michael2-1/+36
2014-10-05fixed #510iNPUTmice1-2/+48
2014-10-05end otr session instead of only resettingiNPUTmice1-1/+1
2014-10-05sending initial ping before going online after login/resume to ensure that ↵iNPUTmice1-2/+18
all presences and messages have been loaded
2014-10-04fixed an 'activity has leaked window'Michael1-1/+3
2014-10-04no dns retry after nosrv erroriNPUTmice2-6/+7
2014-10-04added missing status messages after message scrolliNPUTmice1-0/+1
2014-10-04reset pending subscription requestiNPUTmice1-0/+1
2014-10-03implemented ping (xep-0199) fixed #517iNPUTmice1-0/+3
2014-10-03let's own otr-fingerprint copy to clipboard.Michael1-1/+34
2014-10-03revised tablet ui. fixed #423iNPUTmice4-102/+161
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 receivediNPUTmice4-7/+27
2014-10-02avoided unecessary message searchsiNPUTmice1-12/+20