aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jingle (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-25fix jingle file transferChristian Schneppe3-4/+4
fixes #360
2019-06-17disallow subsequent session-acceptChristian Schneppe1-13/+13
2019-06-17use ibb if other party doesn’t annouce s5b featureChristian Schneppe3-224/+203
2019-06-17accept direct ibb jingle offersChristian Schneppe2-15/+58
2019-06-08handle invalid canditates in jingleChristian Schneppe1-0/+4
2019-05-04jingle: send canditate error before fallbackChristian Schneppe1-2/+3
2019-01-25explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe1-1/+1
preperation to be able to query the database for all images
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-1/+3
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe2-14/+16
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe3-44/+33
Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
2018-05-17some tor modificationsChristian Schneppe1-2/+2
possibly fixes #199
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-1/+1
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-1/+2
2018-04-30very much unoptimized search functionalityChristian Schneppe1-8/+11
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-103/+91
2018-04-02migrate to xmpp-addrChristian Schneppe6-31/+31
2018-01-21properly handle key transport messages. use prekeyparsing only when that ↵Christian Schneppe1-1/+1
attribute is set
2017-11-28some bug fixesChristian Schneppe1-2/+2
2017-11-23code cleanupChristian Schneppe1-2/+2
2017-11-21JingleConnection: fixed rare npe when canceling jingleChristian Schneppe1-3/+2
2017-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-09-04fixed jingle state machine being thrown off by iq-result coming after ↵Christian Schneppe2-12/+14
session-accept
2017-08-13add more logging to http download connection and reset file params after ↵Christian Schneppe1-0/+2
setting expected size
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-5/+1
2017-05-10optimized importsChristian Schneppe1-1/+0
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe4-39/+90
2017-05-09support for jingle ft:5Christian Schneppe2-2/+7
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-4/+4
2017-01-25fixed some issues around ibbChristian Schneppe3-18/+56
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-5/+5
2016-11-19reformat codeChristian Schneppe13-1902/+1902
2016-11-07fixed npe when jingle partner is using unknown candidateChristian Schneppe1-0/+4
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-3/+9
2016-09-02broader exception catchersDaniel Gultsch1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe13-0/+2126