aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe13-2126/+0
2016-07-09do not crash on jingle connection when contact doesn't use discoDaniel Gultsch1-2/+4
2016-07-02code cleanupChristian Schneppe1-2/+0
2016-06-30support jingle ft:4 to be compatible with swiftDaniel Gultsch3-31/+102
Conversations and Gajim both have an implementation bug that sends the jingle session id instead of the transport id (compare XEP-260 2.2). This commit has a work around for this that remains buggy when using ft:3. If gajim is ever to fix this we will be incompatbile. gajim should implement ft:4 instead. (gajim to gajim is broken as well)
2016-06-24code cleanup in jingle socks5 transportDaniel Gultsch1-16/+2
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-3/+8
2016-06-14refactored pgp decryptionDaniel Gultsch1-1/+1
2016-06-04add first 4 chars to file namesChristian Schneppe1-1/+1
fixes download of multiple files within the same time becauser prosody doesn't send milliseconds
2016-06-01use datetime as filenameChristian Schneppe1-3/+7
2016-05-31optimize importsChristian Schneppe1-3/+0
2016-05-04spelling fixesklemens1-2/+2
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-04add a few more know file extensionsDaniel Gultsch1-3/+3
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-1/+1
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-1/+2
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-1/+2
2015-12-04refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-29/+13
2015-12-04initial tor supportDaniel Gultsch1-1/+5
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
#1576
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 ↵Daniel Gultsch1-0/+1
queue
2015-08-25remove unused imports.Michael1-26/+0
2015-08-23introduce special iq type for internal timeouts. always use != result to ↵Daniel Gultsch2-6/+5
check for error in callbacks
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-19/+25
fixed #522
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 ↵Daniel Gultsch1-2/+6
compatible with conversations > 1.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
be careful: little error handling and no encryption
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