aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (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-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 organizedsteckbrief1-8/+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-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 Gultsch1-0/+2
2015-10-12code clean upDaniel Gultsch1-2/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-5/+4
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-45/+33
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 Gultsch1-1/+4
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 Gultsch1-19/+78
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 Straub1-6/+7
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 Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-16/+15
2015-06-29initial http upload supportDaniel Gultsch1-20/+0
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-971/+0
2015-05-18don't offer initiator his own candidatesDaniel Gultsch1-2/+4
2015-05-16let jingle connection and manager handle message statusDaniel Gultsch1-0/+4
2015-05-07fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch1-1/+1
2015-04-26use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch1-4/+4
2015-04-15some bug fixes concerning 0byte files. fixes #1126iNPUTmice1-1/+1
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 Gultsch1-52/+39
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 Whited1-5/+5
2014-12-29Fix typo in method nameSam Whited1-2/+2
2014-11-15Make account status an enumSam Whited1-1/+1
2014-11-15better cleanup after unsuccesful transfersiNPUTmice1-0/+6
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 cancelableiNPUTmice1-16/+32
2014-11-15progress for ibb transfersiNPUTmice1-5/+3
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+20