aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29proper error state for imagesiNPUTmice1-12/+4
2014-10-26set divider for image meta information to '|' to not conflict with URL. break...iNPUTmice1-2/+2
2014-10-21fixed #564iNPUTmice1-2/+2
2014-10-20refactored avatar generation. first stepiNPUTmice1-5/+5
2014-10-19got rid of copyonwrite array list for messagesiNPUTmice1-1/+3
2014-10-17do not attempt to download images when not connectediNPUTmice1-10/+13
2014-10-15detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice1-2/+2
2014-10-15refactored file download status. make image http download available for carbo...iNPUTmice1-32/+53
2014-10-14renamingiNPUTmice1-1/+1
2014-10-14basic image over http downloadingiNPUTmice1-4/+5
2014-09-29notifiy only when necessaryDaniel Gultsch1-2/+3
2014-09-28new notification service. first draftDaniel Gultsch1-6/+5
2014-09-20fixed presence splittingiNPUTmice1-2/+2
2014-09-08setting to increase font size. fixed #420iNPUTmice1-2/+2
2014-09-08introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice1-3/+4
2014-09-01optimize string operations a bitM. Dietrich1-4/+4
2014-08-31some code cleanupiNPUTmice1-35/+37
2014-08-28fixed spelling thanks @bethegiNPUTmice1-3/+3
2014-08-21avoid race condition for otr key in jingleiNPUTmice1-1/+1
2014-08-19better error display and additional infos (stats) for the edit account activityiNPUTmice1-3/+3
2014-08-08save images to external storage instead of internal. this requires more permi...iNPUTmice1-266/+362
2014-07-12refactored ui listeners a little bitiNPUTmice1-2/+2
2014-07-11improved iterating over hashmapiNPUTmice1-5/+2
2014-07-03added timeout to jingle socketiNPUTmice1-3/+14
2014-06-29more error handling for jingle connectionsiNPUTmice1-16/+32
2014-06-23enabled otr encryption for ibb filetransfer as welliNPUTmice1-1/+1
2014-06-22removed warningsiNPUTmice1-3/+2
2014-06-20not working version of otr file transferiNPUTmice1-4/+20
2014-05-13ensure that iq response is being send out for jingle packets. remove jingle c...Daniel Gultsch1-20/+38
2014-05-07correct status after error iqDaniel Gultsch1-1/+3
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-10/+10
2014-05-03content name and creator are properly setDaniel Gultsch1-8/+13
2014-04-26bug fix for jingleDaniel Gultsch1-1/+1
2014-04-25couple of more optimazations on image loadingDaniel Gultsch1-3/+13
2014-04-23deny files with unknown file typesDaniel Gultsch1-21/+65
2014-04-22added download button for images not accepted automaticallyDaniel Gultsch1-7/+31
2014-04-22added support for ibbDaniel Gultsch1-19/+94
2014-04-21code cleanupDaniel Gultsch1-17/+10
2014-04-21added missing transport idDaniel Gultsch1-0/+1
2014-04-20added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch1-57/+114
2014-04-19more jingle bug fixesDaniel Gultsch1-5/+6
2014-04-19made debugging verbose again on specific partsDaniel Gultsch1-0/+6
2014-04-19fixed default autoaccept file size and wrongly marked messageDaniel Gultsch1-1/+1
2014-04-19cleaned up debug log a little bitDaniel Gultsch1-75/+59
2014-04-18tried to avoid some more race conditions in jingleDaniel Gultsch1-34/+65
2014-04-18lot of cleanup in jingle partDaniel Gultsch1-69/+140
2014-04-18fixed destination bugDaniel Gultsch1-2/+3
2014-04-16jingle sessions now get terminated proberly on successDaniel Gultsch1-17/+31
2014-04-14added very basic, very untested gui on the receiving sideDaniel Gultsch1-24/+51
2014-04-14tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch1-12/+31