aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* proper error state for imagesiNPUTmice2014-10-291-12/+4
* set divider for image meta information to '|' to not conflict with URL. break...iNPUTmice2014-10-261-2/+2
* fixed #564iNPUTmice2014-10-211-2/+2
* refactored avatar generation. first stepiNPUTmice2014-10-201-5/+5
* got rid of copyonwrite array list for messagesiNPUTmice2014-10-191-1/+3
* do not attempt to download images when not connectediNPUTmice2014-10-171-10/+13
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-2/+2
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-151-32/+53
* renamingiNPUTmice2014-10-141-1/+1
* basic image over http downloadingiNPUTmice2014-10-141-4/+5
* notifiy only when necessaryDaniel Gultsch2014-09-291-2/+3
* new notification service. first draftDaniel Gultsch2014-09-281-6/+5
* fixed presence splittingiNPUTmice2014-09-201-2/+2
* setting to increase font size. fixed #420iNPUTmice2014-09-081-2/+2
* introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice2014-09-081-3/+4
* optimize string operations a bitM. Dietrich2014-09-011-4/+4
* some code cleanupiNPUTmice2014-08-311-35/+37
* fixed spelling thanks @bethegiNPUTmice2014-08-281-3/+3
* avoid race condition for otr key in jingleiNPUTmice2014-08-211-1/+1
* better error display and additional infos (stats) for the edit account activityiNPUTmice2014-08-191-3/+3
* save images to external storage instead of internal. this requires more permi...iNPUTmice2014-08-081-266/+362
* refactored ui listeners a little bitiNPUTmice2014-07-121-2/+2
* improved iterating over hashmapiNPUTmice2014-07-111-5/+2
* added timeout to jingle socketiNPUTmice2014-07-031-3/+14
* more error handling for jingle connectionsiNPUTmice2014-06-291-16/+32
* enabled otr encryption for ibb filetransfer as welliNPUTmice2014-06-231-1/+1
* removed warningsiNPUTmice2014-06-221-3/+2
* not working version of otr file transferiNPUTmice2014-06-201-4/+20
* ensure that iq response is being send out for jingle packets. remove jingle c...Daniel Gultsch2014-05-131-20/+38
* correct status after error iqDaniel Gultsch2014-05-071-1/+3
* basic pgp encrypted file transferDaniel Gultsch2014-05-061-10/+10
* content name and creator are properly setDaniel Gultsch2014-05-031-8/+13
* bug fix for jingleDaniel Gultsch2014-04-261-1/+1
* couple of more optimazations on image loadingDaniel Gultsch2014-04-251-3/+13
* deny files with unknown file typesDaniel Gultsch2014-04-231-21/+65
* added download button for images not accepted automaticallyDaniel Gultsch2014-04-221-7/+31
* added support for ibbDaniel Gultsch2014-04-221-19/+94
* code cleanupDaniel Gultsch2014-04-211-17/+10
* added missing transport idDaniel Gultsch2014-04-211-0/+1
* added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch2014-04-201-57/+114
* more jingle bug fixesDaniel Gultsch2014-04-191-5/+6
* made debugging verbose again on specific partsDaniel Gultsch2014-04-191-0/+6
* fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2014-04-191-1/+1
* cleaned up debug log a little bitDaniel Gultsch2014-04-191-75/+59
* tried to avoid some more race conditions in jingleDaniel Gultsch2014-04-181-34/+65
* lot of cleanup in jingle partDaniel Gultsch2014-04-181-69/+140
* fixed destination bugDaniel Gultsch2014-04-181-2/+3
* jingle sessions now get terminated proberly on successDaniel Gultsch2014-04-161-17/+31
* added very basic, very untested gui on the receiving sideDaniel Gultsch2014-04-141-24/+51
* tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch2014-04-141-12/+31