aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch1-1/+1
2015-01-04Make IqPacket type an enumSam Whited3-14/+14
2014-12-29Fix typo in method nameSam Whited3-6/+6
2014-11-15Make account status an enumSam Whited1-1/+1
2014-11-15better cleanup after unsuccesful transfersiNPUTmice3-1/+35
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-3/+10
2014-11-15fixed resending for files as welliNPUTmice1-0/+1
2014-11-15made file transfers cancelableiNPUTmice3-20/+48
2014-11-15progress for ibb transfersiNPUTmice4-13/+25
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+20
2014-11-15support for pgp filesiNPUTmice1-0/+2
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+6
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-7/+4
2014-11-15basic arbitrary file transferiNPUTmice2-55/+84
2014-11-10more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice1-1/+1
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited3-14/+14
2014-11-09refactored code to always contain full jid for counterpartiNPUTmice1-1/+1
2014-11-09Update more files to use JID objectsSam Whited5-40/+52
2014-10-22Make conversations the root projectSam Whited13-0/+1873