aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (follow)
Commit message (Expand)AuthorAgeFilesLines
* only call UI thread from downloading thread every 250msDaniel Gultsch2017-01-121-5/+5
* fixed npe when jingle partner is using unknown candidateDaniel Gultsch2016-11-011-0/+4
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-3/+9
* broader exception catchersDaniel Gultsch2016-08-301-1/+1
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+2
* do not crash on jingle connection when contact doesn't use discoDaniel Gultsch2016-07-041-2/+4
* support jingle ft:4 to be compatible with swiftDaniel Gultsch2016-06-293-31/+102
* code cleanup in jingle socks5 transportDaniel Gultsch2016-06-241-16/+2
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-3/+8
* refactored pgp decryptionDaniel Gultsch2016-06-131-1/+1
* spelling fixesklemens2016-05-041-2/+2
* save otr fingerprint in messageDaniel Gultsch2016-03-311-1/+1
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-4/+1
* only add image files to media scannerDaniel Gultsch2016-03-231-3/+1
* add a few more know file extensionsDaniel Gultsch2016-03-041-3/+3
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-1/+1
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-1/+2
* refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-011-29/+13
* initial tor supportDaniel Gultsch2015-12-011-1/+5
* fail jingle file transfer if axolotl key message could not be created. fixes ...Daniel Gultsch2015-11-261-1/+5
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-252-1/+3
* code clean upDaniel Gultsch2015-10-124-7/+5
* request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch2015-09-301-0/+1
* remove unused imports.Michael2015-08-251-26/+0
* introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch2015-08-232-6/+5
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-19/+25
* put wake locks on out of band file transfersDaniel Gultsch2015-08-102-25/+17
* report wrong file size in otr encrypted jingle file transfers to be compatibl...Daniel Gultsch2015-08-101-2/+6
* fixed image preview in notfications for images that arrived over jingleDaniel Gultsch2015-08-081-6/+4
* enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-015-85/+94
* use gcm for file encryption over httpDaniel Gultsch2015-07-293-4/+77
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-5/+1
* Optimize importsAndreas Straub2015-07-203-12/+15
* bugfix: don't crash if aes key could not be set before jingle transferDaniel Gultsch2015-07-191-1/+4
* increased ibb block sizeDaniel Gultsch2015-07-172-4/+2
* renamed downloadable to transferableDaniel Gultsch2015-07-102-19/+17
* initial http upload supportDaniel Gultsch2015-06-292-24/+4
* properly calculate remaining size. should fix #1243Daniel Gultsch2015-06-031-2/+7
* use a 20s timeout on socks5 connectionsDaniel Gultsch2015-05-181-2/+5
* don't offer initiator his own candidatesDaniel Gultsch2015-05-181-2/+4
* let jingle connection and manager handle message statusDaniel Gultsch2015-05-162-0/+10
* always log reason for failed file transferDaniel Gultsch2015-05-142-2/+18
* fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2015-05-072-26/+33
* use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch2015-04-261-4/+4
* cleaned up file handlingDaniel Gultsch2015-04-252-10/+10
* some bug fixes concerning 0byte files. fixes #1126iNPUTmice2015-04-152-1/+2
* set jingle file transfer to offer after iq offer has returnediNPUTmice2015-01-251-6/+17
* keep proper image file extensionDaniel Gultsch2015-01-111-8/+8
* code cleanup for jingle proxy discoveryDaniel Gultsch2015-01-093-99/+71
* mark sent images as sent_received instead of sentDaniel Gultsch2015-01-061-2/+1