aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-31save otr fingerprint in messageDaniel Gultsch1-1/+1
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-4/+1
2016-03-23only add image files to media scannerDaniel Gultsch1-3/+1
2016-03-12removed duplicated sourcelookshe1-21/+10
2016-03-12Added method to get body from message if hasMeCommand and harmonized extracti...lookshe1-20/+27
2016-03-07Fixes FS#151 - Missing button on image-linkslookshe1-1/+2
2016-03-04add a few more know file extensionsDaniel Gultsch1-3/+3
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-8/+4
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-1/+1
2016-02-24Fixed merge issue for resolving FS#47 (preferences involved in the decision f...steckbrief1-1/+1
2016-02-12Imports organizedsteckbrief4-23/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-0/+1
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-1/+2
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-29/+13
2015-12-01initial tor supportDaniel Gultsch1-1/+5
2015-11-26fail jingle file transfer if axolotl key message could not be created. fixes ...Daniel Gultsch1-1/+5
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch2-1/+3
2015-10-12code clean upDaniel Gultsch4-7/+5
2015-09-30request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch1-0/+1
2015-08-25remove unused imports.Michael1-26/+0
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch2-6/+5
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe4-88/+111
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-19/+25
2015-08-10put wake locks on out of band file transfersDaniel Gultsch2-25/+17
2015-08-10report wrong file size in otr encrypted jingle file transfers to be compatibl...Daniel Gultsch1-2/+6
2015-08-08fixed image preview in notfications for images that arrived over jingleDaniel Gultsch1-6/+4
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch5-85/+94
2015-07-29use gcm for file encryption over httpDaniel Gultsch3-4/+77
2015-07-21bugfix: don't crash if aes key could not be set before jingle transferDaniel Gultsch1-1/+4
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-5/+1
2015-07-20Optimize importsAndreas Straub3-12/+15
2015-07-19bugfix: don't crash if aes key could not be set before jingle transferDaniel Gultsch1-1/+4
2015-07-17increased ibb block sizeDaniel Gultsch2-4/+2
2015-07-10renamed downloadable to transferableDaniel Gultsch2-19/+17
2015-06-29initial http upload supportDaniel Gultsch2-24/+4
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief13-1997/+0
2015-06-03properly calculate remaining size. should fix #1243Daniel Gultsch1-2/+7
2015-05-18use a 20s timeout on socks5 connectionsDaniel Gultsch1-2/+5
2015-05-18don't offer initiator his own candidatesDaniel Gultsch1-2/+4
2015-05-16let jingle connection and manager handle message statusDaniel Gultsch2-0/+10
2015-05-14always log reason for failed file transferDaniel Gultsch2-2/+18
2015-05-07fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2-26/+33
2015-04-26use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch1-4/+4
2015-04-25cleaned up file handlingDaniel Gultsch2-10/+10
2015-04-15some bug fixes concerning 0byte files. fixes #1126iNPUTmice2-1/+2
2015-04-12implementation for downloading only when enabled wlanlookshe1-2/+2
2015-01-25set jingle file transfer to offer after iq offer has returnediNPUTmice1-6/+17
2015-01-11keep proper image file extensionDaniel Gultsch1-8/+8
2015-01-09code cleanup for jingle proxy discoveryDaniel Gultsch3-99/+71
2015-01-06mark sent images as sent_received instead of sentDaniel Gultsch1-2/+1