aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-26fix possible fallthrough.Michael2-0/+2
2014-10-24don't merge downloadable messagesiNPUTmice1-1/+3
2014-10-24added message option to download imagesiNPUTmice2-2/+14
2014-10-24also show some text in new image notificationiNPUTmice1-73/+122
2014-10-24picture notification and some drive by bug fixesiNPUTmice4-33/+40
2014-10-24notify only after image has been received over http. introduced mini grace ↵iNPUTmice6-33/+64
for catching up with SM or offline messages
2014-10-23context menu for messages. allow to resend single messagesiNPUTmice7-30/+154
2014-10-22Make conversations the root projectSam Whited313-0/+25560
2014-10-22ability to download pgp encrypted files over http as welliNPUTmice2-5/+9
2014-10-22small bug fixes for the conversation activityiNPUTmice1-2/+9
2014-10-22made httpconnection accept aes encrypted filesiNPUTmice5-16/+33
2014-10-22better aproach on thread safteyiNPUTmice1-13/+7
2014-10-22added hostname verifier to httpconnectioniNPUTmice2-11/+32
2014-10-21made iterating over hashmap in notification service thread safeiNPUTmice1-1/+8
2014-10-21throw exception when no servers are left to tryiNPUTmice1-0/+6
2014-10-21fixed #564iNPUTmice3-6/+6
2014-10-21update ui when new avatar was foundiNPUTmice2-0/+8
2014-10-21proper avatar cachingiNPUTmice15-164/+223
2014-10-20refactored avatar generation. first stepiNPUTmice25-368/+405
2014-10-20keep reference to previous and next message in messageiNPUTmice3-13/+28
2014-10-19mtm support for image downloaderiNPUTmice4-15/+57
2014-10-19use new 'api' to add messages to a conversationiNPUTmice1-3/+3
2014-10-19force tls for registrations as welliNPUTmice1-2/+5
2014-10-19got rid of copyonwrite array list for messagesiNPUTmice4-20/+26
2014-10-19Make legacy SSL option default to falseSam Whited1-1/+1
2014-10-19Add "Enable legacy SSL" preferenceSam Whited1-11/+33
2014-10-19force tlsiNPUTmice1-3/+5
2014-10-18Remove support for legacy SSLSam Whited1-1/+9
2014-10-17do not attempt to download images when not connectediNPUTmice7-45/+59
2014-10-17made grace period on a per account basisiNPUTmice6-37/+30
2014-10-16try all srv responses if necessaryFrank Zschockelt1-4/+17
2014-10-16additonal safty net for disabling notificationsiNPUTmice1-0/+1
2014-10-16simplified determination whether otr needs starting in a sessioniNPUTmice1-7/+2
2014-10-16Enable all supported protocols including TLSv1.1 and 1.2Sam Whited1-0/+1
2014-10-16log ending otr sessions on disconnectiNPUTmice2-3/+10
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