aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-07Fixes FS#151 - Missing button on image-linkslookshe1-1/+2
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-8/+4
2016-02-24Fixed merge issue for resolving FS#47 (preferences involved in the decision ↵steckbrief1-1/+1
for auto downloading image links moved to global Utility Class)
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
#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-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
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-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief13-1997/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
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
fixed #842
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