aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-04Move AboutDialog to correct pathSam Whited1-33/+0
2014-11-04Add about dialog with license infoSam Whited1-0/+33
2014-10-30only end otr session if there is more than one contact presence. reset otherwiseiNPUTmice1-1/+5
2014-10-30cleanup for clear conversation history. small otr fixesiNPUTmice4-26/+22
2014-10-29replace the exif interface with a small static class from 3d galleryiNPUTmice2-17/+167
2014-10-29proper error state for imagesiNPUTmice5-20/+16
2014-10-29fixed 'share image' context menuiNPUTmice1-2/+1
2014-10-29fixed intent managmentiNPUTmice1-8/+8
2014-10-28end otr session if plain text message from another instance is being receivediNPUTmice1-1/+8
2014-10-28improvements on findConversationiNPUTmice1-2/+2
2014-10-28always show verify fingerprint if there is an active otr sessioniNPUTmice1-5/+4
2014-10-27reworked dns retryiNPUTmice2-66/+51
2014-10-27removed unnecessary logging from avatar serviceiNPUTmice1-5/+0
2014-10-27proper cleanup after pgp image decryptioniNPUTmice1-16/+9
2014-10-27fixed url parsingiNPUTmice1-1/+6
2014-10-27check for links in pgp encrypted messages as welliNPUTmice4-7/+12
2014-10-26set divider for image meta information to '|' to not conflict with URL. break...iNPUTmice4-8/+53
2014-10-26remove some unused castMichael10-32/+25
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 fo...iNPUTmice6-33/+64
2014-10-23context menu for messages. allow to resend single messagesiNPUTmice7-30/+154
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