aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/jingle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1.6.3' into trz/rebasetrz/merge_1.6.3lookshe2015-08-246-87/+170
|\
| * 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
* | Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe2015-08-114-88/+111
* | implementation for downloading only when enabled wlanlookshe2015-04-121-2/+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
* made checks for valid image extensions case insensitiveDaniel Gultsch2015-01-041-1/+1
* Make IqPacket type an enumSam Whited2015-01-043-14/+14
* Fix typo in method nameSam Whited2014-12-293-6/+6
* Make account status an enumSam Whited2014-11-151-1/+1
* better cleanup after unsuccesful transfersiNPUTmice2014-11-153-1/+35
* fixed description in notifications and conversation overviewiNPUTmice2014-11-151-3/+10
* fixed resending for files as welliNPUTmice2014-11-151-0/+1
* made file transfers cancelableiNPUTmice2014-11-153-20/+48
* progress for ibb transfersiNPUTmice2014-11-154-13/+25
* some mime and pgp fixes for file transferiNPUTmice2014-11-151-1/+20
* support for pgp filesiNPUTmice2014-11-151-0/+2
* progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-151-2/+6
* bug fixes and various improvements for file transferiNPUTmice2014-11-151-7/+4
* basic arbitrary file transferiNPUTmice2014-11-152-55/+84
* more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice2014-11-101-1/+1
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-093-14/+14
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-1/+1
* Update more files to use JID objectsSam Whited2014-11-095-40/+52
* Merge branch 'gradle' into developmentSam Whited2014-10-302-16/+13
* Make conversations the root projectSam Whited2014-10-2213-0/+1873